Skip to content

Instantly share code, notes, and snippets.

View hreeder's full-sized avatar

Harry Reeder hreeder

View GitHub Profile
"*":
"autocomplete-elixir":
elixirPath: "/usr/local/bin/elixir"
erlangHome: "/usr/bin"
core:
autoHideMenuBar: true
themes: [
"polymorph-ui"
"adventurous-syntax"
]
-- AngusP's XMonad Config
import System.IO
import System.Exit
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.CopyWindow
import XMonad.Actions.MouseGestures
import XMonad.Actions.SpawnOn
import XMonad.Hooks.DynamicLog
@hreeder
hreeder / keybase.md
Created January 12, 2016 15:50
keybase.md

Keybase proof

I hereby claim:

  • I am hreeder on github.
  • I am hreeder (https://keybase.io/hreeder) on keybase.
  • I have a public key ASDFGcuvJRCgCYOGSx9SJU18CcLOUN4DkiO2ufHiaIVdKgo

To claim this, I am signing this object:

#!/usr/bin/env python
import os
for (dirpath, dirnames, filenames) in os.walk('.'):
for filename in filenames:
if filename.endswith('answer.csv'):
prob = filename[:-10]
print '==== Verifying %s ====' % (prob,)
os.system('java -jar supplied/Verify.jar testdata/%sprob.csv %s' % (prob, filename))
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration."
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration."
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration."
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
@hreeder
hreeder / Preferences.sublime-settings
Created October 15, 2015 12:13
Sublime User Settings
{
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Afterglow-blue.sublime-theme"
100
[0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578, 5702887, 9227465, 14930352, 24157817, 39088169, 63245986, 102334155, 165580141, 267914296, 433494437, 701408733, 1134903170, 1836311903, 2971215073L, 4807526976L, 7778742049L, 12586269025L, 20365011074L, 32951280099L, 53316291173L, 86267571272L, 139583862445L, 225851433717L, 365435296162L, 591286729879L, 956722026041L, 1548008755920L, 2504730781961L, 4052739537881L, 6557470319842L, 10610209857723L, 17167680177565L, 27777890035288L, 44945570212853L, 72723460248141L, 117669030460994L, 190392490709135L, 308061521170129L, 498454011879264L, 806515533049393L, 1304969544928657L, 2111485077978050L, 3416454622906707L, 5527939700884757L, 8944394323791464L, 14472334024676221L, 23416728348467685L, 37889062373143906L, 61305790721611591L, 99194853094755497L, 160500643816367088L, 259695496911122585L, 420196140727489673L, 67989
@hreeder
hreeder / expanded.html
Created April 17, 2015 19:35
Expansion with Emmet
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header"><button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><a href="" class="navbar-brand">CynoTool</a></div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav"></ul>