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

Evolving Robotic Operatives 1 01 software
Filter: All | Freeware | Demo
 

Evolving Robotic Operatives 1 01

< 1 2 3 4 5 > 
Added: March 16, 2010 | Visits: 1.246

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta Download

Added: April 17, 2010 | Visits: 940

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: February 09, 2010 | Visits: 1.083

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: April 22, 2010 | Visits: 1.022

Clarion Clarion is a Perl extension for reading CLARION data files. ABSTRACT This is a perl module to access CLARION 2.1 files. At the moment only read access to the files are provided by this package. "Encrypted" files are processed transparently, you do not need to specify the password of a file....


Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Clarion Download

Added: January 04, 2010 | Visits: 1.246

Filler in Java Filler in Java project is a graphical game where you occupy coloured hexes by changing colours. Its strengths are better computer players, internationalisability, and cross-platform deployability. Installing In the top directory (same directory as this file), run make. That will build a jar...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (114): Filler in Java Download

Added: January 17, 2010 | Visits: 1.437

openPlaG openPlaG is an online function graph plotter, written in PHP. This application can compute and plot a very high amount of functions, including many probability functions and is fairly good configurable. Instructions: To run the program, youll need access to a web server with PHP 4 or 5 and...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): openPlaG Download

Added: October 20, 2010 | Visits: 1.272

MP3::PodcastFetch MP3::PodcastFetch is a Perl module to fetch and manage a podcast subscription. SYNOPSIS use MP3::PodcastFetch; my $feed = MP3::PodcastFetch->new(-base => /tmp/podcasts, -rss => http://www.npr.org/rss/podcast.php?id=500001 -rewrite_filename => 1, -upgrade_tag => auto); $feed->fetch_pods;...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): MP3::PodcastFetch Download

Added: May 06, 2010 | Visits: 972

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: October 06, 2010 | Visits: 627

Sub::Timebound Sub::Timebound is a Perl extension for timebound computations. SYNOPSIS use Sub::Timebound; sub fun { my $i = shift; if ($i =~ /7$/) { die "Simulated internal errorn"; } while ($i) { $i--; } return "All is well"; } my $x = timeboundretry(10, 3, 5, &fun, 10); ### Returns { value...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Sub::Timebound Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: July 17, 2010 | Visits: 1.400

openWYSIWYG openWYSIWYG is a cross-browser WYSIWYG editor packed with every rich-text editing feature you need to make your content management system or custom Web application that much better. openWYSIWYG project easy easy to set up, and you can quickly turn any text area into a powerful WYSIWYG editor...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (114): openWYSIWYG Download

Added: October 05, 2010 | Visits: 734

Aftershock Aftershock project is a Gopher server. Aftershock is an Open Source, freely-available Gopher server. It is written to the standard set forth in RFC 1436, and as such, should be fully interoperable with all existing Gopher clients, including Netscape, Mosaic, UMN Gopher, and Mozilla....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (100): Aftershock Download

Added: July 27, 2010 | Visits: 962

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: November 22, 2010 | Visits: 1.050

What What is a Perl module to find out about running services. SYNOPSIS $what = What->new( Host => my.domain.org, Port => 28, ); $what->mta; $what->mta_version; $what->mta_banner; The What class is interface to classes providing information about running services. What::MTA is the only...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): What Download

Added: August 23, 2010 | Visits: 952

MACTS MACTS project is a traffic shaper that uses MAC addresses which are associated with users to classify traffic. This allows fair usage of bandwidth among many machines. Additionally, there is a statistics monitor which displays current statistics on the terminal or stores them in round robin...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): MACTS Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 557

3D Virtual Maze 3D Virtual Maze, version 1.01, is a challenging 3D virtual reality game that will stimulate your mind by exercising your memory and visual spatial perception. Your objective is to find the maze exit located on an outer wall by navigating through the multiple passages and rooms inside the maze....


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2.5 MB Download (56): 3D Virtual Maze Download

Added: May 21, 2013 | Visits: 400

janaf.m function out=janaf(prop, spec, T) | Version 1.01 --------------------------------------------------------------------- Calculates JANAF curve fit according to JANAF virial equation Output is calculated in SI-units prop = 'c' for standard state specific heat = 'h' for standard state enthalpy = 's'...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): janaf.m Download

Released: September 23, 2014  |  Added: March 09, 2015 | Visits: 449

RTF to HTML DLL .Net RTF-to-HTML DLL .Net is a .NET component which allows you to efficiently convert. The new version is 100% compatible with Windows 8 RTF to HTML. Platform-independent, it also offers support for various formatting options, preserving the styles and layouts of your original RTF files. The...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $239.00 USD Size: 5.94 MB Download (37): RTF to HTML DLL .Net Download

Added: August 30, 2008 | Visits: 1.295

AddressBook Organise your contact information, homepage/email hyperlinks with (visual prompt) Image display. Launch Secure Message/BlaizChat with individualised private password.This version AddressBook will not overwrite previous Version 1.01 Features: *Hyperlinks - Email and Homepage - Personal and...


Platforms: Windows

License: Freeware Size: 404 KB Download (121): AddressBook Download

Added: August 20, 2008 | Visits: 1.369

RAM Defragmenter Now you can defrag the RAM memory, that isn`t freed up properly and only takes up space (lowering your PC`s efficiency), as well as your hard drive.Thus you can defrag the RAM memory with RAM Defragmenter 1.01, which not only deletes temporary and unnecessary residuals that have been left there,...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 1024 B Download (175): RAM Defragmenter Download

< 1 2 3 4 5 >