linux 1.01
MoJoServo for Linux 1.01
Backup individual Web Pages or an entire Web site. more>> Backup individual Web Pages or an entire Web site.
- Browse Web Content to Select Only the Files you want
- Download Everything with the click of a button.
- Settings for Password Protected Content and Proxy Server
Management*<<less
Max Dice Roller - Linux 1.01
Max Dice is a simple dice rolling utility for games. more>>
Max Dice is a simple dice rolling utility for use on Windows and Linux systems You may enter your information in one of two places. You may enter in the text box or by moving the slider to the left or right correlating to the field you are adjusting.
Here are the definitions of each of the fields
1. Dice to roll ? This field determines how many dice that the program will roll for you. (1- one dice, 2-two dice, up to as many dice as you need to roll)
2. Size of dice ? This field determines the size of the dice (i.e. standard dice = 6, this would decide what the maximum number would be,)
3. Maxed dice ? This field determines the number of dice to set at the maximum level. (For example if you are rolling 5 dice, and you want 3 at max always, set at 3.)
4. Tossed dice ? This field determines the number of low dice that you will throw out. This will eliminate this number of low throws from the total.
5. Reroll ? high. This will cause all dice that are rolled at this number or higher to be rolled again.
6. Reroll ? low. This will cause all dice that are rolled at this number or lower to be rolled again.
Sjinn 1.01
S-Jinn is a free open-source Linux application written in C. more>>
Popular Linux communications packages like Minicom are easy-to-use, but are primarily designed to work with modems, PCs, and other standard equipment. They typically lack support for all of the possible combinations of UART communication settings required by RS-232 test, measurement, and control devices on the market.
Many popular communications packages lack command-line support. Some provide scripting languages, but S-Jinn frees you from these application-specific languages. S-Jinn allows you to manipulate your data from your favorite Unix shell and/or scripting language whether it be Bash, Python, Perl, Expect, or you name it.
Main features:
- Control RS-232 DTR and RTS lines from the command-line and optionally display DTR, RTS, CTS & DSR status
- Send control characters (i.e. the NULL character)
- Send values in hex
- Specify read length
- Display the read buffer in ASCII, hex or ASCII-over-hex.
- Program & display coded/programmable delay times
- Supports virutally all baud rates, parity, and data lengths found in standard PC UARTS
- Output Formats: Wrap text, truncate lines, add, display, or supress trailing new lines
It is not designed to be used for serial communications with modems or for use as a terminal emulator. There are a large number of free open-source applications available that are much better suited to those functions. S-Jinn is written to work with RS-232 based data acquisition equipment such as: Multimeters, A/D modules , D/A modules, digital inidicators, gauge multiplexers, temperature sensors, humidity sensors, etc.
Enhancements:
- The code was cleaned up to fix compilation issues with some new versions of GCC.
PLD Linux 2.0
PLD Linux is a Polish Linux distribution. more>>
The distribution is being developed in Poland by Poles however, we would like users from all around the world to use it.
The PLD Linux Team has released the first official stable version on November, 22, 2002.
Linux::Inotify2 1.01
Linux::Inotify2 is a scalable directory/file change notification. more>>
SYNOPSIS
Callback interface
use Linux::Inotify2;
# create a new object
my $inotify = new Linux::Inotify2
or die "Unable to create new inotify object: $!";
# for Event:
Event->io (fd =>$inotify->fileno, poll => r, cb => sub { $inotify->poll });
# for Glib:
add_watch Glib::IO $inotify->fileno, in => sub { $inotify->poll };
# manually:
1 while $inotify->poll;
# add watchers
$inotify->watch ("/etc/passwd", IN_ACCESS, sub {
my $e = shift;
my $name = $e->fullname;
print "$name was accessedn" if $e->IN_ACCESS;
print "$name is no longer mountedn" if $e->IN_UNMOUNT;
print "$name is gonen" if $e->IN_IGNORED;
print "events for $name have been lostn" if $e->IN_Q_OVERFLOW;
# cancel this watcher: remove no further events
$e->w->cancel;
});
Streaming Interface
use Linux::Inotify2 ;
# create a new object
my $inotify = new Linux::Inotify2
or die "Unable to create new inotify object: $!" ;
# create watch
$inotify->watch ("/etc/passwd", IN_ACCESS)
or die "watch creation failed" ;
while () {
my @events = $inotify->read;
unless (@events > 0) {
print "read error: $!";
last ;
}
printf "maskt%dn", $_->mask foreach @events ;
}
This module implements an interface to the Linux 2.6.13 and later Inotify file/directory change notification sytem.
It has a number of advantages over the Linux::Inotify module:
- it is portable (Linux::Inotify only works on x86)
- the equivalent of fullname works correctly
- it is better documented
- it has callback-style interface, which is better suited for
integration.
lupengo 1.01
lupengo project is a classic arcade game. more>>
lupengo is the most famous arcade game involving penguins, now without penguins, for one or two players (team).
An Amiga version is also available.
Libckpt 1.01
Libckpt is a portable checkpointing tool for Unix. more>>
Libckpt implements most optimizations that have been proposed to improve the performance of checkpointing.
Additionally, it implements "user-directed" checkpointing, a new optimization unique to Libckpt.
BU Linux 4.6
BU Linux is based on Fedora Core Linux, but specifically tailored for the BU environment. more>>
BU Linux is based on Fedora Core Linux, but specifically tailored for the BU environment. Weve added security updates, made modifications to make software work better with the way things are set up here, and added some applications that we think you might like to have. For details, see the FAQ.

EKG For Linux 1.0.25
EKG is a simple yet powerful key more>> EKG is a simple yet powerful key (password) generator whose only purpose is to help you create really complex passwords.<<less
xmemo 1.01
xmemo is a small X Windows desktop memo. more>>
A memo can be sent to other machines running xmemo, IPMsg or Oboegaki.
Enhancements:
- [New] Presence/Absence mode.
- [New] Pass some command line parameters to XtAppInitialize.
- [New] GNU like installation ( configure, make, make install ).
- [Change] Process of memo data file when the xmemo starts up.

Kiwiana for Linux 1.0
A well drawn small collection of cool New Zealand-themed icons more>> A well drawn small collection of cool New Zealand-themed icons - Make sure to check out the kiwis!<<less
MURIX Linux 2.6.19
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs. more>>
Since you build it from source, MURIX should function on almost any hardware.
Sproxy 1.01
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege. more>>
It is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU autotools.
PLATFORM SUPPORT
Sproxy was written on GNU/Linux and should run on all platforms that support perl. It has been successfully tested on recent releases of Solaris, HP-UX and AIX.
Enhancements:
- This version adds GNU/autotools support for the configuration and build.
- It is designed to detect dependencies and dynamically configure the application to fit the environment.
- It bundles all necessary perl modules for the convenience of the user.
-
Trinacria Linux 2.0
Trinacria Linux is a new Italian distribution based on KNOPPIX. more>>
Trinacria Linuxs primary target markets are the Italian office users and Linux beginners.
