211536 2003 rr11
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 169
ogg2mp3 2006-08-31
ogg2mp3 takes a list of OGG Vorbis formatted files and converts them to mp3 format. more>>
ogg2mp3 takes a list of OGG Vorbis formatted files and converts them to mp3 format. ogg2mp3 project is useful when you want to transfer OGG encoded files to a device which doesnt support the format (e.g. an iPod).
Each file specified on the command line is converted to a file with the same name except the ``.ogg at the end is replaced with ``.mp3. The new file is created in the current working directory unless otherwise specified with the --output-directory option.
By default, ogg2mp3 prints one line of output per file processed (printing it as the processing of that file starts) as follows:
processing 1 / 10 : 01_big_exit.ogg -> ./01_big_exit.mp3
Where 01_big_exit.ogg is the first of ten files to be processed (1 / 10), and the output file is called ./01_big_exit.mp3.
This behaviour can be modified using the --quiet and --verbose options.
OPTIONS:
Note that all command line options may be abbreviated to the shortest unique version, e.g. --output-directory can be shortened to -o because there are no other options beginning with -o. However, to see the version, at least --vers is required since there is also the --verbose option, thus ``vers is the shortest unique abbreviation of ``version.
--debug n
Set the debugging level to n. Ranges from 0 to 10, 10 being really verbose, 0 being just warnings (the default).
--id3-tags or --noid3-tags
Specify that you want (or not) ID3 tags to be copied into the MP3 file.
--force-overwrite
If an output .mp3 file already exists, overewrite it without prompting (the default is to skip such files and issue a warning).
--help
Show a brief command line help message and exit.
--output-directory dir
Tell ogg2mp3 to create the .mp3 files in the directorry dir instead of the current directory.
--prefix prefix
Prefix all output filenames with prefix.
--quiet
Dont print output unless there is an error.
--suffix suffix
Append suffix to all output filenames just before the .mp3 extension.
--verbose
If --quiet is not spcified, this switch increases the amount of information displayed as each file is processed. The extra information details the ID3 tags found in the source file.
--version
Print the program name and version and exit.
EXAMPLES:
Example 1
$ ogg2mp3 echo.ogg got_two_legs.ogg pripple_ipple.ogg
processing 1 / 3 : echo.ogg -> ./echo.mp3
processing 2 / 3 : got_two_legs.ogg -> ./got_two_legs.mp3
processing 3 / 3 : pripple_ipple.ogg -> ./pripple_ipple.mp3
This command will create three new files: echo.mp3, got_two_legs.mp3, and pripple_ipple.mp3 in mp3 format in the current directory.
Example 2
$ ogg2mp3 -o /media/ipod my_song.ogg
processing 1 / 1 : my_song.ogg -> /media/ipod/my_song.mp3
This command creates the file my_song.mp3 in the directory /media/ipod.
Example 3
$ ls *.ogg
track_01.ogg track_02.ogg track_03.ogg
$ ogg2mp3 -o /tmp --verbose *.ogg
processing 1 / 3 : track_01.ogg -> /tmp/track_01.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Am I Wry? No
tracknumber => 1
processing 2 / 3 : track_02.ogg -> /tmp/track_02.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => 156
tracknumber => 2
processing 3 / 3 : track_03.ogg -> /tmp/track_03.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Snow Brigade
tracknumber => 3
As you can see, adding the --verbose option turns on display of ID3 tags.
<<lessEach file specified on the command line is converted to a file with the same name except the ``.ogg at the end is replaced with ``.mp3. The new file is created in the current working directory unless otherwise specified with the --output-directory option.
By default, ogg2mp3 prints one line of output per file processed (printing it as the processing of that file starts) as follows:
processing 1 / 10 : 01_big_exit.ogg -> ./01_big_exit.mp3
Where 01_big_exit.ogg is the first of ten files to be processed (1 / 10), and the output file is called ./01_big_exit.mp3.
This behaviour can be modified using the --quiet and --verbose options.
OPTIONS:
Note that all command line options may be abbreviated to the shortest unique version, e.g. --output-directory can be shortened to -o because there are no other options beginning with -o. However, to see the version, at least --vers is required since there is also the --verbose option, thus ``vers is the shortest unique abbreviation of ``version.
--debug n
Set the debugging level to n. Ranges from 0 to 10, 10 being really verbose, 0 being just warnings (the default).
--id3-tags or --noid3-tags
Specify that you want (or not) ID3 tags to be copied into the MP3 file.
--force-overwrite
If an output .mp3 file already exists, overewrite it without prompting (the default is to skip such files and issue a warning).
--help
Show a brief command line help message and exit.
--output-directory dir
Tell ogg2mp3 to create the .mp3 files in the directorry dir instead of the current directory.
--prefix prefix
Prefix all output filenames with prefix.
--quiet
Dont print output unless there is an error.
--suffix suffix
Append suffix to all output filenames just before the .mp3 extension.
--verbose
If --quiet is not spcified, this switch increases the amount of information displayed as each file is processed. The extra information details the ID3 tags found in the source file.
--version
Print the program name and version and exit.
EXAMPLES:
Example 1
$ ogg2mp3 echo.ogg got_two_legs.ogg pripple_ipple.ogg
processing 1 / 3 : echo.ogg -> ./echo.mp3
processing 2 / 3 : got_two_legs.ogg -> ./got_two_legs.mp3
processing 3 / 3 : pripple_ipple.ogg -> ./pripple_ipple.mp3
This command will create three new files: echo.mp3, got_two_legs.mp3, and pripple_ipple.mp3 in mp3 format in the current directory.
Example 2
$ ogg2mp3 -o /media/ipod my_song.ogg
processing 1 / 1 : my_song.ogg -> /media/ipod/my_song.mp3
This command creates the file my_song.mp3 in the directory /media/ipod.
Example 3
$ ls *.ogg
track_01.ogg track_02.ogg track_03.ogg
$ ogg2mp3 -o /tmp --verbose *.ogg
processing 1 / 3 : track_01.ogg -> /tmp/track_01.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Am I Wry? No
tracknumber => 1
processing 2 / 3 : track_02.ogg -> /tmp/track_02.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => 156
tracknumber => 2
processing 3 / 3 : track_03.ogg -> /tmp/track_03.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Snow Brigade
tracknumber => 3
As you can see, adding the --verbose option turns on display of ID3 tags.
Download (0.010MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
684 downloads
SOT 2003
SOT is a Finnish distribution geared toward the desktop user, both home and office. more>>
SOT, formerly named "Best Linux", is a Finnish distribution geared toward the desktop user, both home and office. SOT includes an office suite, multimedia applications, games, and more.
SOT Office, also linked to below, is a free office software suite based on OpenOffice for both Linux and Windows (not a standalone distribution).
<<lessSOT Office, also linked to below, is a free office software suite based on OpenOffice for both Linux and Windows (not a standalone distribution).
Download (650MB)
Added: 2005-04-05 License: GPL (GNU General Public License) Price:
1666 downloads
delfin 20030216
delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux. more>>
delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux.
Have you ever gone out to find a hardware to create contemporary music (Hip-hop, Jungle, Techno, ...) with considerable price? Did you know that you can use your humble computer to do the same job?
And then a sampler needs lots of memory, so you got to spend more quids upgrading it. The sound quality of delfin and its actual interface doesn't come near that of a real harware sampler, but it might become a full-grown, all-mighty, powerful sea singer.
Instructions:
- In the delfin directory just type: install.sh
- This will move the delfin executable to any of your binary paths.
Enhancements: 16-02-2003
- It has grown a little bit in size, but it is much modular now.
- The on-line help will be a big surprise for all of you who didn't understand how to work with delfin.
- Added a test module, Discrete Fourier Transform, that can be used as equalizer.
Requirements:
- Linux with soundcard
- ncurses library
- gcc compiler
Added: 2006-07-21 License: Freeware Price: FREE
1 downloads
guile-ldap 2003.11.03
guile-ldap is an extension for GNU Guile providing bindings to the OpenLDAP client library. more>>
guile-ldap is an extension for GNU Guile providing bindings to the OpenLDAP client library. With this library, your Guile Scheme programs can search for information on LDAP servers.
The library does not yet support LDAP operations to modify data on the server; let me know if you have a need for that, or any other missing LDAP features.
Installation:
slashpackage is a good thing. You can read more about it here. If you dont already have /package, create it (on any filesystem you like, as long as its accessible by the name “/package”):
# mkdir -p /usr/local/package
# ln -s /usr/local/package /
# chmod +t /package/.
Then run sp-install:
# sp-install guile-ldap-VERSION.tar.bz2
Or, if you like to do things manually, unpack the tarball and run package/install:
# cd /package
# bunzip2 < /path/to/guile-ldap-VERSION.tar.bz2 |
> tar -xpf -
# cd data/guile-ldap-VERSION
# package/install
Read package/README and package/INSTALL for more detailed instructions.
<<lessThe library does not yet support LDAP operations to modify data on the server; let me know if you have a need for that, or any other missing LDAP features.
Installation:
slashpackage is a good thing. You can read more about it here. If you dont already have /package, create it (on any filesystem you like, as long as its accessible by the name “/package”):
# mkdir -p /usr/local/package
# ln -s /usr/local/package /
# chmod +t /package/.
Then run sp-install:
# sp-install guile-ldap-VERSION.tar.bz2
Or, if you like to do things manually, unpack the tarball and run package/install:
# cd /package
# bunzip2 < /path/to/guile-ldap-VERSION.tar.bz2 |
> tar -xpf -
# cd data/guile-ldap-VERSION
# package/install
Read package/README and package/INSTALL for more detailed instructions.
Download (0.019MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1065 downloads
OOPS 0.2003
OOPS is Object Oriented Persistent Store. more>>
OOPS is Object Oriented Persistent Store.
SYNOPSIS
use OOPS;
transaction(sub {
$oops = new OOPS
dbi_dsn => $DBI_DSN,
username => $username,
password => $password,
table_prefix => "MY";
$oops->commit;
$oops->{my_1st_bit_of_data} = a scalar;
$oops->{my_2nd_bit_of_data} = { A => hash };
$oops->{my_3rd_bit_of_data} = [ qw(An Array) ];
$oops->{my_4rd_bit_of_data} = a reference to a scalar, ref, hash, or array ];
my $old_value = $oops->{multiple}{level}{dereference};
my $object = $oops->load_object($integer_object_id);
my $dbh = $oops->dbh();
$oops->workaround27555($reference);
my $was_virtual = $oops->virtual_object(%{$oops->{some}{hash}, [ $new_value ]);
});
my $ref = getref(%hash, key)
The goal of OOPS is to make perl objects transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too large for memory. Objects will be demand-loaded into memory as they are accessed. All changes to your object hierarchy will be saved with a single commit().
Full transactional consistency is the only operational mode. Either all of your changes are saved or none of them are. While your program runs, you will see a consistent view of the data: no other running transactions will change the data you see. If another transaction changes data that you are using then at least one of the transactions must abort. OOPS will die() to abort the transaction.
OOPS maps all perl objects to the same RDBMS schema. No advance schema definition is required on the part of the user of OOPS. The name of the package (OOPS) comes from the realization that perls data model is much more complicated than I initially understood. Internally, the RDBMS schema uses four tables: a table of objects, a table of attributes (keys and values), a table of large attributes that big the normal column widths, and a table of counters.
At this time, OOPS is expecting a web-like work flow:
create OOPS instance
access some objects
modify some objects
commit
exit
If you need more than one transaction in a program, create more than one OOPS instance.
To make your data persistent, make a reference to your data from the OOPS object. To later retrieve your data, simply access it through the OOPS object.
<<lessSYNOPSIS
use OOPS;
transaction(sub {
$oops = new OOPS
dbi_dsn => $DBI_DSN,
username => $username,
password => $password,
table_prefix => "MY";
$oops->commit;
$oops->{my_1st_bit_of_data} = a scalar;
$oops->{my_2nd_bit_of_data} = { A => hash };
$oops->{my_3rd_bit_of_data} = [ qw(An Array) ];
$oops->{my_4rd_bit_of_data} = a reference to a scalar, ref, hash, or array ];
my $old_value = $oops->{multiple}{level}{dereference};
my $object = $oops->load_object($integer_object_id);
my $dbh = $oops->dbh();
$oops->workaround27555($reference);
my $was_virtual = $oops->virtual_object(%{$oops->{some}{hash}, [ $new_value ]);
});
my $ref = getref(%hash, key)
The goal of OOPS is to make perl objects transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too large for memory. Objects will be demand-loaded into memory as they are accessed. All changes to your object hierarchy will be saved with a single commit().
Full transactional consistency is the only operational mode. Either all of your changes are saved or none of them are. While your program runs, you will see a consistent view of the data: no other running transactions will change the data you see. If another transaction changes data that you are using then at least one of the transactions must abort. OOPS will die() to abort the transaction.
OOPS maps all perl objects to the same RDBMS schema. No advance schema definition is required on the part of the user of OOPS. The name of the package (OOPS) comes from the realization that perls data model is much more complicated than I initially understood. Internally, the RDBMS schema uses four tables: a table of objects, a table of attributes (keys and values), a table of large attributes that big the normal column widths, and a table of counters.
At this time, OOPS is expecting a web-like work flow:
create OOPS instance
access some objects
modify some objects
commit
exit
If you need more than one transaction in a program, create more than one OOPS instance.
To make your data persistent, make a reference to your data from the OOPS object. To later retrieve your data, simply access it through the OOPS object.
Download (0.29MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
822 downloads
SPRINT May 24 2003
SPRINT is an emulator of the Peters Plus super-Speccy, the Sprinter. more>>
SPRINT is an emulator of the Peters Plus super-Speccy, the Sprinter. SPRINT is using Fuses Z80 core for its CPU emulation.
We emulate OS Estex as interface to real OS of emulator. We dont emulate SPECTRUM mode yet, but its possible in the future. We developed this project in C++ for using object-oriented technique and portability.
Default video mode is 640x480 with 256 colors. If you have any problems with this mode, edit SPRINT.INI file. Now you may use windowed mode for SDL version of SPRINT. Developed for WIN9X (SDL+DirectX), MS-DOS (DOS4GW), LINUX (svgalib) and LINUX (SDL+X11).
SUPPORTED FUNCTIONS:
At present, a number of supported functions is not too big, namely:
Accelerator: all
Bios (RST #08):
#81,#82,#83,#84,#85,#86,#87,#88,#89,#8A,#8B,#8C,#8D,#8E,
#A1,#A4,#C0,#C1,#C2,#C3,#C4,#C5,#C6,#C7,#EF
Estex (RST #10):
#01,#02,#0A,#0B,
#11,#12,#13,#14,#15,#19,#1A,#1D,#1E,#21,
#30,#31,#32,#33,#35,#37,#38,#39,#3A,#3B,#3C,#3D,#3E,
#40,#41,
#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#5A,#5B,#5C
else jump to real SYSTEM.DOS
Mouse (RST #30):
#00,#03
<<lessWe emulate OS Estex as interface to real OS of emulator. We dont emulate SPECTRUM mode yet, but its possible in the future. We developed this project in C++ for using object-oriented technique and portability.
Default video mode is 640x480 with 256 colors. If you have any problems with this mode, edit SPRINT.INI file. Now you may use windowed mode for SDL version of SPRINT. Developed for WIN9X (SDL+DirectX), MS-DOS (DOS4GW), LINUX (svgalib) and LINUX (SDL+X11).
SUPPORTED FUNCTIONS:
At present, a number of supported functions is not too big, namely:
Accelerator: all
Bios (RST #08):
#81,#82,#83,#84,#85,#86,#87,#88,#89,#8A,#8B,#8C,#8D,#8E,
#A1,#A4,#C0,#C1,#C2,#C3,#C4,#C5,#C6,#C7,#EF
Estex (RST #10):
#01,#02,#0A,#0B,
#11,#12,#13,#14,#15,#19,#1A,#1D,#1E,#21,
#30,#31,#32,#33,#35,#37,#38,#39,#3A,#3B,#3C,#3D,#3E,
#40,#41,
#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#5A,#5B,#5C
else jump to real SYSTEM.DOS
Mouse (RST #30):
#00,#03
Download (0.54MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
foocache 2003-10-20
foocache provides a simple PHP4 caching system with tidy support. more>>
foocache provides a simple PHP4 caching system with tidy support.
foocache is a simple caching system for PHP4 which optionally uses HTML-tidy to clean up the generated HTML Code.
Instead of processing the whole page, a cachefile is loaded, assuming that it exists and is younger than a defined age.
The name of the cache file is generated with the MD5 sum of the Request URI and the HTML post variables. foocache also can highlight (search)strings in the output.
Enhancements:
- Fixed small bug with regexp quoting on searchstring highlight
<<lessfoocache is a simple caching system for PHP4 which optionally uses HTML-tidy to clean up the generated HTML Code.
Instead of processing the whole page, a cachefile is loaded, assuming that it exists and is younger than a defined age.
The name of the cache file is generated with the MD5 sum of the Request URI and the HTML post variables. foocache also can highlight (search)strings in the output.
Enhancements:
- Fixed small bug with regexp quoting on searchstring highlight
Download (0.010MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
939 downloads
SDLJoytest 11-10-2003
SDLJoytest project is a SDL-based joystick testing program for X11. more>>
SDLJoytest project is a SDL-based joystick testing program for X11.
SDLJoytest is a program that allows users to select from all joysticks found on the system (with SDL), and then test that selected joystick or other game controller.
<<lessSDLJoytest is a program that allows users to select from all joysticks found on the system (with SDL), and then test that selected joystick or other game controller.
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
Iometer 2006-07-27 RC3
Iometer is an I/O performance analysis tool. more>>
As the Iometer Users Guide says, Iometer is an I/O subsystem measurement and characterization tool for single and clustered systems.
Iometer was originally developed by the Intel Corporation and announced at the Intel Developers Forum (IDF) on February 17, 1998 - since then it got wide spread within the industry.
Meanwhile Intel has discontinued to work on Iometer and it was given to the Open Source Development Lab (OSDL). In November 2001, a project was registered at SourceForge.net and an initial drop was provided.
Since the relaunch in February 2003, the project is driven by an international group of individuals who are continuesly improving, porting and extend the product.
The tool (Iometer and Dynamo executable) is distributed under the terms of the Intel Open Source License. The iomtr_kstat kernel module as well as other future independent components are distributed under the terms of the GNU Public License.
<<lessIometer was originally developed by the Intel Corporation and announced at the Intel Developers Forum (IDF) on February 17, 1998 - since then it got wide spread within the industry.
Meanwhile Intel has discontinued to work on Iometer and it was given to the Open Source Development Lab (OSDL). In November 2001, a project was registered at SourceForge.net and an initial drop was provided.
Since the relaunch in February 2003, the project is driven by an international group of individuals who are continuesly improving, porting and extend the product.
The tool (Iometer and Dynamo executable) is distributed under the terms of the Intel Open Source License. The iomtr_kstat kernel module as well as other future independent components are distributed under the terms of the GNU Public License.
Download (0.077MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1153 downloads
Pathan 2.0.0 Beta
Pathan is an XPath processing library. more>>
Pathan is an XPath processing library. Pathan library is written in C++, and uses the Xerces-C DOM XML Parser by the Apache Foundation.
The Pathan project incorporates Pathan 1, implementing the W3C XPath 1 recommendation, and Pathan 2, implementing the W3C XPath 2 draft specification.
Pathan has been developed jointly by DecisionSoft, Sleepycat Software , Stylus Studio and Parthenon Computing .
Pathan 2 aims for XPath 2 compliance.
The beta release is conformant to the the November 2003 release of the specification. It conforms to the February 2004 publication of the W3C DOM Level 3 XPath working note.
<<lessThe Pathan project incorporates Pathan 1, implementing the W3C XPath 1 recommendation, and Pathan 2, implementing the W3C XPath 2 draft specification.
Pathan has been developed jointly by DecisionSoft, Sleepycat Software , Stylus Studio and Parthenon Computing .
Pathan 2 aims for XPath 2 compliance.
The beta release is conformant to the the November 2003 release of the specification. It conforms to the February 2004 publication of the W3C DOM Level 3 XPath working note.
Download (7.8MB)
Added: 2006-03-22 License: BSD License Price:
1312 downloads
BrlSpeak 07-10-2003
BrlSpeak is a Braille and Speech Mini-Distribution of GNU/Linux more>>
A mini-distribution for the blind. Has options for installation of drivers for braille devices or for speech synthesis support.
Too many blind computer users believe that only M$ OSes are accessible for them with braille or speech: this is not the case! There are alternatives, and one of them is GNU/Linux.
If you are looking for a free, powerful, blindfriendly, stable, open source, network-enabled, multi tasking, multi user and commandline-minded OS, then you must absolutely learn more about the GNU/Linux system
Main features:
- Installable on a FAT partition without having to repartition the hard disk
- No longer UMSDOS as by the past but in a loopback
- No longer Slack-based but Debian-based
- Available in 3 versions: basic (mini), braille and vocal (= braille + some speech applications)
Version restrictions:
- Speech support during installation
- A full functional speech support
- Conversion to real EXT partition
Currently supported braille-display types are:
- al ALva
- bl BrailleLite
- bn BrailleNote
- cb CombiBraille
- ec ECobraille
- eu EUrobraille
- ht HandyTech
- lt LogText
- b MultiBraille
- md MDv
- mn MiNibraille
- pm PapenMeier
- ts TSi
- va #VArio
- vd ViDeobraille
- vh Vario-Ht
- vs ViSiobraille
<<lessToo many blind computer users believe that only M$ OSes are accessible for them with braille or speech: this is not the case! There are alternatives, and one of them is GNU/Linux.
If you are looking for a free, powerful, blindfriendly, stable, open source, network-enabled, multi tasking, multi user and commandline-minded OS, then you must absolutely learn more about the GNU/Linux system
Main features:
- Installable on a FAT partition without having to repartition the hard disk
- No longer UMSDOS as by the past but in a loopback
- No longer Slack-based but Debian-based
- Available in 3 versions: basic (mini), braille and vocal (= braille + some speech applications)
Version restrictions:
- Speech support during installation
- A full functional speech support
- Conversion to real EXT partition
Currently supported braille-display types are:
- al ALva
- bl BrailleLite
- bn BrailleNote
- cb CombiBraille
- ec ECobraille
- eu EUrobraille
- ht HandyTech
- lt LogText
- b MultiBraille
- md MDv
- mn MiNibraille
- pm PapenMeier
- ts TSi
- va #VArio
- vd ViDeobraille
- vh Vario-Ht
- vs ViSiobraille
Download (173MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
blinkperl 2003-03-02
blinkperl provides a telnet server which plays a blinkenlights movie. more>>
blinkperl provides a telnet server which plays a blinkenlights movie.
blinkperl is a telnet server (written in Perl) which plays a random (ASCII-Art) Blinkenlights-Movie if a telnet client connects.
In a properly configured system, you do not need a usual telnet server (because of the plaintext password transmission, ssh is better and uses another port), so why not play ASCII-Art Movies on the telnet port?
<<lessblinkperl is a telnet server (written in Perl) which plays a random (ASCII-Art) Blinkenlights-Movie if a telnet client connects.
In a properly configured system, you do not need a usual telnet server (because of the plaintext password transmission, ssh is better and uses another port), so why not play ASCII-Art Movies on the telnet port?
Download (0.066MB)
Added: 2007-03-27 License: Academic Free License (AFL) Price:
944 downloads
yahoo2mbox 0.23
yahoo2mbox is a small Perl script which retrieves all messages from a mailing list archive at Yahoo! Groups. more>>
yahoo2mbox is a small Perl script which retrieves all messages from a mailing list archive at Yahoo! Groups (there is a missing copyright sign somewhere here probably). yahoo2mbox stores them into a local file in MBOX which is recognized by all Unix mail readers and good many of other ones.
If you dont know what Yahoo! Groups are, you probably dont need this program. But if you want to search through the existing archive using your favourite MUA instead of Yahoo interface as I did you might like it.
Other interesting features include support for localized and age-restricted Yahoo groups. Unfortunately, automatic address unmangling doesnt work any more (as of December 2003 and probably before) because of a change in Yahoo address presentation algorithm.
<<lessIf you dont know what Yahoo! Groups are, you probably dont need this program. But if you want to search through the existing archive using your favourite MUA instead of Yahoo interface as I did you might like it.
Other interesting features include support for localized and age-restricted Yahoo groups. Unfortunately, automatic address unmangling doesnt work any more (as of December 2003 and probably before) because of a change in Yahoo address presentation algorithm.
Download (0.009MB)
Added: 2006-10-20 License: Public Domain Price:
1099 downloads
Libsigc++ 2.1.1
Libsigc++ is a callback framework for C++. more>>
libsigc++ implements a full callback system for use in abstract interfaces and general programming. libsigc++ is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object.
It contains adaptor classes for connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
Main features:
- Compile time typesafe callbacks (faster than run time checks)
- Typesafety violations report line number correctly with template names (no tracing template failures into headers)
- No compiler extensions or meta compilers required
- Proper handling of dynamic objects and signals (deleted objects will not cause seg faults)
- Extendable API at any level: signal, slot, connection and trackable
- Extensions do not require alteration of basic components
- User definable accumulators
- A variety of adaptors to change the callback signature: bind, hide, retype, compose and lambda call groups
- Various compilers and platforms are supported: gcc, cygwin, mingw32, MS .NET 2003, Sun Forte C++, Compaq C++, Intel C++
libsigc++ is known to build and work with the following compilers:
- g++ (>= 3.2, including Apple and Cygwin versions)
- Microsoft Visual C++ .NET 2003
- Intel C++ compiler
- SUN Forte C++ CC
- IBM AIX xlC
- Tru64 C++
- IRIX MIPSpro
<<lessIt contains adaptor classes for connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
Main features:
- Compile time typesafe callbacks (faster than run time checks)
- Typesafety violations report line number correctly with template names (no tracing template failures into headers)
- No compiler extensions or meta compilers required
- Proper handling of dynamic objects and signals (deleted objects will not cause seg faults)
- Extendable API at any level: signal, slot, connection and trackable
- Extensions do not require alteration of basic components
- User definable accumulators
- A variety of adaptors to change the callback signature: bind, hide, retype, compose and lambda call groups
- Various compilers and platforms are supported: gcc, cygwin, mingw32, MS .NET 2003, Sun Forte C++, Compaq C++, Intel C++
libsigc++ is known to build and work with the following compilers:
- g++ (>= 3.2, including Apple and Cygwin versions)
- Microsoft Visual C++ .NET 2003
- Intel C++ compiler
- SUN Forte C++ CC
- IBM AIX xlC
- Tru64 C++
- IRIX MIPSpro
Download (2.1MB)
Added: 2007-08-14 License: LGPL (GNU Lesser General Public License) Price:
490 downloads
PlumpOS 7.0 pre2
PlumpOS is a CD-based mini-openMosix/Linux distribution. more>>
PlumpOS is a CD-based mini-openMosix/Linux distribution. Pop the CD into a 586+ computer and you have an instant openMosix node. It supports loading 3rd-party packages and adding custom kernels.
It was originally a clone of Clump/os, but it turned into a complete rewrite. Version 6.9 RC1 was released March 27, 2003. Version 7.0-pre3 was released March 16, 2004.
<<lessIt was originally a clone of Clump/os, but it turned into a complete rewrite. Version 6.9 RC1 was released March 27, 2003. Version 7.0-pre3 was released March 16, 2004.
Download (93MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1619 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 211536 2003 rr11 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed