Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
It's necessary to do this for each of automatic_attrs, override_attrs, normal_attrs and default_attrs
0
839
posted 14 years ago by therobot
This snippet replaces all three different version strings in file `verid.h` using regular expressions with the value of properties `$(Major)`, `%(Minor)`, `$(SP)` and `$(Build)` when the property `$(Label)` has value _true_.
To run this project you...
0
1185
posted 14 years ago by cappellin
Script will extract all flv's or other videos specified to mp3.
You can change *.flv to prob. any other extension.
Tested on *.mp4 and *.flv
0
606
posted 14 years ago by dogrizz
This snippet is a PHP function that checks if an email address is valid
2
916
posted 14 years ago by visudex
After an attempt to more a live site to a personal server for further work I ran across the problem of a mix of absolut and relative links making the local copy not work. Not wanting to manually have to change every single absolute to a relative (bec...
0
795
posted 14 years ago by FatFolderDesigner
If your sortable.serialize() method doesn't work properly, do it by yourself ;-)
0
465
posted 14 years ago by bLeveque