Skip to content

Instantly share code, notes, and snippets.

View zackola's full-sized avatar

Zachary Halbrecht zackola

View GitHub Profile
@zackola
zackola / humans.txt
Created August 2, 2016 20:30
Never forget
STREETEASY.COM
Made in New York City
Developers, in order of appearance
- Sebastian Delmont <@sd>, now happy
- Corey Johnson <@probablycorey>, now at GitHub
- JD Harrington <@psi>, now on the road
- Conor Hunt <@conorh>, now at Boxcar
- Jacqui Maher <@jacqui>, now at the New York Times
@clementgenzmer
clementgenzmer / FBAnimationPerformanceTracker.h
Last active August 20, 2025 04:49
FBAnimationPerformanceTracker
/*
* This is an example provided by Facebook are for non-commercial testing and
* evaluation purposes only.
*
* Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
Sugar Cookies
1 c. butter
2 tsp. vanilla
1-1/2 c. sugar
2 eggs
3-1/4 c. sifted flour
1 tsp. baking powder
½ tsp. salt
@defunkt
defunkt / connection_fix.rb
Created November 19, 2009 20:00
MySQL server has gone away fix
# If your workers are inactive for a long period of time, they'll lose
# their MySQL connection.
#
# This hack ensures we re-connect whenever a connection is
# lost. Because, really. why not?
#
# Stick this in RAILS_ROOT/config/initializers/connection_fix.rb (or somewhere similar)
#
# From:
# http://coderrr.wordpress.com/2009/01/08/activerecord-threading-issues-and-resolutions/