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

View file

@ -1,11 +1,7 @@
=pod
This site is an attempt to publish and organise my various opensource programs
and libraries on one central location, possibly documented as well as possible
so it might actually be useful to anyone. Some of these projects might end up
to be total crap, and some might not be useful to anyone at all. I'll simply
try to dump most of the things I create here, and leave it up to you whatever
you decide to do with it.
This site is an attempt to publish and organise my various open source programs
and libraries on one central location.
[html]</p><h2>Changes <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed" /></a></h2>

View file

@ -100,7 +100,7 @@ Since version 1.13, the following crash is still possible:
=over
=item * You're using an old GnuTLS version (< 3.0, you can check this with
C<ncdu --version>), and you have tls_policy enabled. To fix this, upgrade
C<ncdc --version>), and you have tls_policy enabled. To fix this, upgrade
GnuTLS or use C</set tls_policy disabled>. (Bug
L<#11|http://dev.yorhel.nl/ncdc/bug/11>).

View file

@ -12,6 +12,7 @@ BEGIN { ($ROOT = abs_path $0) =~ s{index\.cgi$}{}; }
my @changes = (
[ '2012-10-17', '/dump', 'Added reference to my repo of small C libs to the code dump' ],
[ '2012-10-07', '/dump#maildir.pl','Added maildir.pl to the code dump' ],
[ '2012-09-27', '/ncdu', 'ncdu 1.9 released.' ],
[ '2012-09-25', '/dump#dbusev.c', 'Added dbusev.c to the code dump' ],