I have a list of systems for which I\'m 开发者_如何转开发trying to get IP addresses.I\'ve successfully used the Net::DNS module for perl to perform an IP address query for a single hostname.I have 1,0
I have a couple dozen text (.txt) files containing long lists of words (one per line) that I want to convert into an audio file using OS X Lion \'Text to Speech.\' To do so, I need to add in synth voi
I have a double loop that opens a files and uses awk to take the first section and the second section of each line. The first section is the md5sum of a file and the second chunk is the filename. Howe
I have a unix socket in /tmp/my_s开发者_开发知识库ock How can I connect to it and write data? Is there a Qt way to do it?Qt supports unix domain sockets natively through QLocalSocket and QLocalServer
I\'m running the find command to find certain files, but some files in sub-directories have the same name which 开发者_如何学GoI want to ignore.
I\'m working with SQLPlus at the moment and whenever I query the Database, the result is in a complete mess. In other words, it is hard to read.I wonder if anyone knows how to format the output of que
I have a shell script running on unix. Like this: $ORACLE_HOME/bin/sqlplus -s \'/ as sysdba\' <<EOF
My task is to write a encrypted program in C. There is a source file and a target file.My program need read content from source file, encrypt them and
I want to have a \"control panel\" on a website, and when a button is pressed, I want it to run a command on the server (my computer).The panel is to run different python scripts I wrote (one script f
I have a C program which calls several functions from different 开发者_开发知识库files, and in compilation I link all the object files together to make the binary. I then start execution of the progra