Displaying 3 results from an estimated 3 matches for "rikkus".
Did you mean:
rik's
1998 Jun 05
1
Simple password checker
...(user,domain,pass,passlen,ntpass,ntpasslen);
.. but I think I must do a little more than just call the function.
What's the difference between pass and ntpass ?
Thanks in advance,
Rik
--
/*
** Rik Hemsley
** Unix Admin
** Keyline Builders Merchants, Glasgow, UK
** X ? Naah. rX :) http://www.rikkus.demon.co.uk
*/
2000 Dec 27
1
New Vorbis player app
...our PATH.
Helping:
* I don't want any, unless you find a bug. Thanks anyway. I'm releasing
this because I use it and I thought perhaps others would find it better
than their current player. I don't want any more features. No, it will
never play MP3.
Contact:
Rik Hemsley (rikkus) <rik@kde.org>
[0] Don't be a silly billy.
[1] libvorbis has a memory leak. Not my fault.
Any other bugs are your imagination.
[2] http://www.xiph.org/ogg/vorbis/download/
[3] ftp://ftp.trolltech.com/qt/source/...
2004 Oct 22
0
libao-0.8.5 patch
...ao-0.8.5/src/plugins/arts/ao_arts.c libao-0.8.5.new/src/plugins/arts/ao_arts.c
--- libao-0.8.5/src/plugins/arts/ao_arts.c 2003-07-14 03:55:47.000000000 +0200
+++ libao-0.8.5.new/src/plugins/arts/ao_arts.c 2004-10-22 11:53:55.000000000 +0200
@@ -38,6 +38,7 @@
"arts",
"Rik Hemsley (rikkus) <rik@kde.org>",
"Outputs to the aRts soundserver.",
+ NULL,
AO_FMT_NATIVE,
#ifdef HAVE_ARTS_SUSPENDED
45,
diff -ur libao-0.8.5/src/plugins/esd/ao_esd.c libao-0.8.5.new/src/plugins/esd/ao_esd.c
--- libao-0.8.5/src/plugins/esd/ao_esd.c 2003-08-07 17:29:35.000000000 +0200...