Skip to content

Instantly share code, notes, and snippets.

@peteyoung
peteyoung / chruby.md
Last active December 30, 2015 04:49
chruby setup and usage

Setup and Use chruby

Initial Setup

brew install chruby

add to .bashrc:

@peteyoung
peteyoung / arch_linux_vm_setup.md
Last active February 13, 2017 10:32
Arch Linux VM Setup
Initial Setup
===========================================================
Create drive for portage
-----------------------------------------------------------
Linode Manager -> Dashboard -> Disks -> Create new disk
Label: Gentoo Portage
Type: unformatted/raw
Size: 20148
dumping everything from nftables
========================================
nft export xml
nft export json
nft list ruleset
package streams
import common._
/**
* This component implements the solver for the Bloxorz game
*/
trait Solver extends GameDef {
/**
package patmat
import common._
/**
* Assignment 4: Huffman coding
*
*/
object Huffman {