How To Find Similar Sounding Words Let say a condition where we wanted a utility that finds a matches of words which sounds all same. For...
Signals are a limited form of inter-process communication, it analogous to hardware interrupts. It is generally used by the operating system to...
http://search.cpan.org/~adamk/Archive-Zip-1.30/lib/Archive/Zip.pm#Compression
Well written, explained!
xargs is an utility which is used to build & execute command-lines. xargs reads from the standard input (STDIN) space, tab, newline & end-of-file...
try commands, lsof or run program with strace
There's no direct way of doing it, check this http://www.tek-tips.com/viewthread.cfm?qid=840900
It might happen that your hard disk died on you, or the DVD backup you had does not read correctly. Generally, CD & DVD media retain data...
Nice one, I would like to add a point: Securing the wp-admin directory via forcing https, you can use a self-signed certificate, this will help...
Memcached is a free & open-source, robust, fast & distributed memory object caching system. Memcached was originally developed by Brad Fitzpatrick...
jQuery is a client-side JavaScript library, the goal of the library is to simply the process of writing cross-browser JavaScript code. jQuery was...
How is the order important here? Does this code work??
set objDoc = Server.CreateObject("Microsoft.XMLDOM") objDoc.load("sample.xml") For Each objNetworkNode in objNetWorkNodeLis ' iterate like that Next
After Introduction to Git VCS, this is the second installment in the series, here we'll be see how to setup a workflow, copying repositories &...
@Enrique2k the error message is self explanatory, the directory which is being tried to be opened on line 26 does not exists, please check if you...
my $insert = qq~ insert into cart (id,cat_num) select id,catalog_num from tracks where id =?~; my $dbh = DBI->connect( $connectionInfo, $user,...
Amazon SQS (Simple Queue Service) is yet another amazing product from Amazon, which provides a reliable, easy & highly scalable hosted queue...
Generally, progress bar is used to show the progress of the operations being performed not the time, but if you want number_of_entries will be 20...
If sendmail is unavailable use SMTP.
All software developers must have used some VCS (Version Control System) at a point of their career, most would say SVN, which is currently the...
Separate names with a comma.