I have two computers. On the first computer I have apache running with all my web code. On the second computer I have large amounts of data stored with a retrieval script (the script usually takes hou
how get the date and time of the last modified particular TYPE file in that directory let me explain with an example
Is there a way to access the Java Plug-in Control Panel programatically? Or at least f开发者_Go百科ind the places in the Windows File System where the information backing that control panel is stored?
I mainly code small programs for myself, but recently, I\'ve been starting to code for my peers on my team. To that end, I\'ve started using a Mercurial repository to maintain my code in some form of
Here is my code: function pauseSound() { var pauseSound = document.getElementById(\"backgroundMusic\");
I have a string like sample.txt.pgp and I want to return sample.txt in a shell script (but, the string length will vary, so, basically all of the characters before the \".pgp\").Is there a substr func
The script below worked on my Mac OS X.I\'m now using Ubuntu OS, and the script is no longer working.I\'m wondering if there\'s something that I need to change here?I did change the first line from #!
I noticed that an application I am maintaining was giving me a javascript error in IE8 and FF. The script was trying to get a collection of frame elements:
I got this script for creating an HTML page from an image uploader, The only problem is that it overwrite\'s itself on every upload, I would like to change it so that I get sent an e-mail instead.
The limit placed on disk quota in Linux is counted in blocks. However, I found no reliable way to determine the block size. Tutorials I found refer to block size as 512 bytes, and sometimes as 1024 by