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

Hal Higdon Running freeware
Filter: All | Freeware | Demo
 

Hal Higdon Running

< 1 2 3 4 5 > 
Added: July 24, 2010 | Visits: 697

Gnus Gnus is a flexible message reader running under GNU Emacs. Gnus supports reading and composing both news and mail. In addition, it is able to use a number of web-based sources as inputs for its groups. The main Gnus goal is to provide the user with an efficient and extensible interface towards... Platforms: *nix

License: Freeware Size: 2.4 MB Download (95): Gnus Download

Added: November 19, 2010 | Visits: 1.017

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide... Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

Added: February 01, 2010 | Visits: 680

POE::Component::DebugShell POE::Component::DebugShell is a component to allow interactive peeking into a running POE application. SYNOPSIS use POE::Component::DebugShell; POE::Component::DebugShell->spawn(); This component allows for interactive peeking into a running POE application. spawn() creates a ReadLine... Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): POE::Component::DebugShell Download

Added: January 26, 2010 | Visits: 996

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Added: July 04, 2010 | Visits: 994

SNMP::Info::Layer3::Aironet SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $aironet = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to... Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): SNMP::Info::Layer3::Aironet Download

Added: February 05, 2010 | Visits: 992

BoardGame Tool BoardGame Tool provides a C++ front-end/Python back-end for running board games. It features an easy and flexible interface to interact with the players and has transparent support for network or AI-controlled games. Through a clear XML interface, games elements can be specified. Using an... Platforms: *nix

License: Freeware Download (92): BoardGame Tool Download

Added: July 22, 2013 | Visits: 844

Testar Testar is a tool designed to reduce the time spent running Java unit tests. It runs on top of JUnit and automatically selects individual tests to run based on what tests previously succeeded and what changes you have made to your code since then. Platforms: *nix

License: Freeware Size: 92.16 KB Download (88): Testar Download

Added: November 12, 2010 | Visits: 1.189

NeoMail NeoMail project is a web-based mail client which can be installed on any UNIX mail server that is also running a web server. With thousands of installations worldwide, anyone who has used their share of webmail has probably used NeoMail at some point. In fact, theres a good chance that you... Platforms: *nix

License: Freeware Size: 552.96 KB Download (125): NeoMail Download

Added: February 22, 2010 | Visits: 832

PresbyterySite PresbyterySite is software for running a presbytery Web site. The project tries to present your presbyterys information in groupings that are most useful to your site visitors and to streamline the work of your clerk. PresbyterySite is composed of plugins for the Joomla content management... Platforms: *nix

License: Freeware Download (93): PresbyterySite Download

Added: August 19, 2010 | Visits: 782

PennMUSH PennMUSH is a MUD server that is often used for running social or role-playing games, with an extensive internal programming language. A mud ("multi-user dungeon") is a form of textual virtual reality program. A mud server is a computer program which maintains a world database containing... Platforms: *nix

License: Freeware Size: 1.2 MB Download (96): PennMUSH Download

Added: March 20, 2010 | Visits: 1.366

PC-BSD 1.3.01 / 1.4 PC-BSD distribution has as its goals to be an easy-to-install-and-use desktop operating system, based on FreeBSD. To accomplish this, it currently has a graphical installation, which will enable even UNIX novices to easily install and get it running. It will also come with KDE pre-built, so... Platforms: *nix

License: Freeware Size: 691 MB Download (101): PC-BSD 1.3.01 / 1.4 Download

Added: November 19, 2010 | Visits: 1.132

ARAnyM 0.9.5 ARAnyM comes from Atari Running on Any Machine and is virtual machine software for running the Atari ST/TT/Falcon OS. It is a virtual machine software for running the Atari ST/TT/Falcon operating systems (TOS, FreeMiNT, MagiC and others) and TOS/GEM applications on any kind of hardware - be it... Platforms: *nix

License: Freeware Size: 1.4 MB Download (106): ARAnyM 0.9.5 Download

Added: September 03, 2010 | Visits: 1.070

Phantomix Live CD Phantomix is a Knoppix based Operating System running on a CD drive without using the hard drive. Phantomix Live CD is configured to use the Tor and Privoxy software for anonymous internet communication. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC,... Platforms: *nix

License: Freeware Size: 700.2 MB Download (163): Phantomix Live CD Download

Added: April 22, 2010 | Visits: 1.256

SecPanel SecPanel serves as a graphical user interface for managing and running SSH (Secure Shell) and SCP (Secure Copy) connections. SecPanel is not a new implementation of the SecureShell protocol or the ssh software-suite. SecPanel sits on top of SSH software-suites and supports the all ssh... Platforms: *nix

License: Freeware Size: 62.46 KB Download (127): SecPanel Download

Added: September 21, 2010 | Visits: 1.367

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl... Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: July 14, 2010 | Visits: 922

APCComm APCComm is a program which enables transfering files between an Amiga and a PC running GNU/Linux using a LapLink cable. Its fast (up to 38 KByte/s), easy to use (no configuration needed) and there is a GUI for the amiga. APCComm can transfer files and directories so it can be used for easy... Platforms: *nix

License: Freeware Size: 184.32 KB Download (110): APCComm Download

Added: September 06, 2010 | Visits: 1.263

GNOME Power Manager 2.18.3 / GNOME Power Manager gets all information from HAL using information from org.freedesktop.Hal. GNOME Power Manager does not do independent probing for data, it relies on HAL, in this way it can stay very lightweight and uncomplicated. GNOME Power Manager goal is to be architecture neutral and free... Platforms: *nix

License: Freeware Size: 2.6 MB Download (117): GNOME Power Manager 2.18.3 / Download

Added: March 18, 2010 | Visits: 831

Camero Camero is a three-part system for creating and running webcam portals. It is made of a daemon, an admin tool, and a portal CGI. Camero 3.2 comes with the following components: camero.py The daemon. This component is what runs in the background, checking the cams, archiving images and updating... Platforms: *nix

License: Freeware Size: 53.25 KB Download (94): Camero Download

Added: May 20, 2010 | Visits: 1.770

mpt-status mpt-status is a query tool for accessing the running configuration and status of LSI SCSI HBAs. mpt-status is a heavily modified version of the original mpt-status-1.0 tool written by Matt Braithwaite. It allows you to monitor the health and status of your RAID setup. Currently supported and... Platforms: *nix

License: Freeware Size: 32.77 KB Download (149): mpt-status Download

Added: June 18, 2010 | Visits: 1.069

ffsearch-LiveCD ffsearch-LiveCD is a modified Knoppix-Linux with Fast File Search running on top of it. This way, no installation is required! You can download an Iso, burn it on CD, put the disc in you CD-drive and boot it up. It crawls the net for SMB and FTP shares and provides you with a web interface for... Platforms: *nix

License: Freeware Size: 194.2 MB Download (104): ffsearch-LiveCD Download

< 1 2 3 4 5 >