Re: Math optimization in... Java?

2005-03-17 Thread Sharon Dagan
, to get native-like performance you can always use SWT (see www.eclipse.org). Cheers, -- Sharon Dagan Senior Software Architect, Software Group, IBM Israel Tel/Fax: +972-3-9188776, Mobile: +972-52-2554776 e-Mail: [EMAIL PROTECTED] Making Linux user friendly is easier than debugging Windows

Re: Math optimization in... Java?

2005-03-16 Thread Sharon Dagan
dramatically depending on the JVM and JIT implementation. Just my $0.02: IBM's implementation of the JVM is *not* optimized for Itanium (and probably won't be). It is optimized, however, for other 64bit processors such as AMD64 and Power4/5. Cheers, -- Sharon Dagan Senior Software Architect, Software Group

Re: Mozilla news reader - 'NNTP error - message posted in the future'

2004-08-24 Thread Sharon Dagan
Doh! thanks :-) -S. On Tue, 2004-08-24 at 10:39, Oron Peled wrote: On Wednesday 25 August 2004 05:38, Sharon Dagan wrote: I'm getting the above while trying to publish a message. Any idea? Look at your mail 'Date:' header and you'll see that all agree to the same fact -- you live

Mozilla news reader - 'NNTP error - message posted in the future'

2004-08-23 Thread Sharon Dagan
I'm getting the above while trying to publish a message. Any idea? Thanks -S. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL

Fixing the accelerator keys - quick guide

2004-08-19 Thread Sharon Dagan
FYI. http://www.whatsup.org.il/index.php?name=PNphpBB2file=viewtopict=16123 -S. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL

[Solved] Accelerator keys independent of keyboard layer

2004-08-18 Thread Sharon Dagan
Hi All, To fix the problem where unbound accelerators produce the character, add 'preserve[Control] = Control;' to the type 'IGNOREACCEL' in 'xkb/types/pc', as follows: xkb/types/pc ... type IGNOREACCEL { modifiers = Control+Shift+Alt; preserve[Control] = Control;

[95% Solved] Accelerator keys independent of keyboard layer

2004-08-17 Thread Sharon Dagan
--=-I9GmaSLZiDg+q4YNwf0t Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi All, After much tweaking, I have an almost perfect solution for this annoying problem. I was able to get all the accelerators keys to work anywhere in KDE, OOo, Mozilla and the console window. Since the

Re: Automatically unmonuting an idle partition

2003-12-29 Thread Sharon Dagan
This partition is actually encrypted. If the machine is stolen while powered on and the partition is mounted, automatic unmounting will (hopefully) save the day. Oded Arbel wrote: 29 2003, 19:13,Diego Iastrubni: , 29 2003, 18:50, Oded Arbel: When he said he wanted to

Automatically unmonuting an idle partition

2003-12-28 Thread Sharon Dagan
Hi all, I'm working on tightening the security of my laptop (installed with RH9). I'm trying to figure out a way to automatically unmount a partition that has been standing idle for some time. 'Idle' means, of course, that no reads or writes were made from/to that partition. Any hints on

Missing Hebrew TrueType fonts from Mozilla Firebird 0.7

2003-12-05 Thread Sharon Dagan
RH9, KDE, Mozilla Firebird 0.7. In Firebird, I can't find any of the Hebrew TrueType fonts in the drop-down list of available fonts - specifically, Arial. Fonts are installed and used in KDE and other apps. Any idea? -S. = To

Re: 'fdisk /dev/hda' says it can't open /dev/hda

2003-10-11 Thread Sharon Dagan
Following advice given here, it turns out there's no /dev/hda :-) Now what? -S. On Saturday 11 October 2003 03:03, Blue Prince wrote: fdisk /dev/hda fails - says it can't open /dev/hda. It *looks* as if this has started right after installing Windows 2000 onto a second primary partition in

Re: SOLVED 'fdisk /dev/hda' says it can't open /dev/hda

2003-10-11 Thread Sharon Dagan
Missing '/dev/hda' entry was fixed with 'mknod /dev/hda b 3 0' -S. On Saturday 11 October 2003 03:03, Blue Prince wrote: fdisk /dev/hda fails - says it can't open /dev/hda. It *looks* as if this has started right after installing Windows 2000 onto a second primary partition in the disk.