MP3 checker

2000-07-14 Thread Arieh Bibliowicz
Is there any utilitie that can take grabbed mp3 files and compare them with the original CD to know it the grabbing was done right (no skipping or other kind of errors?) thanks Arieh = To unsubscribe, send mail to [EMAIL

Re: MP3 checker

2000-07-14 Thread Hetz Ben Hamo
How could you do that at all? After all the MP3 creation process throws away about 90% of your data when it creates mp3 - so you want to compare the 10% left to the original CD?? Hetz Arieh Bibliowicz wrote: Is there any utilitie that can take grabbed mp3 files and compare them with the

Re: MP3 checker

2000-07-14 Thread Ilya Konstantinov
On Fri, Jul 14, 2000 at 10:07:36AM -0400, Hetz Ben Hamo wrote: How could you do that at all? After all the MP3 creation process throws away about 90% of your data when it creates mp3 - so you want to compare the 10% left to the original CD?? In fact, you can rip the CD and create new MP3s

Using fflush(stding)

2000-07-14 Thread Yoni Nazarathy
Hi, Consider the following code: { puts(Enter String:); scanf(%10s,buf1); if(!fflush(stdin)) perror(PROBLEM WITH FFLUSH); puts(Enter another String:); scanf(%!0s,buf2); if(!fflush(stdin)) perror(PROBLEM WITH FFLUSH); printf(***%s*** ***%s***\n,buf1,buf2); } The

Re: Using fflush(stding)

2000-07-14 Thread Yoni Nazarathy
In the Previous message about fflush() there is a typo in the second scanf. The code: scanf(%!0s,buf2); should be: scanf(%10s,buf2); Thnkx, Yoni -Original Message-From: Yoni Nazarathy [EMAIL PROTECTED]To: Linux-il [EMAIL PROTECTED]Date: éåí ùéùé 14 éåìé 2000

Re: kernel 2.2.17?

2000-07-14 Thread Shaul Karl
(BTW2: Shaul Karl said he has 2.2.17. Where did you get it? are you sure it is not -ac or something? I can't see it on ftp.kernel.org) I am using Debian kernel-source packages. [17:38:03 /tmp]$ head -13 /usr/share/doc/kernel-source-2.2.17/copyright $Id: copyright.source,v 1.5

Re: hebrew supporing mule

2000-07-14 Thread Shaul Karl
Try posting it to [EMAIL PROTECTED] If I am not mistaken a heavy emacs Hebrew related developer is on that list. I am looking for a version of mule which supports hebrew (and rtl)\ I am using debian, so a deb package would be preferable. i tried to download the deb version but it said that

Re: Using fflush(stding)

2000-07-14 Thread Yoni Nazarathy
Why do you use fflush for input stream ??? I thought that fflush can flush input streams too? (I do it when programming in DOS/WINDOWS.) Now I understand that the input data is still in the terminal's buffer and has not been passed to stdin. My question is, does anyone know how to flush data

Re: acces right

2000-07-14 Thread Moshe Zadka
On Fri, 14 Jul 2000, Shaul Karl wrote: high I have RedHat6.1 I am trying to channge the acces right of /proc/filesysytems with chmod command even I used chmod -V ,and I saw itchanged when Ichecked with ls -l I saw nothig changed any suggestions:) Isn't /proc an artificail fs

Re: kernel 2.2.17?

2000-07-14 Thread Yedidya Bar-david
Shaul Karl wrote: [snip] What is a -ac kernel? a nonofficial kernel by Alan Cox. He makes a new one every few days - look at ftp://ftp.kernel.org/pub/linux/kernel/people. -- -- Shaul Karl [EMAIL PROTECTED] Donate free food to the world's hungry: see

Re: Using fflush(stding)

2000-07-14 Thread Shaul Karl
Maybe with scanf("%10s %*s", buf1); ? Why do you use fflush for input stream ??? I thought that fflush can flush input streams too? (I do it when programming in DOS/WINDOWS.) Now I understand that the input data is still in the terminal's buffer and has not been passed to

palm pilot sync

2000-07-14 Thread tal
hi ! i know that this may sound as a dumb question , but is there a palm pilot sync utility for linux ? like pocketmirror for ms outlook ? 10x --- _|_|_ Best Regard's , ( ) * Amir Tal, /v\ / System Administrator /( )XIntercomp Ltd.

Re: Using fflush(stding)

2000-07-14 Thread Shaul Karl
No wonder that with input 10 chars buf2 gets the remainder of the input. After all you are explicitly telling the first scanf to put no more then 10 chars in buf1. What dose !0 in the 2nd scanf mean? I am getting a warning about unknown conversion type character `!' in format when I

Samba access being very slow.

2000-07-14 Thread Nimrod S. Carmi
Hey everyone, I'm using Samba to access my linux filesystems via my Virtual machine on VMWare running windows 95 and I'm expiriencing a very wierd problem -- Accessing a directory, or printing or basically anything that needs to go via Samba to the "real" machine takes forever. sending a single

Re: palm pilot sync

2000-07-14 Thread Yaniv Kimchi
Yes, kpilot. Yaniv Kimchi [EMAIL PROTECTED] On Fri, 14 Jul 2000, tal wrote: hi ! i know that this may sound as a dumb question , but is there a palm pilot sync utility for linux ? like pocketmirror for ms outlook ? 10x --- _|_|_