Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kidoman's full-sized avatar

Karan Misra kidoman

View GitHub Profile
@kidoman
kidoman / results.md
Last active August 29, 2015 14:01
fibrous run results on a Late 2013 (i7 Haswell 2.3 Ghz 16 GB) MacBook Pro 15 Retina
@kidoman
kidoman / dining_gophers.go
Last active December 23, 2015 14:09
My attempt at a "Dining Philosophers" simulation using Go concurrency Play version at: http://play.golang.org/p/Cy0ReZARbK
// Dining Gophers^2
// - By Karan
package main
import (
"flag"
"log"
"runtime"
"time"
@kidoman
kidoman / .rbenv-version
Created October 31, 2012 01:58
A simple ruby wrapper script over OpenSSL to assist in encryption/decryption using your RSA keys (id_rsa/id_rsa.pub will do just fine)
1.9.3-p286