I hereby claim:
- I am rrthomas on github.
- I am rrt (https://keybase.io/rrt) on keybase.
- I have a public key whose fingerprint is 2409 3F01 6FFE 8602 EF44 9BB8 4C8E F3DA 3FD3 7230
To claim this, I am signing this object:
'''https://en.wikipedia.org/wiki/Brainfuck#Commands''' | |
import sys, mit | |
mit.State().globalize(globals()) | |
def ass_inc(): ass(LIT_1); ass(ADD) | |
def ass_dec(): ass(LIT_1); ass(NEGATE); ass(ADD) | |
def ass_dup(): ass(LIT_0); ass(DUP); | |
def ass_over(): ass(LIT_1); ass(DUP); | |
def ass_loadb(): ass(LIT_0); ass(LOAD); |
I hereby claim:
To claim this, I am signing this object:
/* | |
* Parser for Metapolator CPS formula language | |
*/ | |
{ | |
var unaryOperators = { | |
'-': 'negate' | |
}; | |
function $_(operator, right) { |
--- structure-orig.js 2014-09-15 23:38:55.631539473 +0100 | |
+++ structure.js 2014-09-15 23:39:18.012519232 +0100 | |
@@ -72,241 +72,243 @@ | |
] | |
} | |
] | |
- } | |
- }, | |
- { | |
- name: "master 2", |
app.controller("MetapolatorController", function($scope) { | |
$scope.project = { | |
projectName: "untitled document", | |
display: { | |
mode: ["glyphview", "paragraph", "", ""], | |
fontsize: 40, | |
lineHeight: 36 | |
}, | |
parameters: [ | |
{ |
// ==UserScript== | |
// @name Roman numerals for Facebook | |
// @namespace http://userscripts.org | |
// @description Convert numbers on Facebook to Roman numerals (for Latin language setting) | |
// @include http*://*facebook.com/* | |
// @grant none | |
// @version 1 | |
// ==/UserScript== | |
// Tweaked from http://stackoverflow.com/questions/9083037/convert-a-number-into-a-roman-numeral-in-javascript |
;;; ggo-mode.el --- Gengetopt major mode | |
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2013 | |
;; Matthew K. Junker | |
;; Author: Matthew K. Junker <[email protected]> | |
;; Package-Version: 20130521 | |
;; Keywords: extensions, convenience, local | |
;; This file is free software; you can redistribute it and/or modify |