Skip to content

Instantly share code, notes, and snippets.

View micahjonas's full-sized avatar

Micha Schwendener micahjonas

View GitHub Profile
javascript:(function(){[].forEach.call(document.querySelectorAll("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})})();
@micahjonas
micahjonas / list.md
Created May 25, 2018 10:26 — forked from notwaldorf/list.md
Meownica's packing list

Meownica's packing list

I travel a lot so I'm down to like 30 minutes of packing per any kind of trip. I always bring one carry-on suitcase for any trips up to 2 weeks (that I never check in unless forced) -- I have an Away suitcase because it's got a built-in (removable) battery, and amazing wheels.

🚨

  • 🆔Wallet & Passport
  • 💧Travel water bottle
  • 💳Travel credit cards (don't pay foreign currency fees!)
  • 💳Insurance cards
  • 💵Local currency you have
  • 🚎Local public transport cards
@micahjonas
micahjonas / zsh.md
Created December 2, 2016 08:52 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu
@micahjonas
micahjonas / iterm2-solarized.md
Created September 15, 2016 10:06 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font (OS X / macOS)

Solarized

@micahjonas
micahjonas / riot_esports_api.md
Created May 22, 2016 17:08 — forked from levi/riot_esports_api.md
Riot LoL eSports Unofficial API Documentation
@micahjonas
micahjonas / GitCommitTags.md
Created March 19, 2016 13:06 — forked from hope4u/GitCommitTags.md
Commit Style

Use following tags to commit messages

  • :sparkles: when adding new features
  • :star: when improving functionality
  • :octocat: :octocat: when finishing a project
  • 💄 :lipstick: when improving the format/structure of the code
  • 🐎 :racehorse: when improving performance
  • 🚱 :non-potable_water: when plugging memory leaks
  • 📝 :memo: when writing docs
  • 🏢 :office: when fixing something backend related