Re: [dev] [last] lastfm interface

2009-08-11 Thread Markus Maria Miedaner
On Mon, Aug 10, 2009 at 09:22:06PM +0200, you (Yoshi Rokuko) wrote: > a few days ago i tried out last[1]. i found out that it uses factotum > and i managed to give factotum my lastfm-id but the sourcecode and/or > the lastfm API is to complex for me to know how to use last[1]. > > i know inside la

Re: [dev] [last] lastfm interface

2009-08-11 Thread Dieter Plaetinck
On Tue, 11 Aug 2009 19:48:02 +0200 Markus Maria Miedaner wrote: > On Mon, Aug 10, 2009 at 09:22:06PM +0200, you (Yoshi Rokuko) wrote: > > a few days ago i tried out last[1]. i found out that it uses factotum > > and i managed to give factotum my lastfm-id but the sourcecode and/or > > the lastfm

[dev] [PATCH] dwm -- Proper SIGCHLD usage , fix issue with uncollected processes

2009-08-11 Thread Premysl 'Anydot' Hruby
This is much cleaner and portable way of using SIGCHLD. It also disallow existence of defunct processes, one which are executed for example from .Xsession before (on the end) exec /path/../dwm --- dwm.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dwm.c b/dwm.c i