This is a playback of a 30 second sample from the "strandtest" example of Adafruit's Neopixel library captured using my WS2812 Logic Analyzer plugin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/csv" | |
"fmt" | |
"io" | |
"log" | |
"math" | |
"os" | |
"path" |
This is a playback of a 30 second sample from the "strandtest" example of Adafruit's Neopixel library captured using my WS2812 Logic Analyzer plugin.
This is a playback of a 30 second sample from the "strandtest" example of Adafruit's Neopixel library captured using my WS2812 Logic Analyzer plugin.
I hereby claim:
- I am dustin on github.
- I am dlsspy (https://keybase.io/dlsspy) on keybase.
- I have a public key whose fingerprint is B6EC 2150 5EA7 13F4 CAE7 C97F 3E27 8F07 9642 290F
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
nodes=`cbfsclient http://cbfs:8484/ info -t '{{ range $n, $v := .Nodes }} {{ $n }}.cbfs.west.spy.net {{ end }}'` | |
for n in $nodes | |
do | |
echo $n | |
curl -i -XPOST http://$n:8484/.cbfs/exit/ | |
sleep 2 | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP MESSAGE----- | |
Version: GnuPG/MacGPG2 v2.0.22 (Darwin) | |
Comment: Hello, Nasty | |
owGbwMvMwMVop97PPs1Jk5/x9JYkhmBex5tumXnpqUUFRZl5JVYKjq6OrqZmZpYK | |
ppZuRsaOhoYKZgZu5m6OlqYKro7mrsbGBo4KLs4W5saWlgZcKDqdTA0dTV2M3RTc | |
XIAqLY0MFCwNLU3NDQyMFMwNDcyNDVwMFFwsDEwNnYzNUHWamBq4uBk6OyuYGbtZ | |
ODlZAC03czFwMnIxVHB0cjZ2dnRzVDB2tDCydDF14upkqmFhYORiSGNlAjk+XqSB | |
AQj0GDQyi4tLU4t00wqKHPLySxJLMvPzivXyC1LzCtIL9NIy00oyMvKLilNzE/P0 | |
8lJLnMxcnY0MTQ1MgW41NHYzcXZ0NXe2NHczdjUyt3AzMLc0MzEysjRwY+DiFICF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"flag" | |
"log" | |
"net/http" | |
"time" | |
) | |
var addr = flag.String("addr", ":3232", "binding address") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Process github event data exports. | |
// | |
// Go here for more info: http://www.githubarchive.org/ | |
package main | |
import ( | |
"compress/gzip" | |
"encoding/csv" | |
"encoding/json" | |
"io" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# when inside the directory (using .) | |
# test program works correctly to completion | |
2013/12/27 15:30:18 fuse req: Access [ID=0xf Node=0x9 Uid=501 Gid=20 Pid=496] mask=0x4 | |
2013/12/27 15:30:18 fuse req: Access [ID=0xd Node=0x1 Uid=501 Gid=20 Pid=38] mask=0x1 | |
2013/12/27 15:30:18 fuse req: Access [ID=0x11 Node=0x8 Uid=501 Gid=20 Pid=38] mask=0x1 | |
2013/12/27 15:30:18 fuse req: Access [ID=0x12 Node=0x1 Uid=501 Gid=20 Pid=38] mask=0x1 | |
2013/12/27 15:30:18 fuse req: Access [ID=0x13 Node=0x8 Uid=501 Gid=20 Pid=38] mask=0x1 | |
2013/12/27 15:30:18 fuse req: Access [ID=0x2 Node=0x9 Uid=501 Gid=20 Pid=38] mask=0x0 | |
2013/12/27 15:30:18 fuse req: Access [ID=0x3 Node=0x9 Uid=501 Gid=20 Pid=38] mask=0x0 |