Skip to content

Instantly share code, notes, and snippets.

@kirjavascript
kirjavascript / index.html
Created December 12, 2015 03:35
AdventOfCode Day9
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head><title>9</title></head>
<body><p>Faerun to Norrath = 129
Faerun to Tristram = 58
Faerun to AlphaCentauri = 13
Faerun to Arbre = 24
Faerun to Snowdin = 60
Faerun to Tambi = 71
@kirjavascript
kirjavascript / index.html
Last active October 24, 2016 20:56
Sonic Disassembly Opcode Frequency
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head><title>sonic.asm</title></head>
<body>
<div class="input">
<input type="button" value="Sonic 1" onclick="update(s1, 'Sonic 1')" />
<input type="button" value="Sonic 2" onclick="update(s2, 'Sonic 2')" />
<input type="button" value="Sonic 3&amp;K" onclick="update(s3, 'Sonic 3&amp;K')" />
</div>