Skip to content

Instantly share code, notes, and snippets.

View jasonlong's full-sized avatar

Jason Long jasonlong

View GitHub Profile
@jasonlong
jasonlong / recommended-podcasts.md
Created September 6, 2012 14:19
Recommended Podcasts
@jasonlong
jasonlong / Default (OSX).sublime-keymap
Created April 16, 2013 11:53
A simple way to toggle between dark and light themes in Sublime Text 2.
// Copy this to your keybindings (Preferences > Key Bindings - User)
// Change the keybinding, color schemes, and themes to your preferences
{ "keys": ["ctrl+1"], "command": "toggle_color_scheme",
"args": {
"light_color_scheme": "Packages/User/Espresso Soda.tmTheme",
"dark_color_scheme": "Packages/User/Monokai Soda.tmTheme",
"light_theme": "Soda Light.sublime-theme",
"dark_theme": "Soda Dark.sublime-theme"
}
@jasonlong
jasonlong / gist:5662320
Last active December 17, 2015 19:39
Looking for a Columbus rental

Last month, my wife and I had the great fortune of selling our house before we even listed it. We allowed our realtor show our house as a sort of "sneak peek" and we immediately received an offer (for full asking price, no less).

This was great, but we hadn't yet decided on where we were going to move. Long story short, we still haven't found the perfect house and now we're looking for temporary housing while we continue our search.

Ideally, we'd find a rental where we could renew monthly. This is next to impossible to find, so I thought I'd see if anyone in my local network has a connection. We have two children so we'd really like to have three bedrooms, but we can be flexible. Also, Hilliard, Dublin, or central locations would be best. We will be out of our current house the second week of July.

If you have any leads, please drop me a line at .

@jasonlong
jasonlong / home-office.md
Last active December 27, 2015 14:59
Home Office

Keybase proof

I hereby claim:

  • I am jasonlong on github.
  • I am jasonlong (https://keybase.io/jasonlong) on keybase.
  • I have a public key whose fingerprint is 9549 0DD9 2EF6 FD66 8067 04DF 6559 C911 6D75 20BF

To claim this, I am signing this object:

function initialize() {
var myLatlng = new google.maps.LatLng(51.501904,-0.115871);
var mapOptions = {
zoom: 13,
center: myLatlng
}
var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions);
var transitLayer = new google.maps.TransitLayer();

Markymarkdown

Blah blah blah.

foo = bar(x, y);
return foo;
Some text here.
And another line.
@jasonlong
jasonlong / vimium-styling.md
Last active January 29, 2024 21:37
Nicer Vimium link hint styling. What's Vimium? See http://vimium.github.io. This awesome yellow is courtesy of @mrmrs colors: http://clrs.cc.

@jasonlong
jasonlong / gmail.css
Last active December 8, 2015 11:00
My user styles for Gmail
/* Hide the ads */
.mq,
.oM,
.u7,
.V3vJRb,
.yxEQwb { display: none; }
/* Un-comment to hide the footer */
.l2 { display: none; }