Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
-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
1901
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
1263
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
2306
posted 18 years ago by marcoba
You can also check other kind of perms changing the constant os.R_OK
0
1152
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
1786
posted 18 years ago by rengber
Good info here too: http://www.ilisys.com.au/support/linux-password-protect/
2
2502
posted 18 years ago by jonhenshaw