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.474.284 Times

Delta Waterfowl freeware
Filter: All | Freeware | Demo
 

Delta Waterfowl

< 1 2 3 4 5 > 
Added: May 03, 2006 | Visits: 5.181

CheatBook-DataBase`2001 CheatBook-DataBase 2001 is a freeware "cheat-codetracker" that makes hints and cheats (for PC-based games) easily accessible from one central location. If you're an avid PC gamer and want a few extra weapons or lives to survive until the next level,this freeware cheat database can come to...




License: Freeware Size: 1.9 MB Download (685): CheatBook-DataBase`2001 Download

Added: August 17, 2008 | Visits: 990

Rhinoback 2007 R2 Professional secure online data backup for small business and home computer owners. Your data is automatically encrypted and transmitted to secure offsite data storage facilities Protect critical data from virtually any disaster. Free for home computer users. Flexible plans for businesses to...





Platforms: Windows

License: Freeware Size: 18.55 KB Download (99): Rhinoback 2007 R2 Download

Added: August 06, 2008 | Visits: 1.199

Vembu StoreGrid Backup Software-Free Edn Vembu StoreGrid is a flexible feature packed data backup software that works with your existing hardware!StoreGrid can facilitate intranet, client-server & remote backups (supported in StoreGrid's Professional and Service Provider editions).StoreGrid's Free Edition is ideal for Home networks and...


Platforms: Windows, Mac, *nix

License: Freeware Size: 4.94 KB Download (94): Vembu StoreGrid Backup Software-Free Edn Download

Added: January 18, 2010 | Visits: 1.159

3ivx Filter Suite D4 3ivx is an MPEG-4 toolkit that supports MPEG-4 Video, MPEG-4 Audio and the MP4 file format. 3ivx D4 4.5 allows video and audio to be compressed to a fraction of its original size while maintaining high image quality. You can store over 2 hours of near DVD quality audio and video on a single...


Platforms: *nix

License: Freeware Download (161): 3ivx Filter Suite D4 Download

Added: January 18, 2010 | Visits: 2.240

PHP Online RPG PHP Online RPG project is an graphical online RPG. This RPG uses only the browser to create a vast world. The power of html tables allow us to create a graphical online rpg that is fast, and vivid. The only requirements are a browser and patience. As the world grows, its possible for the code...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (139): PHP Online RPG Download

Added: January 18, 2010 | Visits: 778

pytimeago pytimeago is a human-oriented representation of time deltas, a Python library. First, I shall define what time delta is. Since Δ generally means “difference”, we take time delta to stand for difference between two events in time. Quite common, however, is to have the current time for the...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (90): pytimeago Download

Added: January 11, 2010 | Visits: 999

Time::Skew Time::Skew is a Perl module that computes local clock skew with respect to a remote clock. SYNOPISI use Time::Skew # Init Convex Hull and timing data my $hull=[]; my $result={}; # Iterate data point introduction Time::Skew::convexhull($result,$datapoint,$hull); This module supports...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (100): Time::Skew Download

Added: June 14, 2010 | Visits: 918

Audio::MFCC Audio::MFCC is a Perl module for computing mel-frequency cepstral coefficients. SYNOPSIS use Audio::MFCC; my $fe = Audio::MFCC->init(%params) $fe->start_utt; my @ceps = $fe->process_utt($rawdata, $nsamps); my $leftover = $fe->end_utt; This module provides an interface to the Sphinx-II...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (138): Audio::MFCC Download

Added: November 14, 2010 | Visits: 1.236

Simulation::Sensitivity Simulation::Sensitivity is a general-purpose sensitivity analysis tool for user-supplied calculations and parameters. SYNOPSIS use Simulation::Sensitivity; $sim = Simulation::Sensitiviy->new( calculation => sub { my $p = shift; return $p->{alpha} + $p->{beta} } parameters => { alpha =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (130): Simulation::Sensitivity Download

Added: October 07, 2010 | Visits: 1.025

LibXDiff LibXDiff implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): LibXDiff Download

Added: August 04, 2010 | Visits: 1.066

AleVT AleVT is a teletext/videotext decoder and browser for the bttv driver (/dev/vbi) and X11. Theres nothing to configure. A simple make is all. If you do not want png support remove the WITH_PNG in the Makefile. Additionally, if you want a smaller font uncomment the "FONT=neep9" line. It gives you...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (113): AleVT Download

Added: November 19, 2010 | Visits: 960

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: June 22, 2010 | Visits: 741

ls4sweep ls4sweep should be used as helper for removing extra old daily-created backups. Sweeping policy consists from the set of records, where each record contains the count of intervals (or periods) and the length of one period (in days). ls4sweep checks creation or modification time of given files...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): ls4sweep Download

Added: April 23, 2010 | Visits: 910

EDelta EDelta is a fast XDelta-style binary differ, but optimized for executables which have a very systematic way of changing between versions. EDelta has not been thoroughly evaluated so far, but on one example (two versions of Vim) it produces a 30kB delta where XDelta needs 250kB. My personal use...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (128): EDelta Download

Added: May 22, 2010 | Visits: 1.455

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: October 22, 2010 | Visits: 1.211

SBaGen SBaGen generates sounds that give an altered state of consciousness. The theory behind binaural beats is that if you apply slightly different frequency sine waves to each ear, a beating affect is created in the brain itself, due to the brains internal wiring. If, in the presence of these tones,...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (133): SBaGen Download

Added: August 04, 2010 | Visits: 894

AI::NeuralNet::BackProp AI::NeuralNet::BackProp is a simple back-prop neural net that uses Deltas and Hebbs rule. SYNOPSIS use AI::NeuralNet::BackProp; # Create a new network with 1 layer, 5 inputs, and 5 outputs. my $net = new AI::NeuralNet::BackProp(1,5,5); # Add a small amount of randomness to the network...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (99): AI::NeuralNet::BackProp Download

Added: March 26, 2010 | Visits: 962

Statistics::GammaDistribution Statistics::GammaDistribution Perl module represents a gamma distribution. SYNOPSIS use Statistics::GammaDistribution; my $g = Statistics::GammaDistribution->new(); $g->set_order(8.5); print $g->rand(1.0); my @alpha = (0.5,4.5,20.5,6.5,1.5,0.5); my @theta = $g->dirichlet_dist(@alpha);...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Statistics::GammaDistribution Download

Added: April 06, 2010 | Visits: 1.335

DFA::Kleene DFA::Kleene is a Kleenes Algorithm for Deterministic Finite Automata. Calculates the "language" (set of words) accepted (= recognized) by a Deterministic Finite Automaton. SYNOPSIS use DFA::Kleene qw(initialize define_accepting_states define_delta kleene example); use DFA::Kleene...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (164): DFA::Kleene Download

Added: November 08, 2010 | Visits: 871

Statistics::PointEstimation Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation with Students T distribution. Statistics::PointEstimation::Sufficient - Perl module for computing the confidence intervals using sufficient statistics SYNOPSIS # example for...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Statistics::PointEstimation Download

< 1 2 3 4 5 >