finishes
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 379
niche.sh 0.1 Alpha
niche.sh is an experimental shell written in java and c. more>>
niche.sh is an experimental shell written in java and c.
It aims to:
- be platform neutral
- operate multiple machines
- provide a simple efficient command line
niche.sh was written purely out of interest, please try it if you like but dont expect a finished product!
The c component of the shell has been compiled for Linux, Windows, Solaris, Mac OSX and FreeBSD. Results may vary depending on the exact version of your os all the files for all platforms are contained in a single zip file.
<<lessIt aims to:
- be platform neutral
- operate multiple machines
- provide a simple efficient command line
niche.sh was written purely out of interest, please try it if you like but dont expect a finished product!
The c component of the shell has been compiled for Linux, Windows, Solaris, Mac OSX and FreeBSD. Results may vary depending on the exact version of your os all the files for all platforms are contained in a single zip file.
Download (0.42MB)
Added: 2007-07-24 License: Free To Use But Restricted Price:
823 downloads
DBD::Ingres 0.51
DBD::Ingres contains a DBI driver for Ingres database systems. more>>
DBD::Ingres contains a DBI driver for Ingres database systems.
SYNOPSIS
$dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0})
$sth = $dbh->prepare($statement)
$sth = $dbh->prepare($statement, {ing_readonly=>1})
$sth->execute
@row = $sth->fetchrow
$sth->finish
$dbh->commit
$dbh->rollback
$dbh->disconnect
...and many more
DBD::Ingres is a database driver for the perl DBI system that allows access to Ingres databases. It is built on top of the standard DBI extension and implements the methods that DBI requires.
This document describes the differences between the "generic" DBD and DBD::Ingres.
<<lessSYNOPSIS
$dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0})
$sth = $dbh->prepare($statement)
$sth = $dbh->prepare($statement, {ing_readonly=>1})
$sth->execute
@row = $sth->fetchrow
$sth->finish
$dbh->commit
$dbh->rollback
$dbh->disconnect
...and many more
DBD::Ingres is a database driver for the perl DBI system that allows access to Ingres databases. It is built on top of the standard DBI extension and implements the methods that DBI requires.
This document describes the differences between the "generic" DBD and DBD::Ingres.
Download (0.046MB)
Added: 2007-08-08 License: Perl Artistic License Price:
808 downloads
FSGuide 0.6
FSGuide is a web-based Norton Commander clone for advanced file management. more>>
FSGuide is a Norton Commander-clone for the web, which might be useful when you do not have shell access to your server, but want to perform various file operations. As a hosting provider, you can even give this tool to your hosting users, so they can access and modify their files through FSGuide - or you can use it yourself as a system administration tool.
Note: Due to the limitations of running scripts in server environment, you can reach only those files of the filesystem that are available to the web user (www-data or wwwrun used by Apache). In general, its much more than just the files and directories under document root!
Main features:
- user authentication (you can disable user authentication to use FSGuide without logging in)
- details of user access are configurable in a simple .ini file
- deeply customizable through its configuration file and the user.ini file, loads of peruser settings
- access control finetuning through access control lists in user ini file
- you can implement your own authentication module (eg. rdbms-based)
- two-panel display (supports sorting)
- directory bookmarks
- selecting files using checkboxes You can even "cross-copy" files between the two panels: after selecting files in both panels, just click the copy or move button - this way all the selected files are copied/moved to the other panel. If you click on the delete button, all the selected files in both panels are deleted.
- advanced file selection dialog (select files by regular expression, extension, extension group, permission, filesize, time)
- copying, moving, deleting files and directories even recursively
- renaming files or directories (only the first selected file)
- creating directories
- the file operations use no external commands (it helps multiplatform use)
- a one-line navigator on both panels. Clicking on parts of the navigator results in opening that subdirectory in the panel.
- downloading files (and optional bandwidth control mechanism)
- opening and displaying files:
- built-in detection for different filetypes (DOC, PDF, text, PHP, binary, etc.) by extension or contents
- displaying files depending on the result of the detection:
- files having .php and .inc extension are displayed using source highlight
- images files recognized by PHP are displayed as images: this helps a lot while organizing image files on a remote server (eg. if you use Windows).
- If there are no other special characters than #09 (tab), #10 (CR), #12 (page break), #13 (LF), the file is displayed as a simple textfile. The file is divided into 10000 characters long pages (you can use the "more" or "less" links to switch between pages)
- If there are other special characters in the file, or characters undefined in the ISO-8859-2 codepage, then the file is treated as a binary file. In this case the control characters, and ISO-8859-2s undefined characters (0x7f- 0x9f) are replaced with a dot (to avoid browsers displaying contents erroneously and to conform the HTML standard).
- file uploader:
- configurable number of files to upload at once
- you can configure any application to run after upload
- you can check to drop the original file when the application finishes
- file editor:
- plain text editor
- binary editor
- works under both Windows and Linux
- does not depend on third-party libraries or extensions and needs no RDBMS
- produces well-formatted, valid HTML 4.01 Transitional pages
- uses PHPs error messages to report errors of file operations (since the default messages contain all the important information about the errors). This will change in the future.
Enhancements:
- array_multisort bug fixed,
- added Spanish translation, thanks to Andres Barreto!
- advanced file compare dialog
- JavaScript confirmation before deleting files
- donations accepted through Kagi
<<lessNote: Due to the limitations of running scripts in server environment, you can reach only those files of the filesystem that are available to the web user (www-data or wwwrun used by Apache). In general, its much more than just the files and directories under document root!
Main features:
- user authentication (you can disable user authentication to use FSGuide without logging in)
- details of user access are configurable in a simple .ini file
- deeply customizable through its configuration file and the user.ini file, loads of peruser settings
- access control finetuning through access control lists in user ini file
- you can implement your own authentication module (eg. rdbms-based)
- two-panel display (supports sorting)
- directory bookmarks
- selecting files using checkboxes You can even "cross-copy" files between the two panels: after selecting files in both panels, just click the copy or move button - this way all the selected files are copied/moved to the other panel. If you click on the delete button, all the selected files in both panels are deleted.
- advanced file selection dialog (select files by regular expression, extension, extension group, permission, filesize, time)
- copying, moving, deleting files and directories even recursively
- renaming files or directories (only the first selected file)
- creating directories
- the file operations use no external commands (it helps multiplatform use)
- a one-line navigator on both panels. Clicking on parts of the navigator results in opening that subdirectory in the panel.
- downloading files (and optional bandwidth control mechanism)
- opening and displaying files:
- built-in detection for different filetypes (DOC, PDF, text, PHP, binary, etc.) by extension or contents
- displaying files depending on the result of the detection:
- files having .php and .inc extension are displayed using source highlight
- images files recognized by PHP are displayed as images: this helps a lot while organizing image files on a remote server (eg. if you use Windows).
- If there are no other special characters than #09 (tab), #10 (CR), #12 (page break), #13 (LF), the file is displayed as a simple textfile. The file is divided into 10000 characters long pages (you can use the "more" or "less" links to switch between pages)
- If there are other special characters in the file, or characters undefined in the ISO-8859-2 codepage, then the file is treated as a binary file. In this case the control characters, and ISO-8859-2s undefined characters (0x7f- 0x9f) are replaced with a dot (to avoid browsers displaying contents erroneously and to conform the HTML standard).
- file uploader:
- configurable number of files to upload at once
- you can configure any application to run after upload
- you can check to drop the original file when the application finishes
- file editor:
- plain text editor
- binary editor
- works under both Windows and Linux
- does not depend on third-party libraries or extensions and needs no RDBMS
- produces well-formatted, valid HTML 4.01 Transitional pages
- uses PHPs error messages to report errors of file operations (since the default messages contain all the important information about the errors). This will change in the future.
Enhancements:
- array_multisort bug fixed,
- added Spanish translation, thanks to Andres Barreto!
- advanced file compare dialog
- JavaScript confirmation before deleting files
- donations accepted through Kagi
Download (0.11MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1639 downloads
Waiho
Waiho is a simple FTP client for GNUstep, designed to be easy to use. more>>
Waiho is a simple FTP client for GNUstep, designed to be easy to use.
It is far from finished but is quite stable and usable.
1- Refactoring the code to use a Connections Pool
2- Use ftpparse library from DJ Bernstein instead of the current code
3- add correct support for symlinks
4- bookmark dialog
5- progression bar in the NSTableViews upload/download
6- add state line of the ftp dialog
7- directory deletion
8- directory transfert (recursive)
9- synchronisation between local/remote directories
10- resume (upload/download)
11- internationalization (french, etc.)
12- create a "ftp" service
Enhancements:
- Change the name of GSFTP to Waiho (means "to put something someplace, leave something" in Hawaiian) -- thanks to Brice Favre for the idea.
<<lessIt is far from finished but is quite stable and usable.
1- Refactoring the code to use a Connections Pool
2- Use ftpparse library from DJ Bernstein instead of the current code
3- add correct support for symlinks
4- bookmark dialog
5- progression bar in the NSTableViews upload/download
6- add state line of the ftp dialog
7- directory deletion
8- directory transfert (recursive)
9- synchronisation between local/remote directories
10- resume (upload/download)
11- internationalization (french, etc.)
12- create a "ftp" service
Enhancements:
- Change the name of GSFTP to Waiho (means "to put something someplace, leave something" in Hawaiian) -- thanks to Brice Favre for the idea.
Download (0.267MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1227 downloads
Cluster Installation Finishing Scripts 3.1.1
Cluster Installation Finishing Scripts is a post-installation adjustment system for compute nodes. more>>
The Finishing Scripts for Cluster Installations handle specific post-installation configuration that might not be convienent nor possible using existing cluster installation methods.
The usual installation process is used to build a reasonably configured node, and the system then reboots into normal mode, achieves network visibility, and executes the finishing script.
The finishing script handles all of the finer details of installing packaged or non-packaged software, tweaking installation, setting host/net specific parameters/files, etc. It is controlled via a single, easily modified script.
<<lessThe usual installation process is used to build a reasonably configured node, and the system then reboots into normal mode, achieves network visibility, and executes the finishing script.
The finishing script handles all of the finer details of installing packaged or non-packaged software, tweaking installation, setting host/net specific parameters/files, etc. It is controlled via a single, easily modified script.
Download (0.011MB)
Added: 2005-04-07 License: Artistic License Price:
1661 downloads
The Castle 0.7.0
The Castle is a first-person shooter (FPS) style game in a dark fantasy setting. more>>
The Castle is a first-person shooter (FPS) style game in a dark fantasy setting. Your main weapon is a sword, so the fight is mostly short-range. 3 main levels included, packed with creatures, items and sounds.
Also a bonus level, from a well-known 3D game, will be available to you from "New Game" menu once you finish the main game (you can also switch to this level from the debug menu, if youre impatient).
<<lessAlso a bonus level, from a well-known 3D game, will be available to you from "New Game" menu once you finish the main game (you can also switch to this level from the debug menu, if youre impatient).
Download (37MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
862 downloads
BF2PHPAdmin 1.0.0
BF2PHPAdmin project is a Web tool to control your Battlefield 2 servers. more>>
BF2PHPAdmin project is a Web tool to control your Battlefield 2 servers.
BF2phpadmin is a Web tool which lets you control your Battlefield2 server using your favorite Web browser.
You can host it anywere and access your BF2 server with the password set in the configuration file.
You can do things like kick, ban, unban, and more.
Enhancements:
- Version 1.0.0 finish
<<lessBF2phpadmin is a Web tool which lets you control your Battlefield2 server using your favorite Web browser.
You can host it anywere and access your BF2 server with the password set in the configuration file.
You can do things like kick, ban, unban, and more.
Enhancements:
- Version 1.0.0 finish
Download (0.091MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1057 downloads
lopster-tools 1.0
lopster-tools is a set of tools for use with Lopster that allows users to view statistics for download. more>>
lopster-tools is a set of tools for use with Lopster that allows users to view statistics for download and upload transfer, incomplete and finished files, how many MB are downloaded or uploaded, and the difference between down- and upload, amongst other features.
<<less Download (0.60MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1571 downloads
manix 0.5
manix is a window manager which aims to provide a full MacOS 8/9 interface, including an implementation of the Carbon API. more>>
manix is a window manager which aims to provide a full MacOS 8/9 interface, including an implementation of the Carbon API.
manix is using X11 as the graphical backend.
The window manager is not finished but should be useable. It will be part of the Manix Desktop which aims to implement the entire Mac OS 8/9 interface, without the hanging
and crashing of course.
Main features:
- Workspaces - currently fixed at 4, but will be settable in version 0.4
- Small and fast
Enhancements:
- Support for transient windows (modal dialogs), a new look for dialogs, and plain windows were added.
<<lessmanix is using X11 as the graphical backend.
The window manager is not finished but should be useable. It will be part of the Manix Desktop which aims to implement the entire Mac OS 8/9 interface, without the hanging
and crashing of course.
Main features:
- Workspaces - currently fixed at 4, but will be settable in version 0.4
- Small and fast
Enhancements:
- Support for transient windows (modal dialogs), a new look for dialogs, and plain windows were added.
Download (0.018MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1423 downloads
DBIx::Timeout 1.01
DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests. more>>
DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests.
The method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process.
The problem with using POSIX sigaction() is that it relies on unsafe signals to work. Unsafe signals are well known to cause instability. For example, imagine your DB client code is in the middle of updating some global state when the signal arrives. That global state could be left in an inconsitent state, just wait for the next time it is needed to cause problems. Since this will likely occur far from the cause, and only ocur rarely, it can be a very difficult problem to track down.
Instead, this module:
- Forks a child process which sleeps for $timeout seconds.
- Runs your long-running query in the parent process.
- If the parent process finishes first it kills the child and returns.
- If the child process wakes up it kills the parents DB thread and exits with a code so the parent knows it was timed out.
NOTE: After this call your database connection may be killed even if no timeout occurred. This is due to a race condition - the child may wake up just as parent process finishes. Patches addressing this bug are welcome. Until this is fixed you should be ready to reconnect after call_with_timeout().
<<lessThe method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process.
The problem with using POSIX sigaction() is that it relies on unsafe signals to work. Unsafe signals are well known to cause instability. For example, imagine your DB client code is in the middle of updating some global state when the signal arrives. That global state could be left in an inconsitent state, just wait for the next time it is needed to cause problems. Since this will likely occur far from the cause, and only ocur rarely, it can be a very difficult problem to track down.
Instead, this module:
- Forks a child process which sleeps for $timeout seconds.
- Runs your long-running query in the parent process.
- If the parent process finishes first it kills the child and returns.
- If the child process wakes up it kills the parents DB thread and exits with a code so the parent knows it was timed out.
NOTE: After this call your database connection may be killed even if no timeout occurred. This is due to a race condition - the child may wake up just as parent process finishes. Patches addressing this bug are welcome. Until this is fixed you should be ready to reconnect after call_with_timeout().
Download (0.006MB)
Added: 2006-09-22 License: Perl Artistic License Price:
1127 downloads
Time::Progress 1.2
Time::Progress Perl module contains elapsed and estimated finish time reporting. more>>
Time::Progress Perl module contains elapsed and estimated finish time reporting.
SYNOPSIS
# autoflush to get r working
$| = 1;
# get new `timer
my $p = new Time::Progress;
# restart and report progress
$p->restart;
sleep 5; # or do some work here
print $p->report( "done %p elapsed: %L (%l sec), ETA %E (%e sec)n", 50 );
# set min and max values
$p->attr( min => -2, max => -20 );
# restart `timer
$p->restart;
my $c;
for( $c = -2; $c >= -20; $c-- )
{
# print progress bar and percentage done
print $p->report( "eta: %E min, %40b %pr", $c );
sleep 1; # work...
}
# stop timer
$p->stop;
# report times
print $p->elapsed_str;
<<lessSYNOPSIS
# autoflush to get r working
$| = 1;
# get new `timer
my $p = new Time::Progress;
# restart and report progress
$p->restart;
sleep 5; # or do some work here
print $p->report( "done %p elapsed: %L (%l sec), ETA %E (%e sec)n", 50 );
# set min and max values
$p->attr( min => -2, max => -20 );
# restart `timer
$p->restart;
my $c;
for( $c = -2; $c >= -20; $c-- )
{
# print progress bar and percentage done
print $p->report( "eta: %E min, %40b %pr", $c );
sleep 1; # work...
}
# stop timer
$p->stop;
# report times
print $p->elapsed_str;
Download (0.010MB)
Added: 2007-07-28 License: Perl Artistic License Price:
818 downloads
Sin/Cos calculator
Sin/Cos calculator is a mathematical comand-line calculator. more>>
Sin/Cos calculator is a mathematical comand-line calculator.
I was chatting to this guy on IRC who was moaning about his homework. trying to write a program to do this in bash. I said youd be much better off doing it in C, and wrote this. Gave it to him the next day after theyd finished the chapter.
As it does both, theres two executables, it builds main() depending on preprocessor definition... more in the source file.
Compile with:
gcc -lm sin_rule.c -ansi -pedantic -DSINE_RULE -o sin-rule
./sin-rule
<<lessI was chatting to this guy on IRC who was moaning about his homework. trying to write a program to do this in bash. I said youd be much better off doing it in C, and wrote this. Gave it to him the next day after theyd finished the chapter.
As it does both, theres two executables, it builds main() depending on preprocessor definition... more in the source file.
Compile with:
gcc -lm sin_rule.c -ansi -pedantic -DSINE_RULE -o sin-rule
./sin-rule
Download (0.004MB)
Added: 2007-03-05 License: BSD License Price:
971 downloads
dvipng 1.9
dvipng makes PNG or GIF graphics from DVI files obtained from TeX and its relatives. more>>
This program makes PNG and/or GIF graphics from DVI files as obtained from TeX and its relatives.
If GIF support is enabled, GIF output is chosen by using the `dvigif binary or with the `--gif option.
dvipng is intended to produce anti-aliased screen-resolution images as fast as is possible. The target audience is people who need to generate and regenerate many images again and again. The primary target is the preview-latex (X)Emacs package, a package to preview formulas from within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see `http://www.gnu.org/software/auctex/#preview-latex.
Another example is WeBWorK, an internet-based method for delivering homework problems to students over the internet, giving students instant feedback as to whether or not their answers are correct, see `http://webwork.math.rochester.edu.
Other applications may also benefit, like web applications as latex2html and WYSIWYG editors like LyX.
Main features:
- Speed. It is a very fast bitmap-rendering code for DVI files. On a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. This makes dvipng suitable for generating large amounts of images on-the-fly, as needed in preview-latex, WeBWorK and others.
- It does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI.
- Interactive query of options. dvipng can read options interactively through stdin, and all options are usable. It is even possible to change the input file through this interface.
- Supports PK, VF, PostScript Type1, and TrueType fonts, color specials and simple PostScript inclusion specials.
- and more...
<<lessIf GIF support is enabled, GIF output is chosen by using the `dvigif binary or with the `--gif option.
dvipng is intended to produce anti-aliased screen-resolution images as fast as is possible. The target audience is people who need to generate and regenerate many images again and again. The primary target is the preview-latex (X)Emacs package, a package to preview formulas from within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see `http://www.gnu.org/software/auctex/#preview-latex.
Another example is WeBWorK, an internet-based method for delivering homework problems to students over the internet, giving students instant feedback as to whether or not their answers are correct, see `http://webwork.math.rochester.edu.
Other applications may also benefit, like web applications as latex2html and WYSIWYG editors like LyX.
Main features:
- Speed. It is a very fast bitmap-rendering code for DVI files. On a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. This makes dvipng suitable for generating large amounts of images on-the-fly, as needed in preview-latex, WeBWorK and others.
- It does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI.
- Interactive query of options. dvipng can read options interactively through stdin, and all options are usable. It is even possible to change the input file through this interface.
- Supports PK, VF, PostScript Type1, and TrueType fonts, color specials and simple PostScript inclusion specials.
- and more...
Download (0.15MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1080 downloads
La-Nai 1.2.14-patch
La-Nai is a CMS-like system that has basic modules, blocks, and templates. more>>
La-Nai is a CMS-like system that has basic modules, blocks, and templates.
The project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
<<lessThe project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
Download (1.5MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
806 downloads
Tk::Wizard::Installer 1.9451
Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard. more>>
Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard.
use Tk::Wizard::Installer 1.932;
my $wizard = new Tk::Wizard::Installer( -title => "Installer Test", );
$wizard->addDownloadPage(
-wait => undef,
#-on_error => sub { ... },
-no_retry => 1,
-files => {
http://www.cpan.org/ => ./cpan_index1.html,
http://www.cpan.org/ => ./cpan_index2.html,
http://www.leegoddard.net => ./author.html,
},
);
$wizard->addPage( sub {
return $wizard->blank_frame(
-title=>"Finished",
-subtitle => "Please press Finish to leave the Wizard.",
-text => ""
);
});
$wizard->Show;
MainLoop;
This module makes the first moves towards a Tk::Wizard extension to automate software installation, primarily for end-users, in the manner of Install Sheild.
If you are looking for a freeware software installer that is not dependant upon Perl, try Inno Setup - http://www.jrsoftware.org/. Its so good, even Microsoft have been caught using it.
<<lessuse Tk::Wizard::Installer 1.932;
my $wizard = new Tk::Wizard::Installer( -title => "Installer Test", );
$wizard->addDownloadPage(
-wait => undef,
#-on_error => sub { ... },
-no_retry => 1,
-files => {
http://www.cpan.org/ => ./cpan_index1.html,
http://www.cpan.org/ => ./cpan_index2.html,
http://www.leegoddard.net => ./author.html,
},
);
$wizard->addPage( sub {
return $wizard->blank_frame(
-title=>"Finished",
-subtitle => "Please press Finish to leave the Wizard.",
-text => ""
);
});
$wizard->Show;
MainLoop;
This module makes the first moves towards a Tk::Wizard extension to automate software installation, primarily for end-users, in the manner of Install Sheild.
If you are looking for a freeware software installer that is not dependant upon Perl, try Inno Setup - http://www.jrsoftware.org/. Its so good, even Microsoft have been caught using it.
Download (0.060MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1019 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 finishes 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