Search Results

Search: Posts Made By: lusername
31,552
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...
15,156
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')"
9,046
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,036
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 03:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy