This file contains hidden or 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/python | |
from pyquery import PyQuery as pq | |
import re | |
import datetime | |
print datetime.datetime.now().strftime('%c') | |
doc = pq(url='http://www.beermenus.com/places/4733-the-ruck') |
This file contains hidden or 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
You'll need: | |
- Old Fashioned glasses, two of | |
- Sugar cubes, two of | |
- Peychaud's Aromatic Cocktail Bitters, one bottle of | |
- Ice, enough to fill both glasses | |
- Water, one oz of | |
- Rye whisky, two oz of | |
- St. George Absinthe Verte, 0.333oz of | |
- Lemon, one twist of |
This file contains hidden or 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
(set! *print-length* 103) | |
(set! *print-level* 15) | |
(use '[clojure.contrib.repl-utils :only [show add-break-thread!]]) | |
(use '[clojure.pprint :only []]) | |
(def *pprint*) | |
(defn my-repl [] | |
(add-break-thread!) | |
(binding [*pprint* true] | |
(clojure.main/repl |