<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://mimetz.de/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>In Becki sei Wiki becki:sources</title>
        <description></description>
        <link>http://mimetz.de/wiki/</link>
        <lastBuildDate>Tue, 28 Apr 2026 18:13:11 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://mimetz.de/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>In Becki sei Wiki</title>
            <link>http://mimetz.de/wiki/</link>
        </image>
        <item>
            <title>Console Alarm Clock</title>
            <link>http://mimetz.de/wiki/becki/sources/alarm_clock</link>
            <description>Console Alarm Clock

A Beeper Progam


// file: sbbeep.c
#include &lt;stdio.h&gt;
#include &lt;time.h&gt;
int main() {
    struct timespec a={0,200000000}, b={0,600000000}, c;
    int i, j;
    for (j=0; j&lt;3; j++) {
        for (i=0; i&lt;3; i++) {
            putchar('\a');
            fflush(stdout);
            nanosleep(&amp;a, &amp;c);
        }
        nanosleep(&amp;b, &amp;c);
    }
    return 0;
}</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Fri, 09 Jan 2009 16:13:34 +0000</pubDate>
        </item>
        <item>
            <title>beckibackup</title>
            <link>http://mimetz.de/wiki/becki/sources/beckibackup</link>
            <description>beckibackup

Despcription

FIXME

See README

Dowload

Download latest version here

Use as Cronjob

By default beckibackup writes informative messages to stdout (can be switched off) and error messages to stderr. Therefore it is advisable to redirect the stdout to some logfile and</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Fri, 24 Apr 2009 09:50:26 +0000</pubDate>
        </item>
        <item>
            <title>File Utilities</title>
            <link>http://mimetz.de/wiki/becki/sources/file_utilities</link>
            <description>File Utilities

Hopefully useful scripts to convert file names, handle access rights, convert between charsets and indent size handling.

Download latest version here

Filename Manipulation

Get rid of Spaces

sbsp2un: Convert all spaces in passed filenames to underscores. Not recursive.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Fri, 24 Apr 2009 09:57:24 +0000</pubDate>
        </item>
        <item>
            <title>Flexitime</title>
            <link>http://mimetz.de/wiki/becki/sources/flexitime</link>
            <description>Flexitime

A script to keep control over your flexitime balance

FIXME Translate manual, make preview page

[Download]</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Wed, 20 Aug 2008 08:42:34 +0000</pubDate>
        </item>
        <item>
            <title>becki:sources:plaingtd</title>
            <link>http://mimetz.de/wiki/becki/sources/plaingtd</link>
            <description>moved to Slacklist</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Wed, 13 Jan 2010 11:07:27 +0000</pubDate>
        </item>
        <item>
            <title>sbMediaBak</title>
            <link>http://mimetz.de/wiki/becki/sources/sbmediabak</link>
            <description>sbMediaBak

A script to backup any removable media eg usb sticks and sd cards.

Features

	*  Fast, because it uses rsync for copying the data.
	*  Max. number of backups can be specified
	*  Oldest backup is deleted automatically
	*  Target directory for backups may be specified</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Fri, 13 Jun 2008 07:24:52 +0000</pubDate>
        </item>
        <item>
            <title>sbreconfig</title>
            <link>http://mimetz.de/wiki/becki/sources/sbreconfig</link>
            <description>sbreconfig

Introduction

An adjustable configuration switcher.

This script can be used to switch between several different preconfigured settings. Use it for example to quickly adjust the network settings of your notebook for office or home use.

FIXME</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Sun, 20 Mar 2011 14:12:00 +0000</pubDate>
        </item>
        <item>
            <title>sbserial</title>
            <link>http://mimetz.de/wiki/becki/sources/sbserial</link>
            <description>sbserial

Description

sbserial starts the serial terminal program seyon with a preset baud rate on a preset serial port.

The baud rate and port are read from config files located in $HOME/.config/sbserial/&lt;name&gt;. Start the script with the name of the config file as the only parameter eg.:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Mon, 02 Nov 2009 16:27:57 +0000</pubDate>
        </item>
        <item>
            <title>Slackware Buildscript Template</title>
            <link>http://mimetz.de/wiki/becki/sources/slackbuild_template</link>
            <description>Slackware Buildscript Template

This is my version of a Slack Buildscript. I tried to separete the boilerplate code which stays the same in most buildscripts from the part which is really specific to the actual package. 

This script is based on the very good</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Fri, 07 Dec 2007 13:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Slacklist</title>
            <link>http://mimetz.de/wiki/becki/sources/slacklist</link>
            <description>Slacklist

FIXME This is a draft!

About

Slacklist is a web-based todo list manager, inspired by the ideas of David Allen in his book Getting_Things_Done

Why?

Brainstorming

scratched an itch / first text editor / then I created a little java application carried around on a memory stick / web-based / returned to pain text files, because I found it to cumbersome to</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Wed, 13 Jan 2010 11:07:12 +0000</pubDate>
        </item>
        <item>
            <title>Sources</title>
            <link>http://mimetz.de/wiki/becki/sources/start</link>
            <description>Sources

	*  Slacklist A a plain text web based to do list manager
	*  sbserial A serial terminal starter script
	*  multi Converter</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>becki:sources</category>
            <pubDate>Wed, 13 Jan 2010 11:10:28 +0000</pubDate>
        </item>
    </channel>
</rss>
