misc stuff

This commit is contained in:
Yorhel 2012-11-04 11:59:15 +01:00
parent 3165dcbbdb
commit 971c5ad51d
4 changed files with 8 additions and 19 deletions

View file

@ -4,23 +4,15 @@ 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.
I also maintain a collection of miscellaneous C micro-libraries in a L<separate
git repository|http://g.blicky.net/ylib.git/> (and its L<Github
mirror|https://github.com/yorhel/ylib>). These libraries are not listed here.
=head2 maildir.pl
October 2012. A tiny weechat plugin to display the number of unread emails in a
local Maildir. L<source|http://p.blicky.net/wzbzs>
=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>.
=head2 ncdc-share-report
December 2011. Playing around with the Go programming language, I wrote another