Roshambo


Member since 06/27/2006

Location: Los Angeles, CA

6 snippets

6137 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 764 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 1319 posted 17 years ago by Roshambo
1 797 posted 17 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 6966 posted 17 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 1100 posted 17 years ago by Roshambo
« Prev 1 Next »