Should have committed earlier
Lots of changes: - Article about IPC - New TUWF release - New ncdu release - Atom feeds for the bug tracker - Bug tracker switch to sqlite
This commit is contained in:
parent
3b837d8564
commit
7cf772d968
33 changed files with 978 additions and 159 deletions
20
dat/dump
20
dat/dump
|
|
@ -5,7 +5,7 @@ for the purpose of getting something done. This page is a listing of those I
|
|||
thought might be of useful to others as well.
|
||||
|
||||
I also maintain a collection of miscellaneous C micro-libraries. Those are
|
||||
listed under the collective name of L<Ylib|http://dev.yorhel.nl/ylib>.
|
||||
listed under the collective name of L<Ylib|https://dev.yorhel.nl/ylib>.
|
||||
|
||||
=head2 maildir.pl
|
||||
|
||||
|
|
@ -25,9 +25,9 @@ Download: L<0.3|http://p.blicky.net/h25z8>
|
|||
|
||||
=head2 ncdc-transfer-stats
|
||||
|
||||
September 2011. L<ncdc|http://dev.yorhel.nl/ncdc> gained transfer logging
|
||||
September 2011. L<ncdc|https://dev.yorhel.nl/ncdc> gained transfer logging
|
||||
features, and I wrote a quick Perl script to fetch some simple statistics from
|
||||
it. L<source|http://p.blicky.net/agolr>
|
||||
it. L<source|http://p.blicky.net/eu00a> (L<0.1|http://p.blicky.net/agolr>).
|
||||
|
||||
=head2 json.mll
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ November 2009. The L<public VNDB API|http://vndb.org/d11> was designed to be
|
|||
easy to use even from low level languages. I wrote this simple program to see
|
||||
how much work it would be to use the API in C, and as example code for anyone
|
||||
wishing to use the API for something more useful. Read the comments for more
|
||||
info. L<source|http://dev.yorhel.nl/download/code/vinfo.c>
|
||||
info. L<source|https://dev.yorhel.nl/download/code/vinfo.c>
|
||||
|
||||
=head2 Microdc2 log file parser
|
||||
|
||||
|
|
@ -51,25 +51,25 @@ June 2007. Simple perl script that parses log files created by
|
|||
L<microdc2|http://corsair626.no-ip.org/microdc/> and outputs a simple and
|
||||
ugly html file with all uploaded files. It correctly merges chunked
|
||||
uploads, calculates average upload speed per file and total bandwidth used
|
||||
for uploads. L<source|http://dev.yorhel.nl/download/code/mdc2-parse.pl>
|
||||
for uploads. L<source|https://dev.yorhel.nl/download/code/mdc2-parse.pl>
|
||||
|
||||
B<Note:> for those of you who still use microdc2, please have a look at
|
||||
L<ncdc|http://dev.yorhel.nl/ncdc>, a modern alternative.
|
||||
L<ncdc|https://dev.yorhel.nl/ncdc>, a modern alternative.
|
||||
|
||||
=head2 yapong.c
|
||||
|
||||
Feburary 2006. Yet Another Pong, and yet another program written just for
|
||||
testing/ learning purposes. Tested to work with the ncurses or pdcurses
|
||||
libraries. L<source|http://dev.yorhel.nl/download/code/yapong.c> (L<older
|
||||
version|http://dev.yorhel.nl/download/code/yapong-0.01.c>).
|
||||
libraries. L<source|https://dev.yorhel.nl/download/code/yapong.c> (L<older
|
||||
version|https://dev.yorhel.nl/download/code/yapong-0.01.c>).
|
||||
|
||||
=head2 echoserv.c
|
||||
|
||||
February 2006. A simple non-blocking single-threaded TCP echo server,
|
||||
displaying how the select() system call can be used to handle multiple
|
||||
connections. L<source|http://dev.yorhel.nl/download/code/echoserv.c>
|
||||
connections. L<source|https://dev.yorhel.nl/download/code/echoserv.c>
|
||||
|
||||
=head2 bbcode.c
|
||||
|
||||
January 2006. Simple BBCode to HTML converter written in plain C, for learning
|
||||
puroses. L<source|http://dev.yorhel.nl/download/code/bbcode.c>
|
||||
puroses. L<source|https://dev.yorhel.nl/download/code/bbcode.c>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue