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)) |
I hereby claim:
To claim this, I am signing this object:
-- 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 |
"*": | |
"autocomplete-elixir": | |
elixirPath: "/usr/local/bin/elixir" | |
erlangHome: "/usr/bin" | |
core: | |
autoHideMenuBar: true | |
themes: [ | |
"polymorph-ui" | |
"adventurous-syntax" | |
] |
;; -*- 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 '() |
-- 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 |
LibreNMS Discovery | |
Version info: | |
Commit SHA: | |
DB Schema: 148 | |
PHP: 7.0.12-1+deb.sury.org~xenial+1 | |
MySQL: 10.1.18-MariaDB-1~jessie | |
RRDTool: 1.5.5 | |
SNMP: NET-SNMP 5.7.3 | |
DEBUG! | |
SQL[SELECT version FROM `dbSchema` ORDER BY version DESC LIMIT 1] |
#!/usr/bin/env python | |
import json | |
import paho.mqtt.client as mqtt | |
prog = [] | |
leds = 50 | |
def generate_frame(n, timeout): | |
frame = [[n, n, n] for _ in range(0, 50)] | |
return [frame, timeout] |
LibreNMS Poller | |
Version info: | |
Commit SHA: 969b963180ea42272c5b9c40851c683daf1c6337 | |
Commit Date: 1481790205 | |
DB Schema: 152 | |
PHP: 5.6.28-0+deb8u1 | |
MySQL: 10.0.28-MariaDB-0+deb8u1 | |
RRDTool: 1.4.8 | |
SNMP: NET-SNMP 5.7.2.1 | |
DEBUG! |