Tiny PHP Uploader
13
Deletes all files of a certain extention from a folder.
7
Move a file quickly in java.
13
mattrmiller
in the normal GZIPOutputStream you can not et the compression level. I came across this little script tonight that allows you to set the compression level for GZIPOutputStream.
7
This code, working with MovableType, creates a tag cloud of tags entered into the keyword field of a blog entry. You can see the results and read my write-up which explains some other things that help with MovableType and tag clouds. I got this code from Al-Muhajabah and made a few minor tweaks. Put the PHP snippet below inside a MT template that creates a php page.
-5
This multiple-use PHP script will randomly generate content based on a randomly generated number.
9
This is a simple PHP script that will show whether a certain port/socket of a certain computer is currently open/active.
9
Copy a file to a new location, optionally marking the file as a temporary file (to be deleted on application exit).
Note there are issues for temporary files - not all the parent directories that might be created are guaranteed to be deleted - only the immediate parent directory will be deleted on exit if created. Other higher-level directories will not be deleted, even if the file is marked as temporary.
Note there are issues for temporary files - not all the parent directories that might be created are guaranteed to be deleted - only the immediate parent directory will be deleted on exit if created. Other higher-level directories will not be deleted, even if the file is marked as temporary.
3
Check the attributes of a file or folde
3
Retrieve information about a file
3
this function returns the aggregated size
of all files in a directory and its subdirectories
of all files in a directory and its subdirectories









