Search Results

Search: Posts Made By: lusername
31,418
Posted By lusername
If your program is written in C, your program ...
If your program is written in C, your program should use the daemon() library call to make your program a daemon. This will cause your program to close its standard input, output, and error, and...
14,957
Posted By lusername
You should probably change the spaces in the...
You should probably change the spaces in the search query to "+" and + to "%2B":

lynx "http://www.google.com/search?q=$(echo $@|sed -e 's/+/%2B/g' -e 's/ /+/g')"
8,966
Posted By lusername
Here is a Perl routine that can tell if two...
Here is a Perl routine that can tell if two dates, formatted as in your file, are within six hours of each other, so long as the dates are all within the 21st century:

#!/usr/bin/perl

use...
6,011
Posted By lusername
X11 on Windows
The Cygwin project (http://cygwin.com/) includes a version of XFree86 that runs on Windows.
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy