Pinned Repositories
2fa
cmdline two-factor-authentication for Google Authenticator PIN generation
bytesconv
strconv.ParseXxx for []byte arguments
cpuendian
tiny package to define the endianess of the CPU at compile-time in Go
gjq
simple jq-like program with performance rather than completeness as the goal
gmx
Go management extensions
loghistogram
Log-scale histogram. Concurrency-safe and efficient.
numeralsort
Sort text strings so that text strings containing numbers sort numerically
ps2_kbd_to_usb_adapter
Make a good PS/2 keyboard to USB adapter from an ATmega32u4 [Adafruit breakout board]
pwsafe
commandline tool compatible with Counterpane's Passwordsafe
radius
a Go (golang) RADIUS client and server implementation
nsd20463's Repositories
nsd20463/pwsafe
commandline tool compatible with Counterpane's Passwordsafe
nsd20463/ps2_kbd_to_usb_adapter
Make a good PS/2 keyboard to USB adapter from an ATmega32u4 [Adafruit breakout board]
nsd20463/gjq
simple jq-like program with performance rather than completeness as the goal
nsd20463/2fa
cmdline two-factor-authentication for Google Authenticator PIN generation
nsd20463/bytesconv
strconv.ParseXxx for []byte arguments
nsd20463/cpuendian
tiny package to define the endianess of the CPU at compile-time in Go
nsd20463/gmx
Go management extensions
nsd20463/loghistogram
Log-scale histogram. Concurrency-safe and efficient.
nsd20463/numeralsort
Sort text strings so that text strings containing numbers sort numerically
nsd20463/radius
a Go (golang) RADIUS client and server implementation
nsd20463/Adafruit_CC3000_Library
Library code for Adafruit's CC3000 WiFi breakouts &c
nsd20463/atomicbool
atomic load/store on bool in Go
nsd20463/atomicfloat
atomic operations on float64 in Go
nsd20463/atomicstring
string with atomic load/store operations
nsd20463/blackmagic
In application debugger for ARM Cortex microcontrollers.
nsd20463/durationsort
Sort by go time.Duration.String() value ("1h" > "2m", etc)
nsd20463/easyjson
Fast JSON serializer for golang.
nsd20463/fibtest
playing with various fib calculators for my own education
nsd20463/go-pkg-complete
bash completion for go and wgo
nsd20463/go-zookeeper
Native ZooKeeper client for Go
nsd20463/gopacket
Provides packet processing capabilities for Go
nsd20463/gopickle
Go library for loading Python's data serialized with pickle and PyTorch module files.
nsd20463/sift
A fast and powerful alternative to grep
nsd20463/statsd
Golang StatsD client