Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.240 Times

Wise freeware
Filter: All | Freeware | Demo
 

Wise

< 1 2 3 4 5 > 
Added: July 01, 2010 | Visits: 843

Math::NoCarry Math::NoCarry is a Perl extension for no carry arithmetic. SYNOPSIS use Math::NoCarry; my $sum = Math::NoCarry::add( 123, 456 ); my $difference = Math::NoCarry::subtract( 123, 456 ); my $product = Math::NoCarry::multiply( 123, 456 ); No carry arithmetic doesnt allow you to carry... Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::NoCarry Download

Added: March 07, 2010 | Visits: 1.269

Xmp 2.0.4 / Xmp is a free module player for UNIX distributed under the terms of the GNU GPL. The project runs on Linux 2.0 and 2.2 (using ALSA and OSS), S/Linux, Solaris 2.5 and HP-UX 9, and has been also reported to work in OpenBSD, FreeBSD, Linux/Alpha and Digital UNIX (an experimental driver for IRIX is... Platforms: *nix

License: Freeware Size: 348.16 KB Download (98): Xmp 2.0.4 / Download

Added: November 13, 2010 | Visits: 908

Gtkedit1 Gtkedit1 is a notepad clone based on GTK+. Gtkedit1 is a simple editor, written using the GTK+ 1.2 toolkit. It aims to be (in that order) light, useful and simple (source code-wise).. Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Gtkedit1 Download

Added: May 01, 2010 | Visits: 1.051

GO::TermFinder GO::TermFinder is a Perl module that can identify GO nodes that annotate a group of genes with a significant p-value. This package is intended to provide a method whereby the P-values of a set of GO annotations can be determined for a set of genes, based on the number of genes that exist in the... Platforms: *nix

License: Freeware Size: 860.16 KB Download (101): GO::TermFinder Download

Added: September 25, 2010 | Visits: 1.087

BioBrew Linux BioBrew Linux is an open source Linux distribution that is enhanced for life scientists. It is customized for cluster and bioinformatics computing. It automates cluster installation, includes all the HPC software a cluster enthusiast needs, and contains popular bioinformatics applications.... Platforms: *nix

License: Freeware Size: 1.93 GB Download (120): BioBrew Linux Download

Added: September 16, 2010 | Visits: 1.286

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: November 20, 2010 | Visits: 1.144

Cultivation Cultivation is a unique game that explores conflict and cooperation in a gardening community. Cultivation explores the social interactions within a gardening community. You lead one family of gardeners, starting with a single individual, and wise choices can keep your genetic line from... Platforms: *nix

License: Freeware Size: 1.8 MB Download (96): Cultivation Download

Added: September 14, 2010 | Visits: 1.047

Bcrypt Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well. In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage. Installation: If youre so... Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): Bcrypt Download

Added: January 26, 2010 | Visits: 986

Network Leak Finder Netleak is a collection of small perlscripts that detects connectivity between network segments. It is mostly useful to detect "leaks" in large organizations that have private networks physically separated from the Internet. Imagine some large corporation which has an internal development LAN... Platforms: *nix

License: Freeware Size: 18.43 KB Download (95): Network Leak Finder Download

Added: August 17, 2010 | Visits: 1.472

Ultra NES Manager Ultra NES Manager (UNM) is an application for managing "Nintendo Entertainment System" ROM files. It is also a frontend for "tuxnes" emulator. It provides fast acces to your NES files, and helps you to set up "tuxnes" easily. Usage: UNM stores all your NES files in one directory... Platforms: *nix

License: Freeware Size: 41.98 KB Download (127): Ultra NES Manager Download

Added: November 26, 2010 | Visits: 772

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: November 04, 2010 | Visits: 852

mod_chroot You dont need to create a special directory hierarchy containing /dev, /lib, /etc... Why chroot? For security. chroot(2) changes the root directory of a process to a directory other than "/". It means the process is locked inside a virtual filesystem root. If you configure your chroot jail... Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): mod_chroot Download

Added: August 23, 2010 | Visits: 1.416

MZL & Novatech TrafficStatistic Linux Server The MZL & Novatech TrafficStatistic Linux Server collects IP usage statistics from the network interfaces of the system on which it is installed. It will store the IP data records, and the Traffic Statistic Report Service will create HTML reports from these records. The MZL & Novatech... Platforms: *nix

License: Freeware Size: 2.3 MB Download (102): MZL & Novatech TrafficStatistic Linux Server Download

Added: March 14, 2010 | Visits: 895

Pilot-QOF Pilot-QOF converts Palm databases to queriable objects. A Palm database record is an instance of the object, called an Entity. Objects are collated to form one data source, called books, that can contain any number of different objects - depending on the application running QOF. Pilot-QOF... Platforms: *nix

License: Freeware Size: 409.6 KB Download (85): Pilot-QOF Download

Added: April 22, 2010 | Visits: 1.010

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or... Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.057

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found... Platforms: *nix

License: Freeware Size: 194.56 KB Download (90): Math::BigInt Download

Added: October 07, 2010 | Visits: 1.115

eProxy eProxy software is an SMTP proxy server framework specially designed for use in conjunction with Postfix version 2.1 and higher. However, it does also work as a frontend proxy however security wise I trust on the postfix smtpd. What can eProxy be used for? It is very fast and utilizes... Platforms: *nix

License: Freeware Size: 7.17 KB Download (106): eProxy Download

Added: March 06, 2010 | Visits: 769

TIJmp TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it will not work on java/5 systems. If you need a profiler for java/5 or earlier try the jmp profiler. TIJmp is written to be fast and have a small footprint, both memory- and cpu-wise. This means that the jvm will run at... Platforms: *nix

License: Freeware Size: 348.16 KB Download (100): TIJmp Download

Added: September 22, 2010 | Visits: 719

barvinok barvinok library can count the number of integer points in parametrized and non-parametrized polytopes. For parametrized polytopes an explicit function in the shape of a piece-wise step-polynomial is constructed. This is a generalization of both Ehrhart quasi-polynomials and vector partition... Platforms: *nix

License: Freeware Size: 399.36 KB Download (94): barvinok Download

Added: January 16, 2010 | Visits: 971

67-80-85, the openCPU 67-80-85, the openCPU project is a simulation of a simple and efficient open CPU called 67-80-85. After quite some time of hard labour, I finished to implement a milestone of a simulation of an open CPU, called 67-80-85 (ASCII for CPU), which I somewhat had in my mind for quite some time. It... Platforms: *nix

License: Freeware Size: 101.38 KB Download (94): 67-80-85, the openCPU Download

< 1 2 3 4 5 >