iloveitaly


Member since 04/11/2007

Website: http://mabblog.com/

17 snippets

7310 profile views

3 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

iloveitaly's Recent Bash Snippets



« Prev 1 Next »
Useful when managing a bunch of submodules.
0 434 posted 12 years ago by iloveitaly
0 540 posted 12 years ago by iloveitaly
refreshes Chrome + Safari without bringing them into focus. If Chrome is hidden, then no refresh occurs.
2 670 posted 13 years ago by iloveitaly
Useful when having multiple ssh connections to remote servers open in os x. Throw this in your ~/.bash_profile
0 520 posted 13 years ago by iloveitaly
the os x version of realpath works differently than the linux version; the following allows you to attain the same functionality in a shell on os x as `readlink -f $0` on a standard linux dist.
0 770 posted 13 years ago by iloveitaly
gets the svn version of the cwd
0 538 posted 14 years ago by iloveitaly
Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.
0 829 posted 14 years ago by iloveitaly
A custom compression script I use for auto compression and gzip compression of my css & files. Also allows for 'debug' mode (uncompressed). You simply include the core.css & core.js in your <head>
0 667 posted 14 years ago by iloveitaly
you'll need the ack (http://betterthangrep.com/) command line application
0 447 posted 14 years ago by iloveitaly
« Prev 1 Next »