Skip to content

Instantly share code, notes, and snippets.

@rnewman
rnewman / chesney-hawkes-cocktail.txt
Created March 9, 2012 07:54
Chesney Hawkes cocktail
It's a blood orange flip, but 2+ times the ingredients. So named because you only need one.
(http://www.youtube.com/watch?v=heR0HA9hFhQ)
* Make an ounce or two of honey syrup by simmering equal parts honey and water for 5 minutes.
* Whisk one egg white for ten or twenty seconds, until it starts to foam.
* Add honey, three dashes of bitters, two ounces of blood orange juice, and three or four ounces of bourbon to a cocktail shaker.
* Shake well for ten seconds.
* Fill shaker with ice.
* Shake for ten or twenty more.
@rnewman
rnewman / android-2.2-ciphers.txt
Created January 21, 2012 18:59
OpenSSL Ciphers in Android
DHE-RSA-AES256-SHA
DHE-DSS-AES256-SHA
AES256-SHA
EDH-RSA-DES-CBC3-SHA
EDH-DSS-DES-CBC3-SHA
DES-CBC3-SHA
DES-CBC3-MD5
DHE-RSA-AES128-SHA
DHE-DSS-AES128-SHA
AES128-SHA
(ns com.example.service
(:refer-clojure)
(:import javax.jws.WebMethod
javax.jws.WebParam
javax.jws.WebService))
(definterface FooBarInterface
(#^String frobbleBaz [#^String name
#^String address