Skip to content

Instantly share code, notes, and snippets.

View christianharrington's full-sized avatar

Christian Harrington christianharrington

View GitHub Profile
@christianharrington
christianharrington / private.xml
Created September 13, 2014 15:26
Karabiner private.xml
<?xml version="1.0"?>
<root>
<item>
<name>F19 to F19</name>
<appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, send escape)</appendix>
<identifier>private.f192f19_escape</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::F19,
KeyCode::COMMAND_L,

Keybase proof

I hereby claim:

  • I am christianharrington on github.
  • I am harrington (https://keybase.io/harrington) on keybase.
  • I have a public key whose fingerprint is 1B58 2C37 23F5 0B4B 3C89 82F0 5C8C AD36 DC01 56EB

To claim this, I am signing this object:

@christianharrington
christianharrington / Exam.agda
Created December 19, 2013 21:41
Submission for SPLG exam 2013.
-- SPLG Exam 2013: Christian Harrington <cnha@itu.dk>
-- 20. December 2013
module Exam where
open import Prelude
-- http://www.itu.dk/courses/SPLG/E2013/Prelude.agda
open import Lecture3Delivery
-- http://www.itu.dk/courses/SPLG/E2013/Lecture3Delivery.agda
open Nats