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

Registers freeware
Filter: All | Freeware | Demo
 

Registers

< 1 2 3 4 5 > 
Added: July 17, 2010 | Visits: 805

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: April 23, 2010 | Visits: 815

mpserv Mpserv is an architecture for playing MP3s distributed throughout a LAN or high-speed WAN. The core is the server which houses a database of song titles available through the network. Clients connect to this server and request songs to be played on the stereo connected to the server machine....





Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): mpserv Download

Added: September 03, 2010 | Visits: 1.405

Hardware::iButton Hardware::iButton is a Perl module that allows to talk to DalSemi iButtons via a DS2480 serial widget. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "family: ",$b->family(), "serial number: ",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): Hardware::iButton Download

Added: March 18, 2010 | Visits: 1.199

Hardware::iButton::Device Hardware::iButton::Device is a Perl object to represent iButtons. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "id: ", $b->id(), ", reg0: ",$b->readreg(0),"n"; } This module talks to iButtons...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Hardware::iButton::Device Download

Added: January 10, 2010 | Visits: 1.335

MP3::Album::Layout::Fetcher MP3::Album::Layout::Fetcher is a Perl extension to manage fetchers of album layouts. This module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers. The fetcher modules are called by...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): MP3::Album::Layout::Fetcher Download

Added: July 06, 2010 | Visits: 1.264

Java RAM Interpreter JAM - Java RAM Interpreter simulates Random Access Machines (RAMs). A RAM is a theoretical computer model with an unlimited number of registers of unlimited size and a programming language similar to Assembly. It is used in the book "Theoretische Informatik" by Klaus W. Wagner. Many things...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (113): Java RAM Interpreter Download

Added: March 18, 2010 | Visits: 1.003

Stoq Stoq is a software project aimed at creating a complete suite of applications for retail business management. Stoq currently includes: - a store front application to register sales; - a backend data manager with product, customers, system users, and suppliers catalogs, and reports of sales...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (124): Stoq Download

Added: November 01, 2010 | Visits: 1.021

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: February 06, 2010 | Visits: 841

LibSysCTr LibSysCTr is a utility library that can be used to intercept system call functions on a Linux system. Process monitoring and sandboxing are just two of the potential usages of LibSysCTr. Internally the LibSysCTr library uses the ptrace(2) functionalities by monitoring and reporting events to...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (89): LibSysCTr Download

Added: June 21, 2010 | Visits: 863

XML::DB::DatabaseManager XML::DB::DatabaseManager is an approximation to the XML:DB DatabaseManager. SYNOPSIS use XML::DB::DatabaseManager; my $driver = Xindice; my $url = http://localhost:4080; eval{ $dbm = new XML::DB::DatabaseManager(); $dbm->registerDatabase($driver); $col =...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): XML::DB::DatabaseManager Download

Added: October 03, 2010 | Visits: 1.003

Parse::Nibbler Parse::Nibbler is Perl module to parse huge files using grammars written in pure perl. Create a parser object using the ->new method. This method is provided by the Parse::Nibbler module and should not be overridden. The main functionality of the Parse::Nibbler module is the Register...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): Parse::Nibbler Download

Added: April 04, 2010 | Visits: 1.815

xajax 0.5 Beta xajax project is an open source PHP class library for easily creating powerful PHP-driven, web-based AJAX Applications. Using xajax, you can asynchronously call PHP functions and update the content of your webpage without reloading the page. xajax is designed to be easy to implement. To keep...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (103): xajax 0.5 Beta Download

Added: October 21, 2010 | Visits: 854

Gtk2::Ex::MindMapView::Connection Gtk2::Ex::MindMapView::Connection is a Perl module to draw connections between view items. HEIRARCHY Glib::Object +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Shape +----Gnome2::Canvas::Bpath +----Gtk2::Ex::MindMapView::Connection SYNOPSIS use...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (89): Gtk2::Ex::MindMapView::Connection Download

Added: January 25, 2010 | Visits: 1.515

GNU MIX Development Kit GNU MIX Development Kit offers an emulation of MIX and MIXAL. The current version of MDK includes the following applications: - mixasm A MIXAL compiler, which translates your source files into binary ones, executable by the MIX virtual machine. - mixvm A MIX virtual machine which is able to...


Platforms: *nix

License: Freeware Size: 1024 KB Download (98): GNU MIX Development Kit Download

Added: May 12, 2010 | Visits: 828

MagicBus MagicBus project is an event framework designed to allow developers to concentrate more on developing application components than the means of inter-component communication. MagicBus project strives to enforce the notion of "loose coupling", the lessening of dependency between components that...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (92): MagicBus Download

Added: September 04, 2010 | Visits: 1.128

shUnit2 2.0.3 / shUnit2 is a unit test framework for Bourne based shell scripts, and is designed to work in a similar manner to JUnit, PyUnit, etc. Whats New in This Release: Back ported the Makefile from 2.1.1pre that included changes to the docs-docbook-prep target. Changed the test in assertFalse() so...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): shUnit2 2.0.3 / Download

Added: July 26, 2010 | Visits: 1.783

Ethernet TAP driver TAP provides packet reception and transmission for user-space programs. It can be viewed as a simple Ethernet device, which instead of receiving packets from a physical medium, receives them from a user-space program and instead of sending packets via physical media, writes them to the user-space...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (114): Ethernet TAP driver Download

Added: February 26, 2010 | Visits: 758

POE::Component::ControlPort::Command POE::Component::ControlPort::Command is a Perl module with register control port commands. SYNOPSIS use POE::Component::ControlPort::Command; POE::Component::ControlPort::Command->register( name => test, topic => sample_commands, usage => test [ text to echo ] help_text => test command....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): POE::Component::ControlPort::Command Download

Added: February 18, 2010 | Visits: 1.389

Performance Application Programming Interface PAPI aims to provide the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (105): Performance Application Programming Interface Download

Added: June 07, 2010 | Visits: 1.990

Z80-ASM Z80-ASM is a compiler/assembler and monitor(including disassembler) for the Z80 CPU. It runs under Linux (probably also under other UNIX-flavours) and DO$ (DJGPP version 2.03 checked). Its written in C and source-code availible! Each Z80-ASM package contains a compiler for the Z80 assembling...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (221): Z80-ASM Download

< 1 2 3 4 5 >