Welcome To Snipplr
Everyone's Recent Snippets Tagged unix
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A simple but usefull smarty plugin to convert a unix timestamp to any date format.
Usage: {$var|convertunix:"d-m-Y"}
2
769
posted 15 years ago by FrankBr
Good info here too: http://www.ilisys.com.au/support/linux-password-protect/
2
1145
posted 15 years ago by jonhenshaw
The AMR video and audio codec the license distribution is unclear. But you download the reference implementation here to insert in the respective avcodec library directory of ffmpeg :
http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series
0
583
posted 16 years ago by adulau
Remove all those annoying thumbnail files that Windows users created while browsing your network drive. This command traverses all directories and deletes all "Thumbs.db" files as it finds them.
1
1069
posted 16 years ago by Roshambo
With the typical fork+exec method of spawning an application, you are left in the dark about failures in the exec. Once the fork occurs, the "main" process doesn't have any communication channel except waitpid, so it's hard to tell what happened....
1
506
posted 16 years ago by CUViper