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

Atv Implements software
Filter: All | Freeware | Demo
 

Atv Implements

< 1 2 3 4 5 > 
Added: September 12, 2010 | Visits: 832

InSilicoSpectro::InSilico::MassCalculator MassCalculator is a Perl module that implements common mass computations in mass spectrometry. SYNOPSIS use InSilicoSpectro::InSilico::MassCalculator; InSilicoSpectro::InSilico::MassCalculator::init(insilicodef.xml); MassCalculator Perl library is intended to support common mass...



Platforms: *nix

License: Freeware Size: 1.4 MB Download (90): InSilicoSpectro::InSilico::MassCalculator Download

Added: November 26, 2010 | Visits: 737

Timer_q Timer_q is a shared C library which implements multiple queues of timed events. This is commonly needed, but often implemented badly (via. alarm()). Timer_q also aims to be small, fast and easy to use. Whats New in This Release: - Many fixes were made for corner cases. - A debug build was...





Platforms: *nix

License: Freeware Size: 430.08 KB Download (92): Timer_q Download

Added: January 05, 2010 | Visits: 893

Parsing Parsing module is a pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers. From an algorithmic perspective, this is one of the most advanced parser generators in existence, for the following reasons: - The Parsing module uses a scalable algorithm...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (106): Parsing Download

Added: July 02, 2010 | Visits: 670

JoeDog::Wacky JoeDog::Wacky provides a perl module that implements the WACKY/1.0 protocol. It allows you to manipulate the keyboard lights on any computer running Wacky. This is a autoloadable module which allows the programmer to interface a wackyd via WACKY/1.0 protocol. For this to be of any value, you...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): JoeDog::Wacky Download

Added: March 02, 2010 | Visits: 925

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download

Added: July 08, 2010 | Visits: 782

IPC::LDT IPC::LDT is a Perl module that implements a length based IPC protocol. Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): IPC::LDT Download

Added: March 25, 2010 | Visits: 1.218

fakehermes fakehermes project is a companion program to hermes that implements a fake (and very simple) SMTP server. Why would I want to run a fake SMTP server? The main use of fakehermes is to configure it as a secondary MX server. Some spammers will try to send spam directly to your least prefered...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): fakehermes Download

Added: November 07, 2010 | Visits: 965

Java DIME Library Java DIME Library project implements Direct Internet Message Encapsulation (DIME), which is a lightweight binary encapsulation format that can be used to encapsulate multiple payloads of arbitrary types and sizes into a single message. DIME is ideal for incorporating binary attachments into any...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (138): Java DIME Library Download

Added: March 15, 2010 | Visits: 904

Tag Guesser Tag Guesser script implements a tag guesser, such as the one found in JuK, for amaroK. Tag Guesser can guess what mp3s tags are based on user supplied formats of the filenames. This script is not needed for amarok >= 1.4 because the feature is now builtin. This is the first release, so please...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Tag Guesser Download

Added: March 25, 2010 | Visits: 1.051

infobot infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence by learning information ("factoids") from channel discussions and then responding intelligently to queries about this accumulated information. In the beginning, we had to type URLs out, or, at best, wade...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (107): infobot Download

Added: June 12, 2010 | Visits: 748

KInterbasDB KInterbasDB project is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin Borland Interbase. In addition to the minimal feature set of the standard Python DB API,...


Platforms: *nix

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

Added: August 02, 2010 | Visits: 620

cegojdbc cegojdbc implements the JDBC driver for the Cego database system..


Platforms: *nix

License: Freeware Size: 184.32 KB Download (87): cegojdbc Download

Added: August 01, 2010 | Visits: 806

GTK ADI Library The GTK ADI Library is a GTK widget library that implements an ADI widget framework. GTK ADI Library is an Advanced Document Interface: yet another approach to the MDI - Multi Document Interface..


Platforms: *nix

License: Freeware Size: 337.92 KB Download (95): GTK ADI Library Download

Released: December 19, 2012  |  Added: December 19, 2012 | Visits: 971

mod_put mod_put Apache module implements the HTTP/1.1 PUT and DELETE methods. Please notice that it can be a big security hole to activate them without securing the web server. Configuration: Integration with Apache 1.3.x - compiling and linking To link mod_put into Apache (recommended for best...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): mod_put Download

Added: August 03, 2010 | Visits: 697

libtrash libtrash project is a shared library which implements a trash can on GNU/Linux. When preloaded, it intercepts calls to a series of GNU libc functions and, instead of permanently destroying files, moves them to a "trash can". Whats New in This Release: - This version includes a performance...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): libtrash Download

Added: November 18, 2010 | Visits: 1.203

MapFS MapFS implements a Linux filesystem which utilizes copy-on-write functionality and existing Linux filesystems to allow component filesystems (or portions thereof) to be combined into a single virtual filesystem that appears to be fully writable. It is written in C, uses the standard Linux...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (91): MapFS Download

Added: June 12, 2010 | Visits: 1.151

Tivoli::AccessManager::Admin::Server Tivoli::AccessManager::Admin::Server project implements the server access portion of the TAM API. SYNOPSIS my $tam = Tivoli::AccessManager::Admin->new(password => N3ew0nk); my($server, $resp); # Lets see what servers are defined $resp = Tivoli::AccessManager::Admin::Server->list($tam);...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): Tivoli::AccessManager::Admin::Server Download

Added: August 04, 2010 | Visits: 1.193

GNU Transport Layer Security Library GNU Transport Layer Security Library is a library which implements a secure layer over a reliable transport layer such as TCP/IP. GNU Transport Layer Security Library implements the TLS 1.0 and SSL 3.0 protocols, accompanied with authentication methods such as X.509, OpenPGP, and SRP.. Libmhash


Platforms: *nix

License: Freeware Size: 2.4 MB Download (103): GNU Transport Layer Security Library Download

Added: February 17, 2010 | Visits: 1.082

NdisWrapper NdisWrapper implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation..


Platforms: *nix

License: Freeware Size: 194.56 KB Download (144): NdisWrapper Download

Added: May 02, 2010 | Visits: 758

Class::Phrasebook Class::Phrasebook is a Perl module that implements the Phrasebook pattern. SYNOPSIS use Class::Phrasebook; my $pb = new Class::Phrasebook($log, "test.xml"); $pb->load("NL"); # using Dutch as the language $phrase = $pb->get("ADDRESS", { street => "Chaim Levanon", number => 88, city =>...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Class::Phrasebook Download

< 1 2 3 4 5 >