Skip to content

Instantly share code, notes, and snippets.

Don't go to Fishermans Wharf. Drive out to Santa Cruz, Muir Woods, Point Reyes, Napa and Sonoma.
If you want to spend 500USD on a meal then get a ticket to Saison Chef's Counter. Highly recommended.
Walk around Embarcadero. Check out Golden Gate Park. Do you like to ride bicycles?
Head to Umi and Tataki South for sushi. Head to Chez Maman and Papito. Piccino. Plow for brunch, be sure to have the potatoes.
Don't do brunch on the weekend though. You'll always have to wait. Weekdays are best.
@dylanegan
dylanegan / gist:3039155
Created July 3, 2012 11:20
Berlin food sources
http://www.frischeparadies.eu/?view=featured
http://www.markthalle9.de/
http://www.meine-markthalle.de/
http://www.exberliner.com/articles/the-ethical-carnivore/
http://www.fleischerei-gerlach.de/index.html
http://www.neuland-kluge.de/
http://www.fleischerei-buenger.de/
@dylanegan
dylanegan / Tendercrawl.2.md
Created August 23, 2011 23:40
Tendercrawl: I came for the crack, but stayed for the cocktails.
@dylanegan
dylanegan / gist:1153027
Created August 18, 2011 00:47
Douchecrawl: Not of the Sanitary Kind
@dylanegan
dylanegan / Questions
Created August 9, 2011 18:24
Frozen Rails Give-away
Day job: I am a Merman at Heroku.
Your Rails contributions (if any): I used it, I swear.
What's your Ruby/Rail experience?: I know that the green car in a Nozomi is a really pimping way to travel when going by rail.
How do you use GitHub?: I drink it. The cider edition is plenty well 'ard.
@dylanegan
dylanegan / Tendercrawl.md
Created June 17, 2011 17:13
Tenderloin bar crawl
@dylanegan
dylanegan / Friday
Created March 20, 2011 19:36
caveatPatchor.js
var rebeccaBlack = true;
if (rebeccaBlack) {
Campfire.RebeccaBlack = Class.create({
initialize: function(chat) {
this.chat = chat;
var messages = this.chat.transcript.messages;
for (var i = 0; i < messages.length; i++) {
this.friday(messages[i]);
}
@dylanegan
dylanegan / caveatPatchor.js
Created March 17, 2011 00:46
The Final Countdown, Gob and all that shawesomeness.
var theFinalCountdown = true;
if (theFinalCountdown) {
Campfire.TheFinalCountdown = Class.create({
initialize: function(chat) {
this.chat = chat;
this.id = 1;
this.images = ["http://26.media.tumblr.com/tumblr_li5rrfudu21qz64oio1_500.jpg", "http://images2.fanpop.com/images/photos/3600000/GOB-Animated-gif-arrested-development-3695155-284-152.gif"];
this.track = "http://dylanegan.com/etfc.mp3";
this.prefix = "etfc_";
var displayPlaceKittenImages = true;
if (displayPlaceKittenImages) {
Campfire.PlaceKittenExpander = Class.create({
initialize: function(chat) {
this.chat = chat;
var messages = this.chat.transcript.messages;
for (var i = 0; i < messages.length; i++) {
this.detectPlaceKittenURL(messages[i]);
}
<add key="sqlSource" value="
SELECT TOP REPLACE_NUMBER_OF_ROWS_TO_RETRIEVE
History.handle AS ID_FAX_LOG,
CASE isnumeric(SUBSTRING (Notes_Doc.Text ,1,8))
WHEN 1 then SUBSTRING (Notes_Doc.Text ,1,8)
ELSE NULL END AS ID_STAGE,
DocumentUsers.UserName AS NM_DOCUMENTUSER_USERNAME,
DocumentUsers.UserID AS TXT_DOCUMENTUSER_USERID,
DocumentUserGroups.GroupID AS TXT_DOCUMENTUSERGROUP_GROUPID,
Documents.UniqueID AS TXT_DOCUMENTS_UNIQUE_ID,