Explore >> Select a destination


You are here

theshamblog.com
| | blog.dan.drown.org
11.8 parsecs away

Travel
| | I've been working on a clock that gets its time from the internet and has a binary display. It should use NTP to keep its clock within tens of milliseconds of true time. It should automatically adjust for daylight savings time. It should keep an estimate of the local clock's
| | coronax.wordpress.com
11.4 parsecs away

Travel
| | Before I move on from the C64 user port for a while, I wanted to do a project where the computer actually read a value from the environment and analyzed it. Also, I wanted to spend a little effort fixing up my kludgy SPI implementation, and give it a better workout by reading several inputs...
| | incoherency.co.uk
12.4 parsecs away

Travel
| |
| | blog.gopheracademy.com
48.5 parsecs away

Travel
| Advanced Encoding and Decoding Techniques Go's standard library comes packed with some great encoding and decoding packages covering a wide array of encoding schemes. Everything from CSV, XML, JSON, and even gob - a Go specific encoding format - is covered, and all of these packages are incredibly easy to get started with.