Skip to content

Instantly share code, notes, and snippets.

  1. Mouse Setup
  2. Audio Setup
  3. Weapon selection
  4. Gunplay
  5. Sidearms
  6. Knife
  7. Explosives
  8. Audio Cues
  9. Minimap
  10. Rolling with the Zerg
@jqtrde
jqtrde / basics.md
Created April 29, 2014 15:07
javascript algo basics
  1. if statements
  2. switch statements
  3. while statements
  4. for statements
  5. Functions that return values
  6. Functions that don't return values
  7. Scope
  8. Recursive functions
  9. OO basics
@jqtrde
jqtrde / mchd.md
Last active August 29, 2015 14:00
- sudo
- ssh
- oh-my-zsh
- dotfiles
- node
- http://blog.mixu.net/2011/11/10/my-arch-linux-setup/
- http://stackoverflow.com/questions/19210676/error-while-installing-express-using-npm
- vundle

Merge conflict workflow

  • 'git mergetool' will open Kaleidoscope
  • Do your thing
  • If the merge is junk, use 'git merge --abort' to start over.
  • If you realized your mistake after you committed the change, roll back with 'git reset --hard `
@jqtrde
jqtrde / bwc-set-strats.md
Last active August 29, 2015 14:01
set-strats.md
  • 3 Tier
  • Tower
  • Tech Plant
    • Elevator Breach
    • Backleg jump
    • Galdrop
    • Set grenades
  • Biolab
    • Stripper line
  • LA climb
@jqtrde
jqtrde / Makefile
Last active August 29, 2015 14:02
How to get watchman and make to play together.
all: \
i.geojson
# create geojson from csv
i.geojson: i.csv
csv2geojson $< > $@
watch:
watchman watch $(shell pwd)
watchman -- trigger $(shell pwd) rebuild '*.csv' -- python $(shell pwd)/make.py
@jqtrde
jqtrde / cleaned.csv
Last active July 29, 2018 01:28
A (shitty) way to transform a list of coordinates in UTM to Long/Lat, using gdaltransform.
longitude latitude
-67.5667647785632 44.9266200808726
-67.5743171887273 44.9225196819941
-67.4990497512917 44.9318714003755
-67.5030556021784 44.9347506234824
-67.5786140266091 44.9183512942229
-67.6303354677011 44.9853731325686
-67.5162499184765 44.9661867740563
-67.5100731884277 44.9701572281092
-68.069497177844 44.8405511153813