<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.bebik.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.bebik.net/feed.php">
        <title>Back to the origins codaz</title>
        <description></description>
        <link>http://www.bebik.net/</link>
        <image rdf:resource="http://www.bebik.net/lib/images/favicon.ico" />
       <dc:date>2012-05-19T07:14:17+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.bebik.net/doku.php/codaz:checkmail?rev=1213565429&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bebik.net/doku.php/codaz:convert_oem?rev=1225792515&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bebik.net/doku.php/codaz:podcastdl?rev=1307959013&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bebik.net/doku.php/codaz:posix_waitingforsingleobject?rev=1224537552&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bebik.net/doku.php/codaz:sabsd?rev=1212092707&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.bebik.net/lib/images/favicon.ico">
        <title>Back to the origins</title>
        <link>http://www.bebik.net/</link>
        <url>http://www.bebik.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.bebik.net/doku.php/codaz:checkmail?rev=1213565429&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-15T23:30:29+02:00</dc:date>
        <title>codaz:checkmail</title>
        <link>http://www.bebik.net/doku.php/codaz:checkmail?rev=1213565429&amp;do=diff</link>
        <description>Checkmail est une petite application que j'ai écrit pour me permettre de suivre l'état de mes mails sur un serveur utilisant le protocole pop.

Utilisation


Elle s'utilise simplement en ligne de commande, sa syntaxe est la suivante :

checkmail [-r] [&lt;nom_du_compte&gt;]</description>
    </item>
    <item rdf:about="http://www.bebik.net/doku.php/codaz:convert_oem?rev=1225792515&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-04T10:55:15+02:00</dc:date>
        <title>codaz:convert_oem</title>
        <link>http://www.bebik.net/doku.php/codaz:convert_oem?rev=1225792515&amp;do=diff</link>
        <description>ConvertOEM is a non-official C code I made to translate SMB directories names in “plain french” names with the correct accents.

Download the source



Compile :

% cc convertoem.c -o convertoem

How to use it :


% echo “Texte accentu?” | convertoem

Texte accentué</description>
    </item>
    <item rdf:about="http://www.bebik.net/doku.php/codaz:podcastdl?rev=1307959013&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-13T11:56:53+02:00</dc:date>
        <title>codaz:podcastdl</title>
        <link>http://www.bebik.net/doku.php/codaz:podcastdl?rev=1307959013&amp;do=diff</link>
        <description>Podcastdl, is a simple podcast downloader application write in plain C and designed to just work.


	*  a simple raw text file to manage your podcast selection
	*  the rest is managed by command line options

Syntax and examples
podcastdl  -c &lt;podcastlist.cfg&gt; -o /some/directory -d &lt;number&gt; [-hilv]

Options :</description>
    </item>
    <item rdf:about="http://www.bebik.net/doku.php/codaz:posix_waitingforsingleobject?rev=1224537552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-20T23:19:12+02:00</dc:date>
        <title>codaz:posix_waitingforsingleobject</title>
        <link>http://www.bebik.net/doku.php/codaz:posix_waitingforsingleobject?rev=1224537552&amp;do=diff</link>
        <description>/*
 * Ceci est du code *GruiK* no copyright is allowed !
 */

#include &lt;pthread.h&gt;
#include &lt;errno.h&gt;
#include &lt;stdio.h&gt;
#include &lt;signal.h&gt;
#include &lt;semaphore.h&gt;
#include &lt;time.h&gt;
#include &lt;sys/time.h&gt;
#include &lt;string.h&gt;


#define NUMTHREADS 10
#define TRUE  1
#define FALSE 0
void sighand(int signo);
#define pthread_id_np_t unsigned long
sem_t sem; /* semaphore object */

pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t  cond = PTHREAD_COND_INITIALIZER;
int counter = 1;



vo…</description>
    </item>
    <item rdf:about="http://www.bebik.net/doku.php/codaz:sabsd?rev=1212092707&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-29T22:25:07+02:00</dc:date>
        <title>codaz:sabsd</title>
        <link>http://www.bebik.net/doku.php/codaz:sabsd?rev=1212092707&amp;do=diff</link>
        <description>Sabsd Un petit script perl permettant de collecter les informations réseau et de les mettre en forme sous une forme graphique.

sabsd : Le script qui collecte les données

net : Le script CGI en charge de l'affichage


L'appel à la cgi se fait avec un argument 'date', sous la forme DDMMYY :</description>
    </item>
</rdf:RDF>

