Welcome To Snipplr


Everyone's Recent Snippets



1 ... 512 513 514 515 516 ... 552
A database table is basically an array of dictionary objects. As long as all the fields are valid property list types, you can loop through the array creating a managed object for each dictionary and setting the values. If you have an array con...
2 2584 posted 18 years ago by zingo
The setTimeout ensures that if there is an issue attaching the link to the bottom of the head (e.g. if the head hasn’t finished loading when the link is trying to be attached) it retries after 100ms. Resetting the css variable to null avoids potent...
1 2693 posted 18 years ago by natalie
How to check if a number is odd or even in PHP. Could also use the MOD (%) function, but apparently this method is better performance-wise.
12 3842 posted 18 years ago by andyhartleeds
One shot verbose expansion.
4 2116 posted 18 years ago by bbhack
-nd do not create a hierarchy of directories (save all recursively retrieved files in the current directory) -r recursive retrieving -l1 set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary --no-parent do not...
3 2713 posted 18 years ago by iblis
If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.
0 1881 posted 18 years ago by zingo
Drupal snippet: outputs all theming variables of a content type or page. Add to template.php the following function: function _phptemplate_variables($hook, $vars) { return array('vars_data' => $vars); } then add the snippet to the relativ...
5 3124 posted 18 years ago by marcoba
2 2186 posted 18 years ago by therobot
1 1737 posted 18 years ago by therobot
0 1598 posted 18 years ago by therobot
You can also check other kind of perms changing the constant os.R_OK
0 1956 posted 18 years ago by arcturus
This is as small as this can go: 'xs:dateTime(sql:variable("@stringDate"))' It needs to be a literal string for the Value() function. Xml Datatype http://msdn2.microsoft.com/en-us/library/ms189887.aspx Sql:Variable() Function http://ms...
0 2509 posted 18 years ago by rengber
0 1629 posted 18 years ago by vanne
work from content pages or submaster pages
0 2452 posted 18 years ago by cori
0 1899 posted 18 years ago by therobot
1 1724 posted 18 years ago by vanne
some foundation styles used in every sheet (work in progress)
1 1481 posted 18 years ago by marcoba
1 1487 posted 18 years ago by hyperwhat
Good info here too: http://www.ilisys.com.au/support/linux-password-protect/
2 3496 posted 18 years ago by jonhenshaw
1 ... 512 513 514 515 516 ... 552