Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This snippet provides Enum codes for ISO 639-3 Language Codes. One might be inclined to use the CultureInfo class, but according to http://stackoverflow.com/questions/21042081/cultureinfo-and-iso-639-3 there is no direct mapping. If you need this for...
0
2971
posted 11 years ago by misholson
A snippet that will centre an image within a container. The image also has a hover and background element 'on' the image.
0
2792
posted 11 years ago by brontus
I was studying Japanese adjectives and ye olde paper and pen wasn't enough so I made this. Basic as the basic can be
0
12800
posted 11 years ago by hamittou
Aliases command "go!" to starting AND restarting rails server for a project from anywhere in the filesystem. Replace PROJECT_HOME with the path to your project.
Place in config.fish
0
1294
posted 11 years ago by Epigene
his simple patch solves the problem when building on windows with usernames with non-ascii letters.
0
3481
posted 11 years ago by composite
Thanks to Tom McFarlin for this.
http://tommcfarlin.com/wordpress-post-exists-by-id/#more-30264
1
2416
posted 11 years ago by adambundy
A simple find function on an email string to identify of the string is a correctly formatted email address.
1
3771
posted 11 years ago by dreamstarter
Uses javascript to create a hidden iframe which downloads the file
0
4352
posted 11 years ago by jakob101
This example shows you how to log errors to a file, and prevent showing them to the user. Make sure that the file exists and you're able to write to it.
0
2588
posted 11 years ago by apphp-snippets
Here you may find some useful snippets for calculating relative time for different purposes: to get info from a column within certain date, like the latest 7 days, to get time interval etc.
0
1420
posted 11 years ago by apphp-snippets
Add an image to the email, must be linked not embedded ie in thunderbird mail moz-do-not-send attribute must be set true.
any requests for this gif image will be redirected through display which will log the request and serve up the stored t.gif i...
0
1542
posted 11 years ago by stiva71
This is a class to encapsulate rabbit mq sending and receiving.
0
1274
posted 11 years ago by ryantxr
for Cron:
# run
$ crontab -e
# then add this
*/1 * * * * export DISPLAY=:0.0 && /home/username/path/to/script.py > /dev/null
# then save.
# This cron job will run every minute
0
3522
posted 11 years ago by pantuts
Remove Wordpress empty paragraphs form the_content() function.
0
3303
posted 11 years ago by razvanstavila
Add a css file to style the visual editor to resemble the theme style.
1
2501
posted 11 years ago by razvanstavila
Add Google Lato Font link from Google Fonts to your website. It will add to your admin area also.
0
1399
posted 11 years ago by razvanstavila
A template for a javascript object with a object.create shiv to condense into object prototypes
0
1537
posted 11 years ago by rickygri
This snippet shows you how to reload the UIAppearance of an application after changes made on the proxies. This is required because iOS nativaly only load appearance proxies on "applicationDidFinishLaunching".
0
4891
posted 11 years ago by Nibli