Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Substitute and update keywords like $HeadURL$, $Revision$, etc. in a file on every commit to subversion repos.
1. Set svn:keywords on repos:
$ svn propset --recursive svn:keywords 'HeadURL Revision LastChangedBy Date' /path/to/repo
2. Use this...
0
1575
posted 17 years ago by zingo
Magic Quotes is a great feature of PHP but sometimes it can just get annoying. It's simple enough to turn it off at the .ini and restart apache but here's a quick .htaccess workaround
2
1715
posted 17 years ago by aristoworks
This is a simple example of how to read and write XML that includes reading attributes and nodes.
1
1458
posted 17 years ago by donkeykong
英語ã®ã‚¿ã‚¤ãƒˆãƒ«ãŒé©å½“ãªè‹±è¨³ãªã®ã§ã€èª°ã‹OK/NGã‚’æ•™ãˆã¦ãã ã•ã„。
1
1829
posted 17 years ago by octech
Been wanting to made one of these for a while and finally I got round to it.
For some examples please visit the post:
http://www.dom111.co.uk/blog/coding/db/8
Any comments suggestions appreciated.
CreativeCommons ShareAlike
3
2839
posted 17 years ago by dom111
Remove all the keys of the application’s preferences file from ~/Library/Preferences with Cocoa’s NSUserDefaults class.
2
2064
posted 17 years ago by zingo
Place this in your ~/.bash_profile then type tab in your terminal window to see some magic happen.
0
1421
posted 17 years ago by zingo
Change only $start variable with your start year.
This very simple code will display two dates the next year like this :
© Copyright 2008 - 2009, All Rights Reserved.
and so on...
1
1277
posted 17 years ago by Pat64
This will reset your style properties to the default values, specific to an element and its children.
Here are the all the properties that need to be set to default that also don't break modern browsers.... or less then modern, like IE 4/5.
0
9945
posted 17 years ago by marcusrosentrater
This command lists all the differences that were made between two revisions in SVN.
2
1744
posted 17 years ago by narkisr
This will create a general site blog teaser list at /blog. It requires a cck type named blog. This view also generates an RSS feed for the blog. This is compatible with Views1 for Drupal 5.
2
1438
posted 17 years ago by shrop
A useful AWK one liner, see http://student.northpark.edu/pemente/awk/awk1line.txt for some more
1
1361
posted 17 years ago by narkisr
example code only... save to [path.to.profile]/searchplugins/
1
1381
posted 17 years ago by rwczippy
Two functions. 1) Find the string between characters. 2) Create array of strings found between two characters.
1
1467
posted 17 years ago by jamesming