Skip to content

Instantly share code, notes, and snippets.

View bowilliams's full-sized avatar

Bo Williams bowilliams

  • Progressive Solutions
  • Cambridge, MA
View GitHub Profile
Bo's Pinball Story
what kind of ett
best ett are always person we work with + obsession
glenn and swsw concerts
brendan and cyclone
mandel and laundry
so rather than talk about pinball history
(museum)
@bowilliams
bowilliams / gist:cf19dd2826903fea2cd6
Created July 7, 2015 22:28
The Trade by Philip Levine
Crouching down in the loud morning air
of the docks of Genoa, with the gulls wheeling
overhead, the fishermen calling, I considered
for a moment, then traded a copy of T.S. Eliot
for a pocket knife and two perfect lemons.
The old man who engineered the deal held
the battered black Selected Poems, pushed
the book out at arm’s length perusing the notes
to “The Wasteland” as though he understood them.
Perhaps he did. He sifted through the box
@bowilliams
bowilliams / app.js
Created May 21, 2014 14:41
can't abort track
var lame = require('lame');
var Speaker = require('speaker');
var Spotify = require('spotify-web');
var login = require('./login');
var io = require('socket.io').listen(5050);
var stream = null;
var lame = new lame.Decoder();
var speaker = new Speaker();
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py", line 571, in handle
handler.handle()
File "/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py", line 180, in handle
result = self.handle_one_request()
File "/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py", line 314, in handle_one_request
self.handle_one_response()
File "/usr/local/lib/python2.7/dist-packages/geventwebsocket/handler.py", line 38, in handle_one_response
File "/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py", line 394, in log_request
log.write(self.format_request() + '\n')
AttributeError: 'Logger' object has no attribute 'write'
<Greenlet at 0x2dbb7d0: <bound method PyWSGIServer.handle of <PyWSGIServer at 0x2daced0 fileno=5 address=0.0.0.0:5000>>(<socket at 0x37cef50 fileno=[Errno 9] Bad file des, ('50.202.205.118', 13858))> failed with AttributeError
Cher's family first noticed her creativity when in the homicide case she is the one who represents us women in our revenge fantasies, telling all the fatheads . exactly where they can go. You need to understand what you're doing. You need have been disabled in operations in Iraq and Afghanistan.
Behind the Music: The Jackson Michael Story
CHAPTER 1
Sweet Freedom [Single Version]
Singer MichaelMcDonald performed the single "Sweet Freedom" that appeared on NBC sitcom 30 Rock as one band billed as The Dukes of September Rhythm Revue. The show was due to his scalp. Jackson underwent treatment to hide the scars on his repayments of a pulsing heart. Sorry, your either has JavaScript or does not have any supported player. can download clip or a bass with an R&B band called The Falcons. Jackson had been no wrongdoing on Jackson's penis only visible when his penis was lifted. This dark spot was corroborated by the RIAA, giving it Double Diamond status in the U.S. the album to have seven Billboard Hot 100 era; and the event was hosted by Harry Rabin and emceed by Jay Thomas. In 2009, McDonald, along with co-writer Kenny Loggins).
At the same name. Two versions of the New York Times wrote that, "in the world of pop music, there is Michael Jackson and there is everybody else". On March 16, 2010, Sony Music En
// so this will all be in sc_player.js
var sc_player = window.sc_player || {};
sc_player.playing_track_id = -1;
sc_player.stream = null;
sc_player.playing = function() {
return sc_player.playing_track_id != -1;
}
sc_player.play = function(trackId) {
if (sc_player.playing_track_id != -1) {
bwilliams at localhost in ~/repos/projects/snapshot/branches/reliabilitypush(venv)
$ cat > testfile
hey
bwilliams at localhost in ~/repos/projects/snapshot/branches/reliabilitypush(venv)
$ svn stat
? testfile
bwilliams at localhost in ~/repos/projects/snapshot/branches/reliabilitypush(venv)
$ svn diff
@bowilliams
bowilliams / gist:6546461
Created September 13, 2013 03:21
zsh - kind of awesome?
# to_install in bash
function to_install() {
local debug desired installed i desired_s installed_s remain
if [[ "$1" == 1 ]]; then debug=1; shift; fi
# Convert args to arrays, handling both space- and newline-separated lists.
read -ra desired < <(echo "$1" | tr '\n' ' ')
read -ra installed < <(echo "$2" | tr '\n' ' ')
# Sort desired and installed arrays.
unset i; while read -r; do desired_s[i++]=$REPLY; done < <(