I hereby claim:
- I am cab on github.
- I am connerbryan (https://keybase.io/connerbryan) on keybase.
- I have a public key ASDmFWDPqbBUjn7xWv1RMPSO1TVpbMVqV7X51NdnnmHF1wo
To claim this, I am signing this object:
| # .hpp files in this case | |
| rename 's/_([a-z])/\u$1/g' include/**/*.hpp | |
| rename 's/(.*)\/(\w)(.*)\./$1\/\U$2\L$3\./g' include/**/*.hpp |
| from PyPDF2 import PdfFileWriter, PdfFileReader | |
| import sys | |
| original_name = sys.argv[1] | |
| min_spread_width = int(sys.argv[2]) | |
| original = PdfFileReader(open(original_name, 'rb')) | |
| output = PdfFileWriter() | |
| def getBoxSize(box): |
| #! /usr/bin/env node | |
| var execFile = require('child_process').execFileSync; | |
| var filters = [ | |
| function replaceMasterWithMaester(word) { | |
| if(word === "maester") { | |
| return "master"; | |
| } | |
| }, |
| object tester extends Poly1 { | |
| implicit def hlistCase[T <: HList](implicit mapper : Mapper[tester.type, T]) = at[T](x => { | |
| testMap(x) | |
| }) | |
| implicit def anyCase[T] = at[T](x => 1) | |
| } | |
| def testMap[T <: HList](t: T)(implicit mapper : Mapper[tester.type, T]) = t.map(tester) | |
| // where `A` is a type and `a` is an instance of that type | |
| data = [ | |
| (a, b, c), | |
| (a, b), | |
| (a, c, d), | |
| (b, c, d, e), | |
| (b, a), | |
| (c, a, f, d), | |
| (b, a, c) |
| // where `A` is a type and `a` is an instance of that type | |
| data = ( | |
| (a, b, c), | |
| (a, b), | |
| (a, c, d), | |
| (b, c, d, e), | |
| (b, a), | |
| (c, a, f, d), | |
| (b, a, c) |
I hereby claim:
To claim this, I am signing this object:
| /* File: slate.example.js | |
| * Author: lunixbochs (Ryan Hileman) | |
| * Project: http://github.com/lunixbochs/reslate | |
| */ | |
| S.src('.reslate.js'); | |
| // enable to see debug messages in Console.app | |
| // $.debug = true; | |
| slate.alias('hyper', 'ctrl;alt;cmd'); |
| $ time ied install babel-cli | |
| real 0m14.378s | |
| user 0m6.914s | |
| sys 0m3.525s | |
| $ time ied install babel-cli | |
| real 0m1.020s | |
| user 0m0.512s |