Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I needed to break down a long string today and insert line breaks so I wrote this little function. You can use it to split a long string into chunks of a defined length and get them as an array or join them by a defined character (e.g. <br />)....
0
2118
posted 16 years ago by chlab
Takes an integer value of frames (a) and converts it to a text formatted timecode "00:00:00:00" using the supplied framerate (b). Mainly for use in OpenOffice Calc.
0
1967
posted 16 years ago by oprhu
Takes a video timecode (a) in text format "00:00:00:00" and converts it to frames, using the supplied framerate (b). Mainly for use in OpenOffice Calc.
0
2483
posted 16 years ago by oprhu
<a href="http://www.bestgooglekeywordtool.com">google keyword tool</a>
0
3796
posted 16 years ago by uraq
Example of how to send a subscribe_user request using Notifo's api. Notifo lets you setup push notifications to mobiles - for any site.
Put the PHP into a separate file named notifo-proxy.php
0
2077
posted 16 years ago by Meander365
I found this and simply want to store it. It was done by Valentino Vranken
2
4447
posted 16 years ago by ezerick
This is to prevent ComboBox from closing when onRelease on scrollBar
0
3920
posted 16 years ago by b121417
adopted from:
http://www.alistapart.com/articles/makingcompactformsmoreaccessible/
0
1834
posted 16 years ago by cfleschhut
For when you sometimes forget the precise syntax. First is from html, second from css file.
0
1977
posted 16 years ago by rumremix
This set of headers works for me when I output file data from the database for the user to save or open.
0
2590
posted 16 years ago by bradless
I use this for house keeping logs spat out by a ecommerce system- Just wack it in a batch file and setup a windows scheduled task to kick it off.
2
2450
posted 16 years ago by Shawson