I hereby claim:
- I am sid-code on github.
- I am kulks (https://keybase.io/kulks) on keybase.
- I have a public key whose fingerprint is 1AB3 342B F4C2 84A0 42F0 85FC 3CB8 4FA2 E75C 602C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
dAABAAQABgBhAT4BAQAAAAAAAgAFAAAAxgELAQIAAAACAAMAAAAAAAAAAQABAL8BzAABAAAAAwACAAAABAAAAAEAAQACAAQAAwCAAdkAAQAAAAEABQAAAAEAAgAAAAEAAQACAAMAAgACAAEAAgACAAAAAwA= |
require 'benchmark' | |
n = 12352834 | |
t = 40000 | |
Benchmark.bm do |x| | |
x.report("Split map") do | |
t.times { n.to_s.split('').map(&:to_i) } | |
end |
# syntax: haste [--raw] [file] (if no file, then stdin) | |
import httpclient | |
import re | |
import os | |
from strutils import `%` | |
const url = "http://hastebin.com" | |
proc haste(text: string): string = |
site '*://*.reddit.com/*' { | |
unmap j | |
unmap k | |
unmap J | |
unmap K | |
unmap x | |
set numerichints | |
} |