Update py-ipqueue
This commit is contained in:
parent
9efcff9445
commit
2749cf3f35
|
@ -1,5 +1,14 @@
|
|||
Title: Neale Pickett
|
||||
|
||||
<!--
|
||||
Stuff for nerds (this is not a puzzle, just boring nerd stuff)
|
||||
==============================================================
|
||||
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAl4jzLQkUljaLshZXkdp6W4BGLFJbXIZ4z+EVmOKu2J2gI0ek5pXdyPWMSHexlxg6NkCafjiq4on/823xcYOt2fGzkDHDrTtqDXRmiL/mlMAqG8KFeRu/2RTCxOAwnClP8JpoxbR+6UHaBKCW9XkCgqh4ks34jbwbjE5dpZPqKks0LVGkfgYSZ7giQlSuw/jYoXEDAitN51eO/Xi88lmrh8xIzcbEdKpDZycil+sbV3F7STRSpqV30/GRPopHesiA9qK31wcSM7ColnYTJD6yAoKmiAS90sP70vUi1qfItNPuTZk6BkGfo3TCznvao6usKci886hWM46pnoe3qRWqrQ== neale@rizzo
|
||||
|
||||
PGP: 1024R/EA86E211 47 67 11 06 2E 6C D8 56 2A BD D7 FC C1 D2 84 BA
|
||||
-->
|
||||
|
||||
<img src="face.png" alt="☺" class="face">
|
||||
|
||||
I write computer programs.
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
|
@ -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 <mike.auty@gmail.com>
|
||||
* [nfqueue bindings](http://software.inl.fr/trac/wiki/nfqueue-bindings)
|
||||
|
||||
License
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue