« earlier | later » Page 5 of 71
include-what-you-use - A tool for use with clang to analyze #includes in C and C++ source files
This is a tool I've wanted for a while (owing to C/C++'s lack of a 1970s-standard module system): check that C/C++ files have the correct set of #includes.
to c c++ clang include language-design software ... on 28 February 2016
tsgates/mbox: A lightweight sandbox tool for non-root users
seccomp-based syscall redirection (it's a bit more than just sandboxing; you could do debug/trace stuff with this technique too).
to linux sandbox seccomp security software syscall ... on 28 February 2016
Ebiten - A simple SNES-like 2D game library in Go
"A simple SNES-like 2D game library in Go". I did the same thing for occam-pi back when I was at Kent; I'm a bit disappointed that this doesn't make any (interesting) use of Go's concurrency facilities.
Computer and coding books from Usborne Publishing
More specifically, PDFs of most of the 80s books they published. I've got a few that aren't on here, but it does include my favourite, "Write Your Own Adventure Programs". Which I did!
to 80s basic etext games retrocomputing software usborne ... on 06 February 2016
A minimal ACME client (for LetsEncrypt). This actually works very well; much less finicky than the official client.
to acme letsencrypt security software tls ... on 31 December 2015
rr: lightweight recording & deterministic debugging
Sounds like a neat idea. Unfortunately it requires 32-bit compilation, so it's not going to work on GARStow.
jthlim / ImpulseTracker — Bitbucket
MS-DOS tracker of old, now open source.
to msdos music software source tracker ... on 20 November 2015
Open Document Format (ODF): guidance for UK government - Guidance - GOV.UK
"The UK government has selected ODF 1.2 as the standard for editable office documents to be used across government. [...] This guidance gives general information on the standard, as well as more detailed information for chief technology officers and government procurement officers." Very comprehensive.
to odf office open-source software spreadsheet word-processing ... on 23 September 2015
IPFS is a new peer-to-peer hypermedia protocol.
A DHT-based CDN. Neat idea; unlikely to be adopted; curious as to what the performance would actually be like in practice.
to cdn dht ipfs p2p server software web ... on 23 September 2015
Unix V1 source, bootable in simh.
to history retrocomputing software unix ... on 23 September 2015
« earlier | later » Page 5 of 71
tasty by Adam Sampson.