From 2749cf3f354dd093c8b38b5436bc26d625124424 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 10 Apr 2015 19:38:10 +0000 Subject: [PATCH] Update py-ipqueue --- index.mdwn | 9 +++++++++ src/index.mdwn | 11 +++++++++-- src/ipqueue/index.mdwn | 5 +++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/index.mdwn b/index.mdwn index 9c42a09..1dc1d5b 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,5 +1,14 @@ Title: Neale Pickett + + ☺ I write computer programs. diff --git a/src/index.mdwn b/src/index.mdwn index 202d786..f7d7839 100644 --- a/src/index.mdwn +++ b/src/index.mdwn @@ -7,12 +7,19 @@ even write software just for fun. Current Work ------------ -* [Woozle Scoreboard](http://woozle.org/scoreboard/), a browser-based roller derby scorebard -* [Hardware Scoreboard](/neale/g.cgi/derby/hw-scoreboard/about/), a microcontroller-based LED roller derby scoreboard * [Runit-Init](/neale/g.cgi/aur/runit-init/about/), an /sbin/init replacement based on busybox * [Eris HTTPd](/neale/g.cgi/net/eris/about/), a small HTTP (web) server * [9wm](9wm/), an emulation of the Plan 9 window manager * [xss](/neale/g.cgi/x11/xss/about/), a suite of X screensaver programs + + +Not-So-Current Work +------------------- + +* [Python IPQueue](ipqueue/), python bindings to Linux libipqueue. It was mentioned in a book and Google Scholar says it's been cited two other times, which makes me *Internet Famous* 😎. +* [eguile](eguile/), like PHP but with Scheme instead. A fork of this is used in gnucash. +* [Woozle Scoreboard](http://woozle.org/scoreboard/), a browser-based roller derby scorebard +* [Hardware Scoreboard](/neale/g.cgi/derby/hw-scoreboard/about/), a microcontroller-based LED roller derby scoreboard * [Penalty Timer](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer), a roller derby penalty timer for Android * [Hercules DJ Controller Driver](/neale/g.cgi/hdjd/about/) diff --git a/src/ipqueue/index.mdwn b/src/ipqueue/index.mdwn index 1f4ed15..203a3d5 100644 --- a/src/ipqueue/index.mdwn +++ b/src/ipqueue/index.mdwn @@ -36,9 +36,10 @@ Download This software is no longer maintained (see above). -* [nfqueue bindings](http://software.inl.fr/trac/wiki/nfqueue-bindings) -* [Latest version](ipqueue.tar.gz) +* [Latest version](/neale/g.cgi/attic/py-ipqueue/snapshot/py-ipqueue-master.tar.gz) +* [Git repository](/neale/g.cgi/attic/py-ipqueue/) * [Netfilter QUEUE bindings](nfqueue-0.1.tar.bz2) by Mike Auty +* [nfqueue bindings](http://software.inl.fr/trac/wiki/nfqueue-bindings) License -------