Skip to content

Instantly share code, notes, and snippets.

View imbilltucker's full-sized avatar

Bill Tucker imbilltucker

View GitHub Profile
@hwayne
hwayne / requirements.md
Last active July 21, 2021 17:09
PBT / Example Testing comparison problem

You are writing simple budgeting softare. A Budget consists of a total limit, represented as a positive integer, and a dictionary of category limits, represented as a map from strings to integers. For example:

{
  "total_limit": 50,
  "category_limits": {
    "food": 10,
    "rent": 11,
    "candles": 49
 }
@hwayne
hwayne / init.vim
Created January 27, 2021 06:06
My vimrc
" vim: ft=vim:fdm=marker
" This must come first or else
" the local mappings for plugins
" won't use the mapleader?
let mapleader="\<Space>"
" Using powershell messes up Gutentags, temporarily disable
" TODO make a way to quickly enter powershell