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

Pmo Implementation software
Filter: All | Freeware | Demo
 

Pmo Implementation

< 1 2 3 4 5 > 
Added: September 26, 2010 | Visits: 1.433

Audio::TagLib::MPEG::Header Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers. SYNOPSIS use Audio::TagLib::MPEG::Header; my $i = Audio::TagLib::MPEG::Header->new($data); This is an implementation of MPEG Layer III headers. The API follows more or less the binary format of these headers. Refer to...



Platforms: *nix

License: Freeware Size: 1.4 MB Download (129): Audio::TagLib::MPEG::Header Download

Added: March 05, 2010 | Visits: 1.175

Audio::TagLib::MPC::File Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. SYNOPSIS use Audio::TagLib; my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc"); print $i->tag()->title()->toCString(), "n"; # got title This implements and provides an interface for...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::MPC::File Download

Added: March 17, 2010 | Visits: 1.513

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (299): Audio::TagLib::Vorbis::File Download

Added: June 24, 2010 | Visits: 1.292

Audio::TagLib::Ogg::FLAC::File Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got album This implements...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::Ogg::FLAC::File Download

Added: February 25, 2010 | Visits: 1.093

pysync pysync project is a Python implementation of rsync and related algorithms. Pysync has both a demonstration implementation of the rsync and related algorithms in pure Python, and a high speed librsync Python extension. The pure Python is not fast and is not optimized, however it does work and...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (113): pysync Download

Added: August 13, 2010 | Visits: 676

EasyBeans 1.0 Milestone EasyBeans is an implementation of an EJB3 container. EasyBeans library aims to provide an implementation for the full EJBCore API. For the persistence matter, it relies on Hibernate EJB 3 or, in upcoming versions, on Speedo, the ObjectWebs JDO implementation. it is divided in three parts :...


Platforms: *nix

License: Freeware Size: 9.4 MB Download (94): EasyBeans 1.0 Milestone Download

Added: September 13, 2010 | Visits: 1.210

py_ecc py_ecc is an implementation of Reed-Solomon codes, which are used for erasure correction, and a collection of routines for finite field arithmetic and generic matrix operations. Erasure correcting codes let you divide information, such as a file or a packet, into n pieces, of which k are...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (110): py_ecc Download

Added: August 14, 2010 | Visits: 1.162

jrawio 1.0 jrawio is a Service Provider Implementation for the Java ImageIO API. It provides the ability to read images coded in a digital "camera raw" format (such as NEF for Nikon or CRW/CR2 for Canon). jrawio is to be pointed out that jrawio is implemented in 100% pure Java. In simple words, a Camera...


Platforms: *nix

License: Freeware Size: 983.04 KB Download (117): jrawio 1.0 Download

Added: March 15, 2010 | Visits: 839

mGSTEP mGSTEP project is an core elements in NeXTs (now Apple) OPENSTEP/Cocoa Objective-C class libraries implementation. The principal design goal is the development of a modular application development framework suitable for use in embedded devices and server appliances running Linux, FreeBSD or...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (90): mGSTEP Download

Added: July 17, 2010 | Visits: 794

barricade barricade is a simple implementation of the door knocking method aimed to open your network service or firewall only if a special ICMP echo request packet is sniffed from the network interface. After the last valid packet received, barricade waits for a defined amount of time, then it closes your...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): barricade Download

Added: September 03, 2010 | Visits: 904

OpenNTPD OpenNTPD is a FREE, easy to use implementation of the Network Time Protocol. OpenNTPD provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. Current NTP daemons are complex and difficult to configure and/or have...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): OpenNTPD Download

Added: January 22, 2010 | Visits: 860

JavaSolitaire JavaSolitaire project is an implementation of the famous Klondike solitaire game..


Platforms: *nix

License: Freeware Size: 419.84 KB Download (99): JavaSolitaire Download

Added: July 13, 2010 | Visits: 941

Cobex Cobex is a small implementation of the OBEX communication protocol for slow serial cables. Its primary use is to communicate with cell phones such as the Sony Ericsson T610, T310, and T300. Currently the project consists of a couple of headerfiles and some sourcefiles, which results in a small...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Cobex Download

Added: October 14, 2010 | Visits: 678

FreePBX FreePBX project is a standardized implementation of Asterisk that includes a web-based configuration interface and other tools..


Platforms: *nix

License: Freeware Size: 3.8 MB Download (108): FreePBX Download

Added: August 02, 2010 | Visits: 1.022

Audio::Beep::Linux::PP Audio::Beep::Linux::PP is a PurePerl implementation of an Audio::Beep player. SYNOPSIS my $player = Audio::Beep::Linux::PP->new(); USAGE The new class method will return you a new player object. No other option is available right now. NOTES You need to be root to play something using...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (100): Audio::Beep::Linux::PP Download

Added: May 07, 2010 | Visits: 1.279

seppl seppl is both a protocol definition and a software implementation of a new encryption layer for IPv4. seppl project makes use of symmetric cryptography for encrypting the whole traffic on a network. Its implementation is designed around Linux netfilter/iptables. seppl introduces two new...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (103): seppl Download

Added: October 01, 2010 | Visits: 825

XML::Filter::Sort::Buffer XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): XML::Filter::Sort::Buffer Download

Added: October 07, 2010 | Visits: 868

Dee-Python Dee-Python project is an implementation of a truly relational database language with Python. Inspired by Date and Darwens Third Manifesto, it addresses the problems of impedance mismatch between programming languages and databases and the weakness of SQL. Mind The Gap Most of todays programs...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (101): Dee-Python Download

Added: August 03, 2010 | Visits: 790

GridMPI GridMPI is a new open-source free-software implementation of the standard MPI (Message Passing Interface) library designed for the Grid. GridMPI project enables unmodified applications to run on cluster computers distributed across the Grid environment. GridMPI team found that it is feasible to...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (85): GridMPI Download

Added: January 16, 2010 | Visits: 882

xlv XLV is intended to be the middle-ware implementation of multimedia streams for Linux. It is extensively based on plugins and dynamic-linking. For the moment, XLV is in active development and contains many features: an OS independent core, completely multi-threaded to share the complexity of...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (108): xlv Download

< 1 2 3 4 5 >