:)
seems interesting
What exactly do you mean by "version management" ?
You can't get the size of the directory using Net::FTP. FTP doesn't transmit the size of a directory, you have to do a recursive calculation to...
LOL! Well, I can't read minds. Try again in a human approach.
Kash, PHP (PHP: Hypertext Preprocessor) is a programming language originally designed for producing dynamic Web pages.PHP is used mainly in...
I guess that's not possible, you may use DLLs (Dynamic Link Library) to achieve the task.
Impressively written code DaWei, there are a lot of things we can learn from you. Firstly, I didn't know that we could use scanf's return value...
Was that a query or a greeting?
how go i get indexed by search engienes especially google.com please help me from a to z and any nifty tricks about these? your help would...
Functions to check for leap year in various languages: function isLeapyear(year) { return year%400 ==0 || (year%100 != 0 &&...
Also this http://www.go4expert.com/showthread.php?t=273
Here is the URL regex syntax. <script> var url_match = /https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?/;...
Introduction Regular expressions is a form of pattern matching that you can apply on textual content. Take for example the DOS wildcards ?...
Very good suggestion DaWei. :-)
You must have always wondered why there is a uname / pwd in Oracle called, Scott/Tiger.... Who is this scott ? Here is the answer to ur query.......
Try this code here.
What exactly are you trying to acheive? And what sample code do you want??
Yes, try at least, and post it here when you get stuck. It's quite easy, try printing this first. 1 12 123 1234 12345
To save a flash file, view the source of the page and look for a filename with extension of .swf and use a download manager to download it.
Separate names with a comma.