soniakeys
Basic on paper tape, assembly on S100, Fortran on punchcards, [... lots of stuff omitted.] Go fanatic since it went public.
Cambridge, MA
Pinned Repositories
graph
Simple and fast graph library
graph2
Experiments with graph algorithms
integer
Various integer routines, including computation of prime numbers and factorials.
kdtree
K-d tree example code
LittleBookOfSemaphores
A Go Language take on Allen Downey's Free Book "The Little Book of Semaphores"
meeus
Implementation of "Astronomical Algorithms" by Jean Meeus
multiset
Map-based multisets
quant
An interface for image color quantizers.
raycast
Ray casting point-in-polygon algorithm
vlist
VList data structure
soniakeys's Repositories
soniakeys/meeus
Implementation of "Astronomical Algorithms" by Jean Meeus
soniakeys/graph
Simple and fast graph library
soniakeys/quant
An interface for image color quantizers.
soniakeys/LittleBookOfSemaphores
A Go Language take on Allen Downey's Free Book "The Little Book of Semaphores"
soniakeys/integer
Various integer routines, including computation of prime numbers and factorials.
soniakeys/raycast
Ray casting point-in-polygon algorithm
soniakeys/vlist
VList data structure
soniakeys/multiset
Map-based multisets
soniakeys/astro
stuff generally useful in astronomy
soniakeys/accsum
Accurate floating point summation algorithms
soniakeys/cluster
A few clustering methods including K-Means++ and UPGMA
soniakeys/knight
Knight's tour solution by ant colony optimization
soniakeys/sexagesimal
Sexagesimal formatting
soniakeys/abrev
Command abbreviation expander
soniakeys/coord
2D spherical coordinates and 3D cartesian coordinates
soniakeys/perm
Permutation generators
soniakeys/roman
Roman numeral parse and and format.
soniakeys/tagheap
Interface-free heap API
soniakeys/avl
AVL Tree
soniakeys/exit
Exit a program while both running deferred functions and returning an exit code
soniakeys/mpcformat
Formats and conventions of the Minor Planet Center.
soniakeys/aprx
Implementation of "Keplerian Elements for Approximate Positions of the Major Planets" by E M Standish.
soniakeys/bits
Bit array
soniakeys/ddate
Discordian date
soniakeys/digest2
Arc scoring by orbit class
soniakeys/fib
Fibonacci heap
soniakeys/lmfit
Linear motion fitting, for spherical sky coordinates.
soniakeys/observation
Observations of moving asteroidal objects against the sky.
soniakeys/seph
Asteroid ephemeris demo
soniakeys/set
Sets as lists of interfaces