I hereby claim:
- I am dhleong on github.
- I am dhleong (https://keybase.io/dhleong) on keybase.
- I have a public key whose fingerprint is 1B0D 3E7C C455 210E 2D4E CBED AB55 7BEA BC94 0DE8
To claim this, I am signing this object:
#!/bin/sh | |
#_( | |
#_DEPS is same format as deps.edn. Multiline is okay. | |
DEPS='{:deps {nrepl {:mvn/version "0.7.0"}}}' | |
exec clojure -Sdeps "$DEPS" "$0" "$@" | |
) | |
(ns shadow-test | |
(:require [clojure.java.io :refer [file]] |
function! GetUnicodePairs() | |
" copy the output of the ascii command | |
redir => raw | |
ascii | |
redir END | |
" strip out the hex part and parse to int | |
let match = matchlist(raw, 'Hex \(.*\),') | |
let hex = match[1] | |
let s = str2nr(hex, 16) |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
API_BASE = '/PATH/TO/ArtemisClientLib/' | |
SRC_PATH = 'src/net/dhleong/acl/net/' | |
def loadActionsAndArgs(fileName, argType): | |
fname = API_BASE + SRC_PATH + fileName | |
ACTIONS = [] | |
ARGS = [] |