- GI Joe PSA
- Don Hertzfeldt: Rejected
- Look around you
- Nap time
- Grape you in the mouth
- Do Anything Stoned
- How To Tie a Double Windsor on Crack
View huffman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package patmat | |
import common._ | |
/** | |
* Assignment 4: Huffman coding | |
* | |
*/ | |
object Huffman { |
View solver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package streams | |
import common._ | |
/** | |
* This component implements the solver for the Bloxorz game | |
*/ | |
trait Solver extends GameDef { | |
/** |
View wat_vidz.md
View nftables.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dumping everything from nftables | |
======================================== | |
nft export xml | |
nft export json | |
nft list ruleset |
View gentoo_install_linode.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial Setup | |
=========================================================== | |
Create drive for portage | |
----------------------------------------------------------- | |
Linode Manager -> Dashboard -> Disks -> Create new disk | |
Label: Gentoo Portage | |
Type: unformatted/raw | |
Size: 20148 |
View arch_linux_vm_setup.md
Arch Linux VM Setup
Beginner's Guide
Following the steps found on the Arch wiki: https://wiki.archlinux.org/index.php/Beginners%27_Guide
- set font
View chruby.md
Setup and Use chruby
Initial Setup
brew install chruby
add to .bashrc: