... I have heard rumors that both 'lynx' and 'tomcat' are projects that can trace their ancestry to the 'cat' project. Can you comment on that? Also, is it...
... Of course they are. All the Mac OS X releases, which are named after the great cats ("Tiger", "Leopard", "Lion", etc.) also originated by concatenating...
I recently spotted this on Freshmeat.net: http://www.valentina-db.com/ It's a database server that claims to be very fast. It's object-relational. Here's what...
Hi all! Tomorrow (6-May) Herzelinux (the Herzeliya Open-source club) will meet to hear Gilad Ben-Yossef's talk about "The Google Android Phone Stack". It will...
Spotted on LWN.net: http://code.google.com/p/psutil/ Reading from it: {{{{{{{{{ psutil is a module providing an interface for retrieving information on running...
Hi all! I recently created a thread-enabled version of Freecell Solver, that uses several solver instances in separate threads. I'd like to get some indication...
... Hi all! I should note that the link below now only contains an archive of version 2.27.3 which is more up-to-date and fixes some problems. I should also...
The following paper is a nice summary of opinions about this classical computer science problem: http://www.cs.umd.edu/~gasarch/papers/poll.pdf And as I was...
Omer Zak
w1@...
Jun 3, 2009 8:46 pm
5046
Do you mean how to verify a solution for TSP in polynomial time? If that's the case, you better look at the TSP as a decision problem: "A variant of the...
Hadar Weiss
whadar@...
Jun 3, 2009 10:12 pm
5047
... Yes. ... Is the procedure of reduction executable in polynomial time? ... Why? My question is simple. Given a purported solution to the Travelling Salesman...
Omer Zak
w1@...
Jun 3, 2009 10:58 pm
5048
Hi all! The Tel Aviv Open Source Club invites everyone to a talk by Yaron Meiry (Sawyer) about "Programming Red Flags" - on Sunday, 28-June-2009. (Notice the ...
Hi all! This is a last day reminder that we will have a meeting at Telux tomorrow (Sunday, 28-June-2009) at 18:30 about "Programming Red Flags". More ...
Hi all! The "Programming Red Flags" meeting had a high attendance, and was generally very successful. Thanks to all the people who came and special thanks to...
... I would be interested in a separate presentation about SCons. Don't know about the other club attendees, but if you have the will and the time, then I say ...
... Well, Offer was also referring to some threads on the KDE mailing lists (which I haven't read either). ... CMake supports all of those except perhaps...
Hi all! Today I wrote and published a feature in my homepage blog about the termination of my AdSense account, after my April's Fools Day feature got featured...
In accordance with its annual tradition, the Israeli Free and Open Source Software will hold the August Penguin conference ( http://august.penguin.org.il/ )...
I don't understand you Shlomi. By now you should know that any comparison between Perl and Python just leads to some Python fan pulling out the "Perl is not...
... Yes, I guess I know that. It still doesn't prevent the rest of the discussion from being high-quality and interesting. It's sad that many Pythoneers need...
... I am sure companies are worried about someone using their code without paying the license fee but I think they are a lot more worried about someone taking...
... Yes. ... I assume the licensing terms that the material was made available under did not allow commercial use. In that case, you have the right to press...
... I see. Well, you can tell what a reference is by how it is used. ->[], ->{}, - ... one can pass non-scalar variables (@array, %hash, etc.) to functions by ...
... If sigils just conveyed variable types, you could achieve the same effect with Hungarian notation: listS.add(scalarH) No, sigils have a deeper function -...