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

Robert Fuller software
Filter: All | Freeware | Demo
 

Robert Fuller

< 1 2 3 4 5 > 
Released: March 06, 2008  |  Added: March 10, 2008 | Visits: 3.629

Theseus and the Minotaur Play one of the world's most famous maze games! In Theseus and the Minotaur, you must guide Theseus through 87 mind twisting labyrinths to escape the dangerous Minotaur. Features: -85 unique levels -Great brain training puzzles -Unlimited undo history -Make your own mazes -Both...



Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 6.76 MB Download (180): Theseus and the Minotaur Download

Added: August 03, 2008 | Visits: 3.202

Berean BerBible BerBible is simplified Bible freeware oriented to non-scholars (such as children, missionaries, senior citizens, etc.) The learning curve is trivial because only the essentials functions are implemented: (search and verse reference lookup). The small 'StarterKit' download bundle...





Platforms: Windows

License: Freeware Size: 3.5 MB Download (511): Berean BerBible Download

Added: August 02, 2008 | Visits: 1.040

Dog Days Man's Best Friend! If you are a true dog lover, "Dog Days" is sure to be one of your favorite screensavers. "Dog Days" is filled with light hearted background music and inspiring quotes by Robert Frost, Lord Byron, and columnist Dave Barry. Whether you enjoy one breed or all breeds of dogs,...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.34 MB Download (97): Dog Days Download

Added: August 31, 2008 | Visits: 1.346

Love Saver An inspirational screensaver depicting beautiful scenes along with romantic poems and quotations over each image. Subtle animations also appear in each scene. The full version of the Love Saver screensaver offers 14 inspirational scenes with subtle animations in each one, soothing background...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.34 MB Download (98): Love Saver Download

Added: May 10, 2013 | Visits: 2.051

Gretl This is a cross-platform software package for econometric analysis, written in the C programming language. It is is free, open-source software. You may redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation. Features...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (2025): Gretl Download

Added: January 18, 2010 | Visits: 1.202

KZap KZap project is an addictive puzzle game based on Zoop. The object is to clear the blocks that quickly advance towards the center grid. The game is played by moving the triangle in the center of the screen and "zapping" the blocks in the surrounding grid. Blocks are added to the outer rows,...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (91): KZap Download

Added: January 07, 2010 | Visits: 741

BMUD BMUD project is a GNOME mud client. Its a GNOME/gtk+ mud client designed to make muds more enjoyable. Whats New in This Release: - Aliases (thanks Dan Tenner) - New networking code (thanks Robert Hansen) - Internationalization/localization (I think...) - New preferences dialog - Lots of...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (95): BMUD Download

Added: March 15, 2010 | Visits: 909

XML::EasySQL::XMLobj::Node XML::EasySQL::XMLobj::Node is a Perl module that contains a Node interface. Derived from a fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. METHODS makeNewNode( NEW_TAG ) Append a new element node to the current node. Takes the tag name as the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): XML::EasySQL::XMLobj::Node Download

Added: June 03, 2010 | Visits: 697

SGMLS SGMLS is a Perl class for postprocessing the output from the sgmls and nsgmls parsers. SYNOPSIS use SGMLS; my $parse = new SGMLS(STDIN); my $event = $parse->next_event; while ($event) { SWITCH: { ($event->type eq start_element) && do { my $element = $event->data; # An object of...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (92): SGMLS Download

Added: March 10, 2010 | Visits: 694

EPIC4 EPIC4 is a new direction in ircII development. No longer is EPIC 100% backwards compatable with ircII, but instead we have chosen to find those things where compatability is undesirable, and fix them. No gratuitous incompatabilities have been added, but lots of new code has been added to make...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (92): EPIC4 Download

Added: March 24, 2010 | Visits: 1.271

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: August 16, 2010 | Visits: 1.097

nrsTable nrsTable library is a JavaScript script that will allow a developer to create HTML tables from arrays. The tables can be automatically sorted simply by clicking on the heading. A lot of customization can be done for the tables, such as colors, pages, captions, and more. The following are some...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): nrsTable Download

Added: June 22, 2010 | Visits: 1.599

Audio Input-Output Library Audio Input-Output Library (libaio) is meant to solve the problem of differing digital audio platforms once and for all. JACK is unnecessarily complex for most applications, and while libaos support for file output is cool, it limits what the API can do and is therefore inadequate for any kind...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (225): Audio Input-Output Library Download

Added: October 13, 2010 | Visits: 1.235

audiokonverter audiokonverter is a small utility to easily convert from OGG, MP3, AAC, M4A, FLAC, WMA, RealAudio, Musepack, Wavpack, WAV and movies to MP3, OGG, M4A, WAV and FLAC in Konqueror by right-clicking on them. It needs oggenc, oggdec, faac, faad, flac, mplayer and lame to work. id3lib is optional for...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (172): audiokonverter Download

Added: September 25, 2010 | Visits: 957

Audio::Mad Audio::Mad is a Perl interface to the mad MPEG decoder library. SYNOPSIS use Audio::Mad qw(:all); my $stream = new Audio::Mad::Stream(); my $frame = new Audio::Mad::Frame(); my $synth = new Audio::Mad::Synth(); my $timer = new Audio::Mad::Timer(); my $resample = new...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Audio::Mad Download

Added: February 01, 2010 | Visits: 1.033

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: March 03, 2010 | Visits: 1.358

Geo::Inverse Geo::Inverse is a Perl module to calculate geographic distance from a lat & lon pair. SYNOPSIS use Geo::Inverse; my $obj = Geo::Inverse->new(); # default "WGS84" my ($lat1,$lon1,$lat2,$lon2)=(38.87, -77.05, 38.95, -77.23); my ($faz, $baz, $dist)=$obj->inverse($lat1,$lon1,$lat2,$lon2);...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (152): Geo::Inverse Download

Added: July 13, 2010 | Visits: 1.228

Camera_AXIS Camera_AXIS is a Java application for viewing images generated by an AXIS 2100 network camera. The camera generates a video stream in MJPG format. The java source code can be browsed online or downloaded in tgz format. The application uses the Base64 encoder from Robert Harder (distributed with...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (273): Camera_AXIS Download

Added: March 15, 2010 | Visits: 903

P4V Addins P4V Addins adds functionality to the Perforce P4V/P4Win GUI clients. It adds the ability to create a populated label in one step, the ability to display the last change list in each label, the ability to checkout a file to a specific pending change list, and the ability to save a copy of a...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (127): P4V Addins Download

Added: July 04, 2010 | Visits: 734

ProjectCenter ProjectCenter is GNUsteps integrated developement environment (IDE). It is based in part on NeXTs original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface. Serg Stoyan is the current...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (101): ProjectCenter Download

< 1 2 3 4 5 >