This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
# 1304046900 TRACKS CHANGES TO PARTS OF SPREE SINCE A GIVEN BRANCH | |
old_branch_or_commit="29e3d4f707bdb047a6fabc2543247139027b06fb" | |
parts=( | |
config/locales/en.yml | |
core/app/views | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# control mplayer remotely via rack | |
# | |
# load & append files (mp3, ogg, etc) & lists (m3u) | |
# http://localhost:3000/mplayer/loadfile+http://www.archive.org/download/af002/03_Swiss_Jazz.mp3 | |
# http://localhost:3000/mplayer/loadlist+http://www.archive.org/stream/af002 | |
# | |
# playback | |
# http://localhost:3000/mplayer/pause | |
# http://localhost:3000/mplayer/stop | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
#url labels can only be /a-zA-Z0-9-/ | |
urls = [ | |
['Spreedemo-home', 'http://demo.spreecommerce.com/'], | |
['Spreedemo-product', 'http://demo.spreecommerce.com/products/xm-inno-xm2go-portable-satellite-radio-mp3-player-and-home-kit'], | |
['Google-home', 'http://www.google.com/'], | |
['Google-shopping', 'http://www.google.com/prdhp?hl=en&tab=vf'] | |
] | |
n = 100 |
NewerOlder