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

Erp Implementation freeware
Filter: All | Freeware | Demo
 

Erp Implementation

< 1 2 3 4 5 
Added: July 05, 2010 | Visits: 1.484

STL AVL Map STL AVL Map is an implementation of AVL-tree-based map, multimap, set and multiset containers for g++ 4.1.1. Almost everything on this library is based on libstdc++ v3 code, so the same license applies. The AVL operations (in lib/tree.cpp) were written by Daniel Köhler Osmari, and are under...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (128): STL AVL Map Download

Added: March 22, 2010 | Visits: 1.573

libSRTP libSRTP library is an open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license. SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to...





Platforms: *nix

License: Freeware Size: 512 KB Download (127): libSRTP Download

Added: July 13, 2010 | Visits: 854

sshproxy sshproxy is a pure Python implementation of an SSH proxy. sshproxy allows users to connect to remote sites without having to remember the password or key of the remote sites. How do I use it ? Here is an overview of a normal ssh session: me@myhost $ ssh -tp 2242 me@proxy remote-site...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (96): sshproxy Download

Added: May 23, 2010 | Visits: 789

QTruco QTruco is an implementation of games played with Spanish cards. It currently supports "Truco" and "Casita Robada" games, player vs. computer AI, and player vs. remote player modes, with multiple AIs available for each game. It includes game rules in English and Spanish..


Platforms: *nix

License: Freeware Size: 225.28 KB Download (100): QTruco Download

Added: October 06, 2010 | Visits: 837

RNV RNV is an implementation of Relax NG Compact Syntax validator. It is written in ANSI C and the command-line utility uses Expat. The project is a part of an on-going work, and the current code may have bugs and shortcomings; however, it validates documents against a number of grammars. Usage:...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (92): RNV Download

Added: June 11, 2010 | Visits: 876

JVoiceXML JVoiceXML is an implementation of VoiceXML 2.1, the Voice Extensible Markup Language. JVoiceXMLs specification can be found at http://www.w3.org/TR/2005/CR-voicexml21-20050613/ as an extension to VoiceXML 2.0, specified at http://www.w3.org/TR/voicexml20/. VoiceXML is designed for creating...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (100): JVoiceXML Download

Added: May 01, 2010 | Visits: 628

Jabber::RPC Jabber::RPC is a Jabber-RPC Implementation. SYNOPSIS See documentation for Jabber::RPC::Server and Jabber::RPC::Client. Jabber::RPC is a library that implements Jabber-RPC for Perl. The library consists of two modules, Jabber::RPC::Server and Jabber::RPC::Client. Please refer to the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): Jabber::RPC Download

Added: April 26, 2010 | Visits: 1.047

Tables for Ada Tables for Ada is a library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key-...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Tables for Ada Download

Added: January 08, 2010 | Visits: 1.029

Audio::TagLib::MPEG::XingHeader Audio::TagLib::MPEG::XingHeader is an implementation of the Xing VBR headers. SYNOPSIS use Audio::TagLib::MPEG::XingHeader; my $i = Audio::TagLib::MPEG::XingHeader->new($data); print $i->isValid() ? "valid" : "invalid", "n"; This is a minimalistic implementation of the Xing VBR headers....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (116): Audio::TagLib::MPEG::XingHeader Download

Added: May 02, 2010 | Visits: 1.205

Audio::TagLib::MPEG::Properties Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3 This reads the data from an...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::MPEG::Properties Download

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.174

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.512

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.161

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

< 1 2 3 4 5