dbusev.c + ncdu 1.9 release

This commit is contained in:
Yorhel 2012-09-27 22:17:15 +02:00
parent fa28f26d69
commit 8341fb9341
9 changed files with 265 additions and 98 deletions

View file

@ -1,8 +1,8 @@
=pod
Most of the things I write are simple perl/shell scripts or programs that only
serve the purpose of learning something new. This page is a listing of those I
thought might be of interest to others as well.
I write a lot of miscellaneous little perl/shell scripts and micro-libraries
for the purpose of getting something done. This page is a listing of those I
thought might be of useful to others as well.
=head2 bbcode.c
@ -64,3 +64,15 @@ L<Example output|http://s.blicky.net/2012/ncdc-share-report.html>.
Download: L<0.3|http://p.blicky.net/h25z8>
(L<0.2|http://p.blicky.net/6yx2d>, L<0.1|http://p.blicky.net/ab4lm>).
=head2 dbusev.c
September 2012. This is a small C library to use
L<libdbus|http://www.freedesktop.org/wiki/Software/dbus> with
L<libev|http://software.schmorp.de/pkg/libev.html>. It will register IO
watchers, timeout handlers, a dispatch function and a wakeup function on behalf
of libdbus. You may have to ensure that the right headers are being included in
dbusev.c, in my case the "global.h" does that.
Download: L<dbusev.c|http://g.blicky.net/neoglobster.git/tree/src/dbusev.c> and
L<dbusev.h|http://g.blicky.net/neoglobster.git/tree/src/dbusev.h>.