Skip to content

Instantly share code, notes, and snippets.

View pepijndevos's full-sized avatar

Pepijn de Vos pepijndevos

View GitHub Profile
@pepijndevos
pepijndevos / project.clj
Created April 28, 2011 17:48
seqex - a tiny pattern matcher in Clojure
(defproject seqex "1.0.0-SNAPSHOT"
:description "a tiny pattern matcher"
:dependencies [[org.clojure/clojure "1.2.1"]]
:source-path ""
:aot [seqex]
:omit-source true)
@pepijndevos
pepijndevos / config.h
Last active September 8, 2019 08:59
Workman QMK layout
#define TAPPING_TOGGLE 5
#define ONESHOT_TAP_TOGGLE 1
#define PREVENT_STUCK_MODIFIERS
#!/usr/bin/env python3
import sys
import textwrap
# Very basic bitstream to SVF converter, tested with the ULX3S WiFi interface
flash_page_size = 256
erase_block_size = 64*1024
@1wErt3r
1wErt3r / SMBDIS.ASM
Created November 9, 2012 22:27
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger (doppelheathen@gmail.com)
;This file is provided for your own use as-is. It will require the character rom data
;and an iNES file header to get it to work.
;There are so many people I have to thank for this, that taking all the credit for
;myself would be an unforgivable act of arrogance. Without their help this would
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no