Artikulate is a pronunciation learning program for KDE.
CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right
now, it is a very simple library, but sufficient for dealing with all of the
.chm files I've come across. Due to the fairly well-designed indexing built
into this particular file format, even a small library is able to gain
reasonably good performance indexing into ITSS archives.
This is Msgcat, a small Perl modules for systems which support the XPG4
message catalog functions : catopen(3), catgets(3) and catclose(4).
You need perl 5.004 or later to use this library.
You install the library by running these commands:
perl Makefile.PL
make
make test
make install
Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>.
All files contained in this installation are Copyright (C) 1997 C. Wolfhugel
unless otherwise specified. All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
chord2html is a small Perl script to convert CHORD input files (the .chopro
files in OLGA) to HTML. The HTML files are similar to the PostScript documents
produced by CHORD; chord2html reads a text file containing the lyrics and
chords of a song to produce a page with chord names above the words and a
graphical representation of the chords at the end of the songs.
Translations for cinnamon desktop
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages.
cloc contains code from David Wheeler's SLOCCount and Damian Conway and
Abigail's Perl module Regexp::Common.
CMatrix - show a scrolling 'Matrix' like screen (curses based)
CMatrix by default operates in 'eye candy' mode. It must be aborted with
control-c. If you wish for more of a 'screen saver' effect, you must
specify -s on the command line. For usage, use cmatrix -h.
If you have any suggestions/flames/patches to send, please feel free to
do so. Please do not critique my code, I know I'm a hack ;-) I just got
the urge to write this one evening, and decided to see how fast I could do
it. It's probably not particularly portable or efficient, but I'm pretty
sure it wont hog *too* much CPU time.
This software is provided under the GNU GPL. I am in no way affiliated
in any way with the movie 'The Matrix', just a big fan.
Colortail works like the standard tail but it can optionally read
a color config file where it's specified expressions that results
in colors. It can be used to quickly get an overview of interesting
activity by ie. colorize those brightred or some other color of
your choose.
colwide is a Perl script which displays either 80 or specified number of hash
(#) characters on the screen. Can be useful to determine terminal width.
Test::Dir - test directory attributes
FUNCTIONS
dir_exists_ok
Ok if the directory exists, and not ok otherwise.
dir_not_exists_ok
Ok if the directory does not exist, and not ok otherwise.