Skip to content

Instantly share code, notes, and snippets.

View el-noppo's full-sized avatar

Rasmus Bergström el-noppo

View GitHub Profile
@el-noppo
el-noppo / Monokai.tmTheme
Created November 20, 2013 22:29
monokai theme tweaks
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Monokai</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
@el-noppo
el-noppo / Preferences.sublime-settings
Created November 20, 2013 22:20
sublime_settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_triggers":
[
{
"characters": "%",
@el-noppo
el-noppo / gist:6864709
Created October 7, 2013 08:54
HAML: Boilerplate template
!!!
%html{lang: "en"}
%head
%meta{charset: "utf-8"}
%meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}
%meta{content: "", name: "description"}
%meta{content: "", name: "author"}
%link{href: "assets/ico/favicon.png", rel: "shortcut icon"}
%title Title goes here
%link{href: "assets/style.css", media: "screen", rel: "stylesheet"}
@el-noppo
el-noppo / disconnect.rb
Created January 23, 2012 10:05 — forked from tmcw/disconnect.rb
RUBY: bulk-export run data from Garmin Connect
#!/usr/bin/env ruby
## disconnect
# ./disconnect.rb -u yourusername
#
# This is a command-line utility for the bulk-downloading of run data from
# the connect.garmin.com web application, which has lackluster export
# capabilities.
#