Skip to content

Instantly share code, notes, and snippets.

View kn9ts's full-sized avatar
🌠
I am one with the force!

Eugene Mutai kn9ts

🌠
I am one with the force!
View GitHub Profile
@kn9ts
kn9ts / gist:bcc1c8730127bd9e5d50fa1a0880de07
Created October 23, 2016 11:21 — forked from illerucis/gist:4586359
Server-side Python + MongoDB + Flask implementation for DataTables
from collections import namedtuple
from pymongo import MongoClient
from flask import request
from core.web.site import app
from core.web.site.views_master import *
import json
'''
$('#companies').dataTable( {
"bProcessing": true,
@kn9ts
kn9ts / introrx.md
Created December 27, 2016 13:44 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@kn9ts
kn9ts / env.sh
Created February 10, 2017 10:07 — forked from nicinabox/env.sh
Pack Chrome extensions from the command line
# $ crx `pwd`
function crx() {
~/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=$@ --pack-extension-key=$@/key.pem
}

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: