Skip to content

Instantly share code, notes, and snippets.

View cjhowald's full-sized avatar

Colin Howald cjhowald

  • Space Ape Games
  • London, UK
View GitHub Profile
object RomanNumerals {
val digitsToNumerals = Map(
1 -> "I",
5 -> "V",
10 -> "X",
50 -> "L",
100 -> "C",
500 -> "D",
1000 -> "M"
)
@cjhowald
cjhowald / .zshrc
Last active March 26, 2022 20:47
Zsh + oh my zsh config
# Path to your oh-my-zsh installation.
export LC_ALL=en_US.utf-8
export LANG=en_US.utf-8
export ZSH=/Users/colinhowald/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
@cjhowald
cjhowald / cookie.test.js
Last active June 24, 2016 14:26
Script to create and resolve bad cookies in the solution center