I hereby claim:
- I am clr on github.
- I am clr (https://keybase.io/clr) on keybase.
- I have a public key whose fingerprint is 8D17 9A05 FFC4 87FB 3CD2 0339 B049 20F4 7783 16DF
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net" | |
| "os" | |
| "os/exec" | |
| "golang.org/x/crypto/ssh" |
| 1 x 12 = _ 12_ | 1 x 9 = _ 9_ | |
| 2 x 4 = _ 8_ | 2 x 5 = _ 10_ | |
| 3 x 11 = _ 33_ | 3 x 7 = _ 21_ | |
| 4 x 8 = _ 32_ | 4 x 5 = _ 20_ | |
| 5 x 7 = _ 35_ | 5 x 12 = _ 60_ | |
| 6 x 3 = _ 18_ | 6 x 11 = _ 66_ | |
| 7 x 10 = _ 70_ | 7 x 3 = _ 21_ | |
| 8 x 8 = _ 64_ | 8 x 11 = _ 88_ | |
| 9 x 10 = _ 90_ | 9 x 9 = _ 81_ | |
| 10 x 11 = _110_ | 10 x 11 = _110_ |
| # mix compile; mix firmware; mix firmware.burn | |
| defmodule HelloNerves do | |
| def start(_type, _args) do | |
| exec = "#{:code.priv_dir(:nerves_neopixel)}/rpi_ws281x" | |
| port = Port.open({:spawn_executable, exec}, [{:args, ["18", "1", "24", "1"]}, {:packet, 2}, :use_stdio, :binary]) | |
| send port, {self, {:command, :erlang.term_to_binary( {0, {254, <<254::size(8), 254::size(8), 254::size(8), 0x00::size(8)>> }} )}} | |
| :timer.sleep 1000 |
| -module(romnum). | |
| -include_lib("eunit/include/eunit.hrl"). | |
| -export([math/3]). | |
| math_test_() -> | |
| [ | |
| ?_assertEqual("III", math("II", "+", "I")), | |
| ?_assertEqual("MMXX", math("MMXV", "+", "V")), | |
| ?_assertEqual("MMXX", math("V", "+", "MMXV")), | |
| ?_assertEqual("MCMLXXXII", math("MMXXXII", "-", "L")) |
| #!/bin/bash | |
| time \ | |
| grep --line-buffered < "$1" 'BoxUsage' | \ | |
| awk '{FS =","}{print $10,$22}' | \ | |
| grep 'BoxUsage' | \ | |
| sort | \ | |
| uniq | \ | |
| awk '{print $1}' | \ | |
| sort | \ |
I hereby claim:
To claim this, I am signing this object:
| Casey Rosenthal | |
| 2:40 PM | |
| k | |
| what would be a good platform for ProServ to ask some questions? | |
| like | |
| are Links dead? can we deprecate them? | |
| 2i => we end up frequently recommending clients *not* use 2i, and implement a term-based inverted index instead | |
| Epic Redmond | |
| 2:42 PM | |
| I'd love to. I didn't even want to put them in the docs |
| [basho-proserv] | |
| name=Basho Proserv Packages for Enterprise Linux 6 - $basearch | |
| baseurl=https://s3.amazonaws.com/basho-proserv-benchmarking/yum/el/6/tools/$basearch | |
| failovermethod=priority | |
| enabled=1 | |
| gpgcheck=0 |
| curl -X PUT http://127.0.0.1:8091/buckets/statefarm_2i/keys/apple \ | |
| -H 'x-riak-index-category_bin: fruit' \ | |
| -H 'Content-Type: text/plain' \ | |
| -d 'malus domestica' | |
| curl -X PUT http://127.0.0.1:8091/buckets/statefarm_2i/keys/banana \ | |
| -H 'x-riak-index-category_bin: fruit' \ | |
| -H 'Content-Type: text/plain' \ | |
| -d 'musa acuminata' |
| curl -X PUT http://127.0.0.1:8091/buckets/qcon/keys/nosql4evah \ | |
| -H 'content-type: text/plain' \ | |
| -d $'Scale out all the things!\n' | |
| curl -X GET http://127.0.0.1:8091/buckets/qcon/keys/nosql4evah | |
| curl -X DELETE http://127.0.0.1:8091/buckets/qcon/keys/nosql4evah | |
| curl -X GET http://127.0.0.1:8091/buckets/qcon/keys/nosql4evah |