UNIX
Unix is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
Application
Any
Language
Any
License
Any
Hi guys!
I want to ask something.
I wrote a program that prints a lot of things in the command window...
and i cant see them all (i see only the last of them)
Do you know something in C...
: : : : Hi Folks, as a lifetime unix coder I have been asked to port a fairly
: : : : simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile...
: Hi folks, I have spent all day looking at ways to port a simple C console program (C wrapper around ftp - no GUI) from unix to W2K.
If your console program uses standard ANSI C with no...
: Hi Folks, as a lifetime unix coder I have been asked to port a fairly
: simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile the C code?
:...
Hi Folks, as a lifetime unix coder I have been asked to port a fairly
simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile the C code?
How...
I need to know the difference between the two mainly when talking of address space creation of the child process. I have heard that fork() clones the address space and CreateProcess() does not. What...
This message was edited by stober at 2004-10-30 15:12:21
: This is an exercise and it must be compatible in Solaris or Sun/OS
: I do my homework at home with a win compiler (JFE with gcc) but i...
This message was edited by mombawomba at 2004-10-20 22:8:58
: :
: : Where is chdir defined?
: :
: :
:
: you should learn to look up the functions yourself in MSDN
:
: http://msdn...
:
: Where is chdir defined?
:
:
you should learn to look up the functions yourself in MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__chdir.2c_...
: Hi,
: I have written the following script to schedule a job to run on 3rd Wednesday of every month, but It is executing on every Wednesday and every day between 15-21 dates. Can some one help me...
Hi,
I have written the following script to schedule a job to run on 3rd Wednesday of every month, but It is executing on every Wednesday and every day between 15-21 dates. Can some one help me in...
your program works ok with my file. Maybe there's someting about your text file?
Here is is the file I used
aaaaa 1 2
bbbbb 3 4
ccccc 5 6
This is the output on the screen
aaaaa 1 2...
Thanks for ur reply,
I tried it with "png " and "jpeg" its not working..
instead of canvas.paint(), I tried with canvas.paintComponent(g2)...
the same thing.."not working".
am really not...
What happens if you try png format ? works in Solaris ? (have you tried "jpg" instead of "jpeg" ?
I'm doing almost the same, also with a BufferedImage but in PNG format, and works in Linux and...
Hi, how do i code a unix script (preferably cshell)
First, to insert "a." (example)on the first column of a text file for each record.
Second, to delete the last character of a text file with...
Hi,
I am having a strange problem.
I am trying to save a JPanel as an image (Jpeg or GIF) and am using below given code,
BufferedImage image =(BufferedImage)canvas.createImage(canvas .getWidth()...
: Does anybody please know of any functions, part of a complete library or otherwise, which will pause the program execution for a set number of microseconds? I have tried using the win32 sleep...
This message was edited by gustavosserra at 2004-10-8 14:50:24
: : I have been searching how to print a word in assembly Linux for quite some time. I cant manage to find good info though. Could...
This message was edited by _codist_ at 2004-10-8 7:36:16
: I have been searching how to print a word in assembly Linux for quite some time. I cant manage to find good info though. Could anyone help...