Re: Suggestions for diff(C++(1991),C++(2005)), anyone?

2005-08-31 Thread Nzer Zaidenberg
some good books (also available on the internet) 1. C++ common knowladge. (explains the fine points of many points you discussed) 2. Essensial C++, more essensial C++, Essensial coding standards / Sutter explains lots of fine points. maybe to hard right now 3. Effective C++, more effective C++, e

Suggestions for diff(C++(1991),C++(2005)), anyone?

2005-08-31 Thread Omer Zak
I am faced with the following situation. I learned C++ at the early 1990's, and Turbo C++ 2.0 (later versions were called Borland C++) was my learning and development platform. During the intervening years, I got along very well thank you with C++ without templates, exceptions, namespaces or new k

Re: OT: job offer - linux kernel programmer

2005-08-31 Thread guy keren
On Tue, 30 Aug 2005, Anatoly Asviyan wrote: > Hello > Tehuti Networks company is looking for talented programmer > to join Linux Driver group you know, it is very nice to see that it took the company around 6 month to leave the "strategically positioned" office in haifa (see http://www.tehutine

Re: A stupid bash quote question.

2005-08-31 Thread Tzafrir Cohen
On Wed, Aug 31, 2005 at 02:06:48PM +0300, Ariel Biener wrote: > (by the way, why > use mutt as a command line mail sender ? I'd use /bin/mail). mutt CCs me me messages I send. mutt can also send attachments from the command-line. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzaf

Re: A stupid bash quote question.

2005-08-31 Thread Ariel Biener
On Wednesday 31 August 2005 12:27, Ehud Karni wrote: > > --- > > #!/bin/bash > > > > subject='Set UID program scan results' > > address="[EMAIL PROTECTED]" > > mailcommand="mutt $address -s $subject" > > > > $mailcommand << okfff > > Some message body. > > > > okfff > >

Re: A stupid bash quote question.

2005-08-31 Thread Ehud Karni
On Wed, 31 Aug 2005 11:24:45 +0300, David Harel <[EMAIL PROTECTED]> wrote: > > Hi all, > I really am ashame to ask this question but I did not find an answer for > it in any documentation I searched (I have serious doubts bout my > searching skills). > > Here is a script fragment. > ---

Re: A stupid bash quote question.

2005-08-31 Thread Omer Zak
On Wed, 2005-08-31 at 11:24 +0300, David Harel wrote: > Hi all, > I really am ashame to ask this question but I did not find an answer for > it in any documentation I searched (I have serious doubts bout my > searching skills). > > Here is a script fragment. > --- > #!/bi

A stupid bash quote question.

2005-08-31 Thread David Harel
Hi all, I really am ashame to ask this question but I did not find an answer for it in any documentation I searched (I have serious doubts bout my searching skills). Here is a script fragment. --- #!/bin/bash subject='Set UID program scan results' address="[EMAIL PROTE

Re: Kernel mode disk I/O. Take 2. (Was: File I/O within kernel threads?)

2005-08-31 Thread Gilboa Davara
Amos, Thanks. I'll give it a try. Gilboa On Wed, 2005-08-31 at 08:40 +1000, Amos Shapira wrote: > Have you though of startting with the code of sendfile and going from > there to add the processing? > > --Amos > > On 8/30/05, Gilboa Davara <[EMAIL PROTECTED]> wrote: > > On Tue, 2005-08-30 at 1