Welcome To Snipplr
Everyone's Recent Snippets Tagged file
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
provide file via URL var, and script will grab it & force download. Take a look at code, and add some of your filetypes if required
2
3024
posted 15 years ago by acosonic
Creates backups of "file.ext" in the form "file.Bx.ext", where Bx represents a sequential backup number from 1 (most recent) to 5 (oldest)
Put the following symbolic links in your path
ln -s path-to-this-file/age.py age
ln -s path-to-...
0
749
posted 15 years ago by SimonTite
Create log.txt in scripts directory and set permissions to 0666 before use.
0
755
posted 15 years ago by Nek
This snippet is just an upgrade to the "http://snipplr.com/view/7396/php-file-extension-case-changer/" code. This particular code works on image files... although you can just change this line [if (preg_match("/(jpg|gif|png|bmp)/",$ext)) ] to target...
0
1315
posted 15 years ago by el-artiste
This piece of code will store each line of a txt file into a mysql database
2
1168
posted 15 years ago by fackz
This function converts file size in bytes to the larger units.
You can add bigger values like exa-, zetta-, yotta- bytes.
0
766
posted 15 years ago by kirik
Answer to one of the examples here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
0
1054
posted 15 years ago by bigfaceworm
A few days ago i was looking for a script witch one will help me to unzip a file using PHP . There is 2 different ways to do it.One just execute a commend to unzip the file in the shell using PHP and another one is using library functions
2
902
posted 15 years ago by fackz
Makes a mono 8-bit (i.e. one byte per sample) wav file, "out.wav" containing a 500 Hertz sine wave signal. 22050 is the sample rate, and 64000 is the total size of audio data in bytes.
1
832
posted 15 years ago by Zufolek
Proje güncellemeden önce güncelleme dosyalarının aranması için filtre, modify date olarak tarihinde verilmesi gerekiyor.
0
710
posted 15 years ago by tenkyu
loadfile(filename);
returns NULL on fail or a pointer that should be free()d when no longer needed.
savefile(filename,data,dataSize);
returns 0 on fail or 1 on success.
0
848
posted 15 years ago by Zufolek
get the list of dirs
process that list to cmd expressions
run the file with cmd exprssns
0
608
posted 15 years ago by rowntreerob