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 vers

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 stabili

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 C

Re: KDE 3.0.2 RPM packages

2002-07-31 Thread Yosi
A Purify(tm) like tool for Linux. Have a look at it here: http://developer.kde.org/~sewardj/ Yosi >From: Arie Folger <[EMAIL PROTECTED]> >To: Oded Arbel <[EMAIL PROTECTED]>, Tzafrir Cohen <[EMAIL PROTECTED]> >CC: Eliran <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, ><[EMAIL PROTECTED]> >Subject:

Re: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Guy Baruch
how does it compare with rational's purify tool ? or any other such commercial tool ? Kovriga, Gregory wrote: >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! > >-Origi

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 to

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, Gr

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 p

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. Sinc

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 it:

RE: Valgrind (was: KDE 3.0.2 RPM packages)

2002-07-31 Thread Avrahami David
Title: RE: Valgrind (was: KDE 3.0.2 RPM packages) 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 can send

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 impor

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 r

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< http://l

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 kno

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) >

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

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 irrele

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

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 > > typedef void (*pfunc)(void); > > void caller2(void* pfn, unsigned long* params, unsigned in

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 > > > > typedef void (*pf

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,

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,

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 en

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 o

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 contai

Pinguin on Globes

2002-07-31 Thread Gabor Szabo
Pinguin on Globes : I have just noticed that there is a pinguin on the front page of the english version of Globes: http://www.globes.co.il/serveen/ it is a link to an article about Qlusters, a linux based clustering soltion. -- Gabor ===

Re: Zone info

2002-07-31 Thread Yedidyah Bar-David
On Thu, Aug 01, 2002 at 08:51:25AM +0200, Michael Sternberg wrote: > > 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 i

Re: Zone info

2002-07-31 Thread Christoph Bugel
On 2002-08-01, Michael Sternberg wrote: > > 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. http://www.twinsun.com/tz/tz-link.htm = To

RE: Zone info

2002-07-31 Thread Michael Sternberg
Another question then. I'm working in embedding environment and size on disk is precious resource. >From the other side - our computer can be installed all around the globe. I want user to be able to configure appropriate timezone. Directory /usr/share/zoneinfo (compiled files) takes something a

Re: Zone info

2002-07-31 Thread Yedidyah Bar-David
On Thu, Aug 01, 2002 at 09:55:46AM +0200, Michael Sternberg wrote: > > Another question then. > I'm working in embedding environment and size on disk is precious resource. > >From the other side - our computer can be installed all around the globe. > I want user to be able to configure appropriat

Re: Zone info

2002-07-31 Thread Tzafrir Cohen
On Thu, 1 Aug 2002, Yedidyah Bar-David wrote: > On Thu, Aug 01, 2002 at 08:51:25AM +0200, Michael Sternberg wrote: > > > > 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 ft