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

Generic Cme software
Filter: All | Freeware | Demo
 

Generic Cme

< 1 2 3 4 5 > 
Added: November 14, 2010 | Visits: 905

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): VCS Download

Added: April 14, 2010 | Visits: 937

Depends Depends project is a generic dependency tracker in C++. The educational purpose of Depends Much of Depends is its documentation: it explains in much detail how the dependency tracker is implemented and should be clear enough for any programmer to understand both how it is implemented and how...





Platforms: *nix

License: Freeware Size: 74.75 KB Download (105): Depends Download

Added: July 03, 2010 | Visits: 1.852

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: November 24, 2010 | Visits: 1.116

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Cache::Repository Download

Added: November 14, 2010 | Visits: 1.035

Bio::Factory::SequenceFactoryI Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories which create sequences (like SeqIO). SYNOPSIS # do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like use Bio::Seq::SeqFactory; my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Factory::SequenceFactoryI Download

Added: June 15, 2010 | Visits: 1.133

Generic Eclipse Modeling System 2.0.5_01 / 3.0 Beta The Generic Eclipse Modeling System (GEMS) is a MDD tool for Eclipse that allows for the rapid development of Draw2D plugins. Developers specify the rules for a domain language using a metamodel and the tool generates a diagram editor plugin that enforces the rules from the metamodel....


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.7 MB Download (100): Generic Eclipse Modeling System 2.0.5_01 / 3.0 Beta Download

Added: March 08, 2010 | Visits: 755

XMLParser for PHP XMLParser is a library that assists in parsing XML documents into generic PHP arrays. It also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds..


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): XMLParser for PHP Download

Added: January 18, 2010 | Visits: 1.443

Generic Protocol Framework 1.0 Generic Protocol Framework aims to allow users to rapidly prototype different emerging communications protocols. Implementations can be easily "dropped in" and tested independant of a finished product. Testing on both the end product, and the protocol itself can be easily accomplished. The tool...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): Generic Protocol Framework 1.0 Download

Added: September 08, 2010 | Visits: 1.030

GeSHi GeSHi is a generic syntax highlighter for PHP that takes any source code and highlights it in XHTML and CSS. It features case-sensitive or insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited scope for styling, the use of CSS in which almost any aspect of the source can be...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (99): GeSHi Download

Added: June 13, 2010 | Visits: 694

AnyDBM AnyDBM is a generic interface to DBM-like databases for Haskell. It lets you store String-to-String mappings in various formats, from a simple in-memory Map to a high-performance DBM database or even a SQL database. The project is written by John Goerzen and was initially part of MissingH. It...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): AnyDBM Download

Added: April 03, 2010 | Visits: 958

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Rose::Object::MakeMethods::Generic Download

Added: January 08, 2010 | Visits: 670

Pauker Pauker is a generic flashcard program written in Java. Pauker uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc. Pauker uses a combination of ultra-shortterm,...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (97): Pauker Download

Added: May 04, 2010 | Visits: 757

sl sl is a memory-efficient generic linked list library. The project doesnt use container nodes. Instead it requires a pointer to the next item directly in the datastructure you want to create lists (or stacks) of. This can give you significant memory savings when creating long lists of small...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (97): sl Download

Added: March 20, 2010 | Visits: 794

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: March 02, 2010 | Visits: 1.036

GENeric Radio IP GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): GENeric Radio IP Download

Added: July 16, 2010 | Visits: 905

Generic Apache Request Library libapreq is a shared library with associated modules for manipulating client request data via the Apache API. Generic Apache Request Library also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes: parsing of application/x-www-form-urlencoded data...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (95): Generic Apache Request Library Download

Added: February 12, 2010 | Visits: 760

pam_eaccess pam_eaccess is a PAM module which add a generic way to do authorization. Indeed, for each service (for which you want add authorization) you can define the list of users (or all) who are allowed to connect to this service..


Platforms: *nix

License: Freeware Size: 58.37 KB Download (95): pam_eaccess Download

Added: November 01, 2013 | Visits: 689

libpseudo libpseudo is a generic library which provides simple, thread-safe messaging between threads. It also provides a facility for implementing a run-time tunable, thread-like callback queue for single-threaded applications.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): libpseudo Download

Added: January 11, 2010 | Visits: 757

GUASI GUASI library implements a thread based generic asyncronous execution engine, to be used to give otherwise syncronous calls an asyncronous behaviour. GUASI comes from Generic Userspace Asyncronous Syscall Interface. It can be used to wrap any syncronous call, so that it can be scheduled for...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (94): GUASI Download

Added: February 09, 2010 | Visits: 555

libar libar is a generic array implementation. It is suitable for storing different bits of information of the same size. It grows as necessary. The whole array is contained in a single memory block for easy access and efficient memory usage. Installing the library: Read the Makefile. Change the...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): libar Download

< 1 2 3 4 5 >