Re: The Internet Tool needs your help!

2003-07-04 Thread Shlomi Fish
On Thu, 3 Jul 2003, Itay 'z9u2K' Duvdevani wrote: In the past few months the Kinneret development team worked on the Israeli internet connection tool that should gather all ISPs, all connection methods and all modems into one application, that will create everything necessary for newbies to

Re: Cross platform code

2003-07-04 Thread Shlomi Fish
On Thu, 3 Jul 2003, Eliran Gonen wrote: Voguemaster [EMAIL PROTECTED]: For the life of me, I can't seem to find anything that will help me write code that can compile under Linux AND Win32. Basically I want to write a small network application (details later) that will be cross platform.

Re: Cross platform code

2003-07-04 Thread Eliran Gonen
Shlomi Fish [EMAIL PROTECTED]: Python is your friend. http://www.python.org Or Perl - http://www.cpan.org/. Or Ruby... There's no need to discriminate against languages. It was just an example. Generally, interpreted languages are doing quite a good job when it comes to portability.

Re: [Haifux] [HAIFUX LECTURE] from python import lecture, by Muli Ben-Yehuda

2003-07-04 Thread Vasiliev Michael
On Friday 04 July 2003 11:26, Orna Agmon wrote: OANext Monday (06/07/2003), 18:30, the Haifa Linux Club will once again You probably mean 07/07/2003, right? Since that is the date on the website... -- Sincerely Yours, Vasiliev Michael NP: XMMS is not loaded.

Re: Cross platform code

2003-07-04 Thread Voguemaster
On Fri, 04 Jul 2003 12:03:26 +0300, Eliran Gonen [EMAIL PROTECTED] wrote: Shlomi Fish [EMAIL PROTECTED]: Python is your friend. http://www.python.org Or Perl - http://www.cpan.org/. Or Ruby... There's no need to discriminate against languages. It was just an example. Generally, interpreted

Re: [HAIFUX LECTURE] from python import lecture, by Muli Ben-Yehuda

2003-07-04 Thread Shlomi Fish
On Fri, 4 Jul 2003, Vasiliev Michael wrote: On Friday 04 July 2003 11:26, Orna Agmon wrote: OANext Monday (06/07/2003), 18:30, the Haifa Linux Club will once again You probably mean 07/07/2003, right? Since that is the date on the website... Yes, 07/07. 06/07 is Sunday, and we meet on

Re: Cross platform code

2003-07-04 Thread Eliran Gonen
Voguemaster [EMAIL PROTECTED]: Well actually, if I wanted to save myself the headache I would have done it in Java :) Bytecode languages and other interpreted languages are usually *FASTER* than Java. Extremely easy to develop, I just love that language. There is only one major drawback

Re: Cross platform code

2003-07-04 Thread Alexander Maryanovsky
Well actually, if I wanted to save myself the headache I would have done it in Java :) Extremely easy to develop, I just love that language. There is only one major drawback which annoys me and that's speed. This application I'm writing has to be able to handle many requests per second if need

Printing - Saving color for Web Pages with background images?

2003-07-04 Thread Subba Rao
Hello, I would like to know if there is anyway to avoid printing the background images of Web pages. These images are using up the color cartridges fast. If the Web page is 1 or 2 pages long then it is not a problem. The problem is with 10+ pages where the Web page background images uses up

Re: Printing - Saving color for Web Pages with background images?

2003-07-04 Thread Beni Cherniavsky
Subba Rao wrote on 2003-07-04: Hello, I would like to know if there is anyway to avoid printing the background images of Web pages. These images are using up the color cartridges fast. If the Web page is 1 or 2 pages long then it is not a problem. The problem is with 10+ pages where the

Re: Printing - Saving color for Web Pages with background images?

2003-07-04 Thread Eliran Gonen
Subba Rao [EMAIL PROTECTED]: Is there any way to avoid print the backgroud images on Web pages? All I want is the content and any pertinent diagrams on the page to be printed. Can you at least tell us which browser do you use ? -- a href=http://www.rootshell.be/~eg;Eliran

Re: Cross platform code

2003-07-04 Thread Shachar Shemesh
Oleg Goldshmidt wrote: [1] One can say that the advantage of Java for the programmer lies in the lack of a superset of the spec that includes implementation dependent and other non-standard stuff, so the programmer does not have to think, is this statement portable? all the time. This is

Re: Printing - Saving color for Web Pages with background images?

2003-07-04 Thread Herouth Maoz
On Friday, Jul 4, 2003, at 13:41 Asia/Jerusalem, Subba Rao wrote: Is there any way to avoid print the backgroud images on Web pages? All I want is the content and any pertinent diagrams on the page to be printed. What's your web client? In Konqueror, I believe you can force your own style

Re: Strange Locale ( was Re: gentoo and Xkb )

2003-07-04 Thread Ben-Nes Michael
hmmm, very strange, locale on latest gentoo dont have Hebrew UTF the version is: (GNU libc) 2.3.1 Maybe this effect the Xkb ? locale -a|grep utf ar_IN.utf8 en_IN.utf8 fa_IR.utf8 hi_IN.utf8 ko_KR.utf8 mr_IN.utf8 se_NO.utf8 ta_IN.utf8 te_IN.utf8 ur_PK.utf8

Re: [Haifux] [HAIFUX LECTURE] from python import lecture, by MuliBen-Yehuda

2003-07-04 Thread Orna Agmon
On Fri, 4 Jul 2003, Vasiliev Michael wrote: On Friday 04 July 2003 11:26, Orna Agmon wrote: OANext Monday (06/07/2003), 18:30, the Haifa Linux Club will once again You probably mean 07/07/2003, right? Since that is the date on the website... Yes, of course you are right. Even my

Re: Making linux behave as a real multiuser multitask os.

2003-07-04 Thread Yedidyah Bar-David
On Thu, Jul 03, 2003 at 10:52:28PM +0300, Ilya Konstantinov wrote: [snip] How can I limit the percentage of CPU for a regular user? A better approach would be: how do I make the system divide CPU time equally between users rather than between processes? One way is to use something like

X keyboard handling

2003-07-04 Thread Shachar Shemesh
Hi all, This is for a good cause (I think - it's for making Wine work with Word 2000 in Hebrew - you decide whether that's a good cause). I'm trying to find APIs for the following: 1. Knowing what the currently selected keymap is. Ideally, I want to know that it's US,IL,RU and that we are

subscribe

2003-07-04 Thread Moshe Kaminsky
subscribe = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: X keyboard handling

2003-07-04 Thread Ilya Konstantinov
On Friday 04 July 2003 19:50, Shachar Shemesh wrote: Hi all, This is for a good cause (I think - it's for making Wine work with Word 2000 in Hebrew - you decide whether that's a good cause). I'm trying to find APIs for the following: 1. Knowing what the currently selected keymap is. Ideally,

Re: subscribe

2003-07-04 Thread Vasiliev Michael
On Friday 04 July 2003 22:33, Moshe Kaminsky wrote: MKsubscribe Descriptive reply has been sent to private address. -- Michael NP: Enya - Shepherd Moons - Caribbean Blue = To unsubscribe, send mail to [EMAIL PROTECTED] with the

Re: X keyboard handling

2003-07-04 Thread linux_il
On Fri, Jul 04, 2003 at 07:50:42PM +0300, Shachar Shemesh wrote: 3. Knowing when the user switches between the groups (I think there is an X event that notifies about that, so this may not be a major problem). Dunno about the rest, but running xev and pressing Left-Alt+Left-Shift produces an

Re: [HAIFUX LECTURE] from python import lecture, by Muli Ben-Yehuda

2003-07-04 Thread Muli Ben-Yehuda
On Fri, Jul 04, 2003 at 11:26:14AM +0300, Orna Agmon wrote: Next Monday (06/07/2003), 18:30, the Haifa Linux Club will once again meet to hear Muli Ben-Yehuda talk about: from python import lecture an introduction to the python programming language The talk

Telebank Discount access script

2003-07-04 Thread Alon Altman
Hi all, I have written a script to enable access to Telebank Discount, for clients of discount bank. The script generates and HTML page with various details from your account. The script is in pre-alpha stage and is avialable at http://alon.wox.org/telebank-0.1.tar.gz Any help welcome.