Re: sorting hebrew in mysql

2002-07-31 Thread Ben-Nes Michael
If it was not compiled with Hebrew charset why do you think that any of the datatype will work well on sorting Hebrew ? - Original Message - From: Guy Cohen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 3:39 PM Subject: sorting hebrew in mysql Hi, I want to

Re: KDE 3.0.2 RPM packages

2002-07-31 Thread Muli Ben-Yehuda
On Tue, Jul 30, 2002 at 10:42:19PM -0400, Arie Folger wrote: On Tuesday 30 July 2002 20:06, Oded Arbel wrote: Mandrake has KDE 3.02 packages in cooker for some time now, and having a bleeding edge cooker installation at home (updated daily), i can attest to the stability of this version

Re: KDE 3.0.2 RPM packages

2002-07-31 Thread Nadav Har'El
On Tue, Jul 30, 2002, Arie Folger wrote about Re: KDE 3.0.2 RPM packages: On Tuesday 30 July 2002 20:06, Oded Arbel wrote: Mandrake has KDE 3.02 packages in cooker for some time now, and having a bleeding edge cooker installation at home (updated daily), i can attest to the stability of

RE: KDE 3.0.2 RPM packages

2002-07-31 Thread Kovriga, Gregory
I tried it on a real project (we were porting from HP to Linux and it turned out that Linux isn't so forgiving as HP when talking about memory :) It was very helpful! -Original Message- From: Nadav Har'El [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 11:23 AM To: Arie Folger

Re: Exchange alternatives for linux

2002-07-31 Thread Oded Arbel
to summorise - outlook/exchange offers four capabilities, all of which can be reproduced (on the server side, with MS-Outlook as the client) using free linux software : a. incoming/outgoing mail and mail storage - outlook usually uses a propriety protocol called MAPI, but it will happily speak

RE: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Michael Sternberg
Title: RE: Valgrind (was: KDE 3.0.2 RPM packages) Other commercial tools like Insure++ for example ? -- -Original Message- -- From: Guy Baruch [mailto:[EMAIL PROTECTED]] -- Subject: Re: Valgrind (was: KDE 3.0.2 RPM packages) -- -- how does it compare with rational's purify tool ?

FW: valgrind Vs purify ? (was KDE 3.0.2 RPM packages)

2002-07-31 Thread Kovriga, Gregory
BTW: one of the biggest advantages: no need to compile/link with it - if you have a big project with a lot of libraries and makefiles this purify becomes very painful... -Original Message- From: Guy Baruch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 11:52 AM To: Kovriga,

RE: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Kovriga, Gregory
Title: RE: Valgrind (was: KDE 3.0.2 RPM packages) Here is what I can say from my experience: purify - very nice, mostly stable. needs at least linking, and while linking it can fail on some unusual library + it uses embedded path as the first priority while searching for the library - this

Re: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread guy keren
On Wed, 31 Jul 2002, Guy Baruch wrote: how does it compare with rational's purify tool ? or any other such commercial tool ? first - you can try valgrind by yourself. you download it, compile it, run it (with a flag to increase the number of stack frames to show, and another flag to tell it

Re: sorting hebrew in mysql

2002-07-31 Thread herouth
Quoting Ben-Nes Michael [EMAIL PROTECTED]: If it was not compiled with Hebrew charset why do you think that any of the datatype will work well on sorting Hebrew ? Because when you convert to a binary type, the sorting is done on a byte-by-byte basis rather than character by character. Since

GNU Assembler #2

2002-07-31 Thread Alexander V. Karelin
Dear list, As per the earlier message, sent yesterday, here is some sort of solution I've gathered by reading fifty thousand assembler manuals that are mostly written by people who're so proud of their knowledge, they are sharing it in a manner that requires enigma decoding team to understand

Re: GNU Assembler #2

2002-07-31 Thread Nadav Har'El
On Wed, Jul 31, 2002, Alexander V. Karelin wrote about GNU Assembler #2: ... asm( # Set the counter to zero movl$0,%edx # Save the starting point from the params movl12(%ebp), %ecx ... Maybe I'm missing something here, but why was it so important that

RE: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Shlomi Fish
Valgrind 1.0 is excellent. It helped me trace a few obscure bugs that could only be reproduced on Windows under certain blue moon configurations. (had to do with lack of memory initialization) I never worked with the commercial offerings so I can't tell. Of course, Valgrind makes your programs

RE: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Orna Agmon
insure++ also has a cheperone mode, in which you do not have to compilie it with your own code. On Wed, 31 Jul 2002, Kovriga, Gregory wrote: Here is what I can say from my experience: purify - very nice, mostly stable. needs at least linking, and while linking it can fail on some unusual

Linuxworld expo

2002-07-31 Thread Avrahami David
Title: Linuxworld expo Hi, I just wondering if some of you is planning to visit next week Linuxworld expo? http://www.linuxworldexpo.com/linuxworldexpo/v31/indexcvn David Avrahami Project Manager Development Infrastructures Email: [EMAIL PROTECTED] visit the Comverse Linux website

Re: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Hetz Ben Hamo
On Wednesday 31 July 2002 12:32, Michael Sternberg wrote: Other commercial tools like Insure++ for example ? GOD I have nightmare from the insure++ Back at Magnifire when I was working there - it took 3 weeks to install it! every time the license failed, the insure crashed, and god

Re: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Hetz Ben Hamo
On Wednesday 31 July 2002 14:17, Avrahami David wrote: Hi, As someone whom asked to evaluate those tools in Comverse and I really spent lot of time to do that: 1) There is Purify for Linux and Rational call the hole package includes purifyLT,quantifyLT,... Rational test real time (TRT) I

Re: GNU Assembler #2

2002-07-31 Thread Muli Ben-Yehuda
On Wed, Jul 31, 2002 at 02:42:43PM +0300, Nadav Har'El wrote: On Wed, Jul 31, 2002, Alexander V. Karelin wrote about GNU Assembler #2: ... asm( # Set the counter to zero movl$0,%edx # Save the starting point from the params movl12(%ebp), %ecx

Re: sorting hebrew in mysql

2002-07-31 Thread Oded Arbel
My experience is that mysql will sort hebrew well when not started or even compiled for hebrew support, with VARCHAR style data types (not binary). the character set support is useful when you to do case insensitive sorts,or handle aumels and accented characters properly - both cases are

Re: ideal format to put movies up on the web

2002-07-31 Thread Oded Arbel
Oron Peled [EMAIL PROTECTED] wrote on 31/7/02 8:27: On Wed, 31 Jul 2002 02:05:49 +0200 Oded Arbel [EMAIL PROTECTED] wrote: Ffmpeg will encode to iso mpeg4, and this is the way to go, IMHO. Warning: MPEG-4 is patent encumbered. If we want any foothold in the multimedia arena, it is

Re: GNU Assembler #2

2002-07-31 Thread Nadav Har'El
On Wed, Jul 31, 2002, Muli Ben-Yehuda wrote about Re: GNU Assembler #2: many arguments, through a function pointer. Here's code that does it, doing in asm only the required bits: #include stdio.h typedef void (*pfunc)(void); void caller2(void* pfn, unsigned long* params, unsigned int

Re: GNU Assembler #2

2002-07-31 Thread Muli Ben-Yehuda
On Wed, Jul 31, 2002 at 04:56:37PM +0300, Nadav Har'El wrote: On Wed, Jul 31, 2002, Muli Ben-Yehuda wrote about Re: GNU Assembler #2: many arguments, through a function pointer. Here's code that does it, doing in asm only the required bits: #include stdio.h typedef void

Re: sorting hebrew in mysql

2002-07-31 Thread Ben-Nes Michael
intresting. Please report back when youll try it, i wonder if it will work on postgresql. locale sorting slow postgresql :( - Original Message - From: [EMAIL PROTECTED] To: Ben-Nes Michael [EMAIL PROTECTED] Cc: Guy Cohen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 31,

Re: GNU Assembler #2

2002-07-31 Thread Muli Ben-Yehuda
On Wed, Jul 31, 2002 at 05:08:05PM +0300, Alexander V. Karelin wrote: Hmm. Hmmm Well, the problem with the first idea is that pushing stuff into stack directly from C code is not really worthy because a simple call to while may cause things to be pushed and popped around, which

Re: sorting hebrew in mysql

2002-07-31 Thread Tzafrir Cohen
On Wed, 31 Jul 2002, Oded Arbel wrote: My experience is that mysql will sort hebrew well when not started or even compiled for hebrew support, with VARCHAR style data types (not binary). the character set support is useful when you to do case insensitive sorts,or handle aumels and accented

Re: sorting hebrew in mysql

2002-07-31 Thread Oded Arbel
Tzafrir Cohen [EMAIL PROTECTED] wrote on 31/7/02 17:25: On Wed, 31 Jul 2002, Oded Arbel wrote: BTW: I prefer storing textual data in the database as unicode (preferably utf8 to facilitate easier display to the web) encoded data in binary fields - it gives predictable enough sorting,

Re: August Penguins: directions and map

2002-07-31 Thread Oleg Goldshmidt
Oleg Goldshmidt [EMAIL PROTECTED] writes: If I have a chance this week I'll try to verify the traffic signs, but this does not constitute a promise... ;-) I had a chance to drive along Kaplan the other day, and I can confirm that there is no left turn from there (it's a narrow street that

Re: August Penguins: directions and map

2002-07-31 Thread Oded Arbel
Oleg Goldshmidt [EMAIL PROTECTED] wrote on 1/8/02 7:20: You can turn left to Laskov or Ibn Gvirol, carry on to Yehuda ha-Levi, and turn left to Hashmonaim. Having worked daily in the area, I would suggest a different approach - as driving up Kaplan would get you messed up in a maze of

Zone info

2002-07-31 Thread Michael Sternberg
Title: Zone info I'm looking for updated files that contain zones info (zones, cities, daylight savings etc) that can be used as input file for /usr/sbin/zic. There is a one at ftp://ftp.cs.huji.ac.il/pub/tz/israel/linux/zicfile and instructions on usage at the same directory, but it