Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is my fairly easy to use MySQL database class, I use this on my Experiment framework BlahFramework, anyways I thought someone else may find this useful or just study the code to get an awesome idea of there own. Enjoy.
3
1275
posted 14 years ago by Cory
You did a checkout when you really wanted to do an export. Now there are tons of .svn folders in your project, and you need them to go away. Shell scripting to the rescue.
0
1385
posted 14 years ago by chrisaiv
This is used in the build.xml file generated by a Netbeans project, to override the default clean-up behaviour that deletes the 'build' and 'dist' folders. In case these folders are to be maintained in SVN, the following ensures that only the content...
0
921
posted 14 years ago by studioevoque
Use this to read from a file. It is wrapped in a try/catch statement in case something breaks when trying to read the file. It will simply throw and exception (error) and continue rather than crashing your app.
0
1727
posted 14 years ago by trusktr
The easiest way to create vertical text is to use ems in addition with a space between the letters of the word that should be displayed verticaly
1
1193
posted 14 years ago by jkandei
Big ups to Tom Gidden for this one. If you\'re not all that happy about some of the changes in iTunes 10, or if you\'d rather look through your own library instead of the itunes store, give these a try.
0
1022
posted 14 years ago by beneberle
based upon http://www.snipplr.com/view/41900/base-html5-template/
2
806
posted 14 years ago by withinmedianl
This appears to be the easiest way to create vertical text (that isn't rotated) with CSS.
7
1300
posted 14 years ago by Nettuts
Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data). Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method. Thus you...
0
1170
posted 14 years ago by harikaram
This function return a string with all the post parameters and their values.
1
1040
posted 14 years ago by sikwan
This function return the current Url, including the Get parameters.
1
1071
posted 14 years ago by sikwan