Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 374 375 376 377 378 ... 553
0 1144 posted 16 years ago by zemin
Allows you to convert to any base between 2 and 255, effectively using all the ASCII characters. In order to convert very large numbers with arbitrary precision you’ll need the BCMath lib. Without BCMath the large numbers will not be converted c...
1 1497 posted 16 years ago by bucabay
to
0 1225 posted 16 years ago by mware1205
0 1338 posted 16 years ago by vasilije
with focus() and center() methods
0 1118 posted 16 years ago by manatlan
1 1321 posted 16 years ago by nkm
This snippet allows you to update multiple rows of a database using a single form in one easy click
0 2168 posted 16 years ago by daveismyname
This snippet collects a date from a var and formats it into the correct format for database date entry
0 1604 posted 16 years ago by daveismyname
There are plenty of classes out there to paginate through database results, well, here's one to paginate through a static array of items. Written quite a few years ago, recently recovered from a crashed drive.
1 987 posted 16 years ago by evilwalrus
2 login functions that check if a user is logged in by checking is a session is equal to true that would have been set on login. If not logged in the redirect to login.php
1 1360 posted 16 years ago by daveismyname
very useful function that allows you to redirect to the user to a given location
1 1638 posted 16 years ago by daveismyname
1 1336 posted 16 years ago by brandonio21
A monkey patch splitting a string into sentences.
0 2023 posted 16 years ago by cocomo
How to generate rounded corners in Firefox and Safari before CSS3 is fully implemented.
3 1340 posted 16 years ago by ff1959
Sometimes, the first or last block in a region needs to be styled different than the rest. This solution do this in simple way for Drupal 6. (originaly code from [email protected]: http://drupal.org/node/293188#comment-1282186)
2 1537 posted 16 years ago by Fake
0 1297 posted 16 years ago by wearetherock
note to self.
0 1105 posted 16 years ago by obsessivejosh
This function returns the array with all instances of the specified value removed
1 1646 posted 16 years ago by jlvallelonga
Some valid UTF-8 characters are illegal in XML: http://www.w3.org/TR/REC-xml/#charsets This statement strips them from your strings.
0 3435 posted 16 years ago by jdbartlett
1 1177 posted 16 years ago by wearetherock
1 1733 posted 16 years ago by AzizLight
This will get the document's body in a very agreeable manner - it returns the first div on the page if there is no body (hey it can happen). Adapted from code by Scott Schiller
0 1078 posted 16 years ago by remotezygote
on cygwin, run 'CPAN' to manage module installs
0 1352 posted 16 years ago by rowntreerob
Matches are as follows: 0 = protocol 1 = fqdn 2 = subdomain 3 = top level subdomain 4 = domain (blah.com) 5 = port 6 = path 7 = query string 8 = hash
1 1528 posted 16 years ago by remotezygote
1 ... 374 375 376 377 378 ... 553