Roshambo


Member since 06/27/2006

Location: Los Angeles, CA

6 snippets

7202 profile views

8 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

Roshambo's Recent Snippets



« Prev 1 Next »
Enter this at the commandline.
0 915 posted 17 years ago by Roshambo
Remove all those annoying thumbnail files that Windows users created while browsing your network drive. This command traverses all directories and deletes all "Thumbs.db" files as it finds them.
1 1541 posted 18 years ago by Roshambo
1 962 posted 18 years ago by Roshambo
Read a page's GET URL variables and return them as an associative array. ---- Example for URL http://www.example.com/index.html?hello=bonjour&goodevening=bonsoir var hash = getUrlVars(); alert(hash['hello']); // prints 'bonjour' alert(hash...
35 8067 posted 18 years ago by Roshambo
Greatly speeds up a slow Safari by purging any cached icons which have not been accessed in the past 30 days. Works well as a cron job. From http://www.macosxhints.com/article.php?story=20040323144305318
2 1281 posted 18 years ago by Roshambo
« Prev 1 Next »