Re: [vox-tech] Measure network usage?

2003-06-30 Thread MB
I like ntop ( www.ntop.org ). It has a nice SSL server w/interface and graphs to view what is going on, and it uses nmap, lsof, and several other network utilities to find out about the machines on the network ( and the remote connections ) Mark Shawn P. Neugebauer wrote: On Saturday 28 June

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Bill Kendrick
On Mon, Jun 30, 2003 at 11:43:49AM -0700, Rod Roark wrote: > Well then let's consider my comment to refer to C as it > was defined by Kernighan and Ritchie. If they don't count > any more, I give up. Meh... What did K&R ever give _us_?! ;^) -bill! -- [EMAIL PROTECTED]

RE: [vox-tech] VNC at 1024x768 resolution??

2003-06-30 Thread Seth Nagao
IIRC, the option to pass to the VNC server is something like this: vncserver -geometry 1024x768 HTH, --Seth > > Hello > > I am accessing a Linux system via the VNC server. The VNC client is running on > Win2K. After the connection is established, the VNC client window opens up as > a 80

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Micah J. Cowan
> as for the quote above, i have two comments: > > 1. you cannot logically infer that the std library is a part of the >library. I'm assuming the second "library" was meant to be "language"; and I have to politely disagree with you there. The scope section of ISO international standards are

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Ricardo Anguiano
Bill Kendrick <[EMAIL PROTECTED]> writes: > Okay, just out of curiosity. Say one wanted to create a 'Java > application' (e.g., something that runs in a web browser, cell phone > or PDA JVM), but they wanted to write the application using the C > /language/. Makes me think of SWIG. Make multilang

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Peter Jay Salzman
On Mon 30 Jun 03, 11:29 AM, Micah J. Cowan <[EMAIL PROTECTED]> said: > On Mon, Jun 30, 2003 at 10:37:15AM -0700, Rod Roark wrote: > > > > Do you have a reference for that? I always thought that > > language by definition does not include libraries. Perhaps > > the standard you are referring to c

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Rod Roark
Well then let's consider my comment to refer to C as it was defined by Kernighan and Ritchie. If they don't count any more, I give up. -- Rod On Monday 30 June 2003 11:29 am, Micah J. Cowan wrote: > On Mon, Jun 30, 2003 at 10:37:15AM -0700, Rod Roark wrote: > > On Monday 30 June 2003 10:07 am, M

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Micah J. Cowan
On Mon, Jun 30, 2003 at 10:37:15AM -0700, Rod Roark wrote: > On Monday 30 June 2003 10:07 am, Micah J. Cowan wrote: > > On Sun, Jun 29, 2003 at 06:27:08PM -0700, Rod Roark wrote: > > > On Sunday 29 June 2003 02:06 pm, Ken Bloom wrote: > > > > Second, their > > > > standard libraries have very diffe

[vox-tech] VNC at 1024x768 resolution??

2003-06-30 Thread Subba Rao
Hello I am accessing a Linux system via the VNC server. The VNC client is running on Win2K. After the connection is established, the VNC client window opens up as a 800x600 window. The XF86Config is using the resolution at 1024x768. Some of the items from the Linux system are going beyond the

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Rod Roark
On Monday 30 June 2003 10:07 am, Micah J. Cowan wrote: > On Sun, Jun 29, 2003 at 06:27:08PM -0700, Rod Roark wrote: > > On Sunday 29 June 2003 02:06 pm, Ken Bloom wrote: > > > Second, their > > > standard libraries have very different names for most things (even > > > something so simple as the sin

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Matt Roper
On Mon, Jun 30, 2003 at 10:05:24AM -0700, Micah J. Cowan wrote: > On Sun, Jun 29, 2003 at 01:07:24PM -0700, Michael Wenk wrote: > > On Sunday 29 June 2003 02:32 am, Bill Kendrick wrote: > > > Okay, just out of curiosity. Say one wanted to create a 'Java application' > > > (e.g., something that run

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Micah J. Cowan
On Sun, Jun 29, 2003 at 06:27:08PM -0700, Rod Roark wrote: > On Sunday 29 June 2003 02:06 pm, Ken Bloom wrote: > > Second, their > > standard libraries have very different names for most things (even > > something so simple as the sine function has two different incompatible > > lines to call it in

Re: [vox-tech] Compiling C into Java bytecode?

2003-06-30 Thread Micah J. Cowan
On Sun, Jun 29, 2003 at 01:07:24PM -0700, Michael Wenk wrote: > On Sunday 29 June 2003 02:32 am, Bill Kendrick wrote: > > Okay, just out of curiosity. Say one wanted to create a 'Java application' > > (e.g., something that runs in a web browser, cell phone or PDA JVM), > > but they wanted to write