Thanks guys. I was ready to skip it but the guy agreed to skip the NDA for that particular matter he presented to me. I just told him that I don't think that ...
Forwarded to Hackers-IL with Orr Dunkelman's permission. --- Omer ... -- MS-Windows is the Pal-Kal of the PC world. My own blog is at...
Omer Zak
omerz@...
Apr 8, 2005 7:29 am
4303
Check: http://mirrors.playboy.com/ Apparently the Playboy Corporation is supportive of free software. This site contains mirrors for CPAN FreeBSD, Apache,...
... Actually I believe that there is a force that will MANDATE open platforms for many years to come: China. The Chinese are very anti-US, anti-US-companies,...
I think the question is, what were you looking for in that site in the first place? ;-) Aviv. ... -- Aviv Ben-Yosef aviv.by at gmail dot com...
Aviv Ben-Yosef
aviv.by@...
Apr 9, 2005 4:49 pm
4308
... I wasn't looking for anything there. I was just present at an IRC conversation in a Perl-related channel, where someone else instructed a beginner to use ...
Hi all, Most of the times I only read the posts on the mailing-list, and now I wish also to start a new subject :) I finally finished writing the first version...
... <<< var iNums : array [0..9] of integer; .... FillChar (iNums[-1], 100, #0); .... for i := -10 to 10 do readln (iNums[i]); ... Your array is allocated...
Hello Dear comrades, For all who developing C/C++ for win/linux/unix there a open source Dev- C++ out there: http://bloodshed.net/dev/devcpp.html I translate...
... So the ... Well I'm attempting to show what is a buffer overflow by going into undecleared range and attempt to access them... The problem with this ...
Hi guys, I am looking on information on the storage complexity of btrees and hashtables (or anything with fast access and smaller storage space). I am...
Hi all! Inspired by recent developments in the BitKeeper Licensing, I started a full-scale revamp of the Better-SCM site: http://better-scm.berlios.de/ Among...
Not bad, I liked the new look and feel. However, I find that one page sites fare better on google Since all the material is related to one page which everyone...
... Thanks. ... Well, I'm not going to convert my site into a one page site. That defeats the whole purpose of hypertext. I have 388 KB of data on the site,...
The question is, what is the overhead in space of using a hashtable as opposed to not using and index at all. I already know that a hashtable is fast. I don't...
... Okay. A hash table can be as big as your data. BUT, for efficiency reasons you want to maintain it at only 80% full (beyond that the searches become...
... define slow. see below. ... You misunderstood me. The data will prefferably be in the index to save space. if my data will take 2 times its size it would...
Or are the www.333.co.il just resellers of ad space in Yediot Aharonot, and were not authorized by them to spam us? Is there anyone in the mailing list with...
Omer Zak
omerz@...
Apr 17, 2005 6:18 am
4322
... My 2 cents: - CM Synergy is also known as "Continuus CCM" (Telelogic bought Continuus corp). - There's yet another scm, called "arx" ...
Hi, I don't know if that will help you, but a good implementation of B-Trees was released by Turbo-Power to open source... And alto it does not uses a very...
... OK. But CM Synergy is its up to date name. ... First of all it's ArX and not "arx". It is mentioned in the Arch section: http://better-scm.berlios.de/arch/...
Hi Everyone, I hope you are well. I am sorry for spamming your group, but I thought this might be of interest to you. Horizon Semiconductors is developing the...
In a project I have to build several versions of a long configuration file for a certain software package. The variants of the configuration file will then be...
Omer Zak
omerz@...
Apr 28, 2005 10:54 pm
4327
... Use any tool - awk, perl, s?ed, whatever - to do one of the following: 1) generate file C (or portions thereof) as necessary: config: A B C <CPP rule> C:...
Oleg Goldshmidt
pub@...
Apr 29, 2005 8:06 am
4328
... Is there another text files preprocessing tool, which knows to process file inclusion directives before executing them? ... -- Every good master plan...
Omer Zak
omerz@...
Apr 29, 2005 8:29 am
4329
... Not sure what it is you're trying to do, but gcc has the #include_next extension that might be useful to you, or completely irrelevant. -- Muli Ben-Yehuda ...
... i don't think it matters - it is better to use commonly-used tools, then to fetch some rare tool that'll now be required on the compilation machine. using...