Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This code allows automatically posting comments to LiveJournal to be the first commenter.
Usage: $ python auto-post-comment.py
1
977
posted 15 years ago by andrewkolesnikov
Script makes a copy of "file.doc" as many times as you need it to. It renames them all with a time-based file name.
Source and destination directories and file names/extensions can be modified easily.
1
1515
posted 15 years ago by shortstack
This is the file reference class ive been using for one of my projects
2
2357
posted 15 years ago by alvincrespo
Here is a template button class, ive been using for my projects. Cheers!
0
1731
posted 15 years ago by alvincrespo
This method runs a SQL query and returns the first result (the query is expected to return exactly one record and one field).
0
1228
posted 15 years ago by CaptainProton
This method checks whether a ListBox contains a certain item (based on its text).
0
1299
posted 15 years ago by CaptainProton
This method creates a query with a given name and given SQL.
Note: Requires the deleteQuery(String) method.
0
1166
posted 15 years ago by CaptainProton
This method deletes a query with a given name.
Note: Requires the queryExists(String) method.
0
1071
posted 15 years ago by CaptainProton
This method checks whether a query with the given name exists.
0
1150
posted 15 years ago by CaptainProton
This method checks whether a given string is a valid date (current regional settings are used)
0
1272
posted 15 years ago by CaptainProton
Changing Facebook Status with PHP, download the Mini Bot PHP class from the blog http://www.barattalo.it
1
1875
posted 15 years ago by ginoplusio
PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname.
($this->attr method is part of the Mini Bot Class)
2
1917
posted 15 years ago by ginoplusio
Loop through the ListView Control within 2nd level collection. 2nd level means it's within another control (ie table html generic control).
0
2016
posted 15 years ago by the_menace