blob: a0958d81b291a65018ad57ab40a9a03202ed8965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!--#set var="title" value="Projects" -->
<!--#include virtual="../includes/header.html" -->
<h2>Projects</h2>
<p>
The following is a list of projects that I maintain. All of these works are
freely-licensed and may be shared and modified under the terms of their
respective licenses. I offer my work with hope that some may find it useful,
but without any warranty. If it breaks, you're free to fix it (or find
someone who can) -- unlike the case with non-free software.
</p>
<!-- h3><a href="librcio/">libRCIO</a></h3 -->
<h3><a href="https://gitorious.org/librcio">libRCIO</a></h3>
<p>
A library written in ISO C to read and write UNIX-style run
control (configuration) files.
</p>
<!-- h3><a href="cowbell/">Cowbell</a></h3 -->
<h3><a href="https://gitorious.org/cowbell">Cowbell</a></h3>
<p>
"Curses, I'm up already!" A feature-packed alarm clock with a curses
interface.
</p>
<h3><a href="screen-batt/">screen-batt</a></h3>
<p>
A simple battery status indicator for GNU Screen.
</p>
<h3><a href="changelog-gen/">changelog-gen</a></h3>
<p>
A UNIX shell script to generate a change log from "CHANGE:" tags found in
Git commit messages.
</p>
<!-- h3><a href="hidrect/">HIDRECT (Human Interface Device Reverse Engineering
Capture Tool)</a></h3 -->
<h3><a href="https://gitorious.org/hidrect">HIDRECT (Human Interface Device Reverse Engineering
Capture Tool)</a></h3>
<p>
A simple event-based capture tool for human interface devices.
</p>
<!-- h3><a href="vhc/">VHC (Virtual Host Config)</a></h3 -->
<h3><a href="https://gitorious.org/vhc">VHC (Virtual Host Config)</a></h3>
<p>
A collection of scripts to manage hosted users, domains, Web roots, and
mailboxes.
</p>
<!-- h3><a href="testbuild/">testbuild</a></h3 -->
<h3><a href="http://odin1.pehjota.net/git/testbuild/">testbuild</a></h3>
<p>
A simple script to automate build testing for software managed with Git.
</p>
<h3><a href="cgol/">cgol (Curses Game of Life)</a></h3>
<p>
An implementation of Conway's Game of Life written in C and using the curses
interface.
</p>
<h3><a href="opkhelper/">opkhelper (opkg Build Helper Tools)</a></h3>
<p>
A set of programs to assist in building binary packages installable by the
lightweight package manager "opkg". These tools are inspired by
"debhelper", a similar set of programs written primarily by Joey Hess for
Debian. They are designed to build source packages that comply with draft
version 1.0 of
<a href="http://specs.os.pehjota.net/source-package-format-1.0.html">this source package format</a>.
</p>
<!--#include virtual="../includes/footer.html" -->
|