Discussion: Agents in clusters to enhance performance over usual practice of centralized or hierarchical process control. Anyone here experienced it, and can...
3331
Arik Baratz
arikb_
Jun 27, 2003 12:50 pm
... In order to authenticate to LDAP, you make an attempt to bind with a certain DN and password. Does Domino do that? I don't know. I can ask if it's...
3332
Omer Zak
omerz@...
Jun 30, 2003 12:48 pm
http://www.theregister.co.uk/content/4/31472.html Given that it is inevitable that software patents will reach Israel sooner or later, due to pressure from our...
3333
Gilad Ben-Yossef
gilad@...
Jun 30, 2003 2:20 pm
... AFAIK, we already have software patenets in Israel. I seem to recall that RSA was registered as a patent in Israel and the USA. Gilad....
3334
Muli Ben-Yehuda
muxtub2001
Jul 8, 2003 7:22 pm
"Write[0] a C[1] program that will contain a comment which is not closed, which will compile cleanly, and which will give the wrong answer because the comment...
3335
Alon Altman
alon@...
Jul 8, 2003 7:44 pm
... int main() { int i=0; /* Counter for the loop for (i=0; i<10; i++) /* The main loop */ printf("%d\n",i); } It's harder with pascal, as it supports nested...
3336
Muli Ben-Yehuda
muxtub2001
Jul 8, 2003 7:52 pm
... From a language point of view, the code above has *one* comment from the first '/*' to the last '*/'. You are correct that from a "human" point of view,...
3337
Oleg Goldshmidt
pub@...
Jul 8, 2003 8:22 pm
... Well, you cannot use this because it is lifted without permission straight from Herb Sutter's "Guru of the Week"[1]: #include <iostream> #include <iomanip>...
3338
Alexander Maryanovsky
sasha_mapa
Jul 8, 2003 11:25 pm
Well, this compiles with javac: public class Test{ public static void main(String [] args){ System.out.println(/*Hello \u002a92;u002f " World!"); } } Not sure...
3339
guy keren
choogalu
Jul 9, 2003 9:49 am
... what does this code got to do with a non-closed comment? the 'bug' above is the extra semicollon in the 'for' line. how does this relate to the 'non-closed...
3340
Oleg Goldshmidt
pub@...
Jul 9, 2003 10:18 am
... Short answer: no, the extra semicolon is not the bug. Longer answer: the bug was caused by someone ending a comment with multiple question marks and...
3341
Omer Zak
omerz@...
Jul 10, 2003 12:57 pm
The Organizational Model for Open Source http://workingknowledge.hbs.edu/pubitem.jhtml?id=3582&t=technology ... My opinions, as expressed in this E-mail...
3342
Shlomi Fish
shlomif2
Jul 20, 2003 5:37 pm
If you code a prototype of a function in C like this: records_t * perfrom_select_query(char * table, char * * fields, char * where_clause, order_by_t *...
3343
Arik Baratz
arikb_
Jul 20, 2003 6:46 pm
... [lots deleted] ... Hi Shlomi When C was designed, it was supposed to be as close to assembly language as possible. The argument list is pushed into the...
3344
Shlomi Fish
shlomif2
Jul 20, 2003 8:54 pm
One suggestion that comes to mind are variable parameter lists where the odd items are strings and the even items are values: int myfunc(int required_arg,...) ...
3345
Arik Baratz
arikb_
Jul 21, 2003 8:49 am
... [snip] ... Yes, it is legal, and no there is no need to determine the number of arguments in advance, provided there is a way to know how many are there,...
http://web.media.mit.edu/~jpatten/audiopad/ <http://web.media.mit.edu/~jpatten/audiopad/> Thanks, Tal <mailto:Tal%20Rotbart%20%3Ctalr@...%3E>...
3348
Beni Cherniavsky
cben@...
Jul 27, 2003 7:24 pm
I've got an ideas on how to program with sort of namespaces in C without depending on others to adopt it. Basic assumptions: - I'm not in position to fight...
3349
Shlomi Fish
shlomif2
Jul 30, 2003 9:28 am
Here: http://vipe.technion.ac.il/~shlomif/lecture/Perl/Graham-Function/ You can find a lecture and Perl code I wrote for finding the Graham Function. It was...
3350
Beni Cherniavsky
cben@...
Jul 30, 2003 7:35 pm
... Cute! I've just read some { Graham (this one!), Knuth (the one ;), Patashnik }'s "Concrete Mathematics" so I can't resist studying such a problem ;-)....
3351
Shlomi Fish
shlomif2
Jul 31, 2003 7:31 am
... OK, so I'll revamp it. I think I'll dedicate an entire slide to it. ... Actually it's if n + largest_factor is factored to an even power of largest_factor....
3352
Shlomi Fish
shlomif2
Jul 31, 2003 7:50 am
OK, the revamped slides are available here: http://vipe.technion.ac.il/~shlomif/lecture/Perl/Graham-Function/ Regards, Shlomi Fish ... Shlomi Fish...
3353
Shlomi Fish
shlomif2
Aug 5, 2003 3:03 pm
This is a quiz in which you have to guess whether the picture is of a serial killer or a programming language designer: ...
3354
Beni Cherniavsky
cben@...
Aug 5, 2003 3:48 pm
... There is nothing definite I can point at for telling them apart but surprisingly I got 9/10 right. That's calming, especially since I'm addicted to...
3355
Muli Ben-Yehuda
muxtub2001
Aug 7, 2003 1:57 pm
barter Reply-To: [I hope books for sale / barter are not too offtopic here. If you feel they are and I have commited a gross indecency, flame away] I just got...
3356
Shlomi Fish
shlomif3
Aug 7, 2003 8:40 pm
I started to translate ESR's "Homesteading the Noosphere". You can find what I have now (the Introduction and one other chapter) here: ...
3357
Shlomi Fish
shlomif2
Aug 8, 2003 3:58 pm
... Here are my experminet results (don't calculate the entire function - just checks if the optimization works or not): 1000-2000 : 436 2000-3000 : 437 ...
3358
Beni Cherniavsky
cben@...
Aug 10, 2003 11:34 am
... I've read what you have so far. - The translation should link to the English original. - I see you abandoned the orginal title; the "noosphere" concept is ...
3359
Shlomi Fish
shlomif3
Aug 10, 2003 2:03 pm
... OK. ... I did not purposely abandon the title. I believed noosphere would translate into Hebrew as "Shmama". How would you translate it? "Sfar"? "Eretz...