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

Transactional Semantics freeware
Filter: All | Freeware | Demo
 

Transactional Semantics

< 1 2 3 4 5 > 
Added: October 04, 2010 | Visits: 974

Module::Reload::Selective Module::Reload::Selective can reload Perl modules during development. SYNOPSIS Instead of: use Foobar::MyModule; Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule)); Or, if you need the "import" semantics of "use", do this: use... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Module::Reload::Selective Download

Added: April 15, 2010 | Visits: 899

Journaled Files LIBrary Journaled Files LIBrary allows you to perform atomic transactions on standard files. It supplies functions to commit and rollback (back-out) changes. Journaled files are normal files that you can browse and parse with standard tools. A journal (log) stores all transactional info. Whats New in... Platforms: *nix

License: Freeware Size: 962.56 KB Download (91): Journaled Files LIBrary Download

Added: June 03, 2010 | Visits: 1.171

x10 X10 project is a new object-oriented, type-safe programming language for programming the next generation of high performance systems. X10 is designed and developed by IBM. While developed in close contact with the designers of X10 at IBM there are significant differences in syntax and semantics... Platforms: *nix

License: Freeware Size: 8.1 MB Download (107): x10 Download

Added: July 10, 2010 | Visits: 1.183

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this... Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: July 22, 2010 | Visits: 809

Text::WikiFormat Text::WikiFormat is a Perl module for translating Wiki formatted text into other formats. SYNOPSIS use Text::WikiFormat; my $html = Text::WikiFormat::format($raw); The original Wiki web site had a very simple interface to edit and to add pages. Its formatting rules are simple and easy to... Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Text::WikiFormat Download

Added: May 11, 2010 | Visits: 945

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand... Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: November 02, 2010 | Visits: 936

R2cl R2cl compiler is a minimal, proof of concept translator from the R or S language into Common Lisp. An increase in speed of over 1000 times can then be achieved using the free CMU Common Lisp native code compiler on the resulting code, making it comparable to FORTRAN, Ada or C. Installation:... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): R2cl Download

Added: February 20, 2010 | Visits: 633

OOPS OOPS is Object Oriented Persistent Store. SYNOPSIS use OOPS; transaction(sub { $oops = new OOPS dbi_dsn => $DBI_DSN, username => $username, password => $password, table_prefix => "MY"; $oops->commit; $oops->{my_1st_bit_of_data} = a scalar; $oops->{my_2nd_bit_of_data} = { A => hash... Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): OOPS Download

Added: February 18, 2010 | Visits: 1.012

DateTime::Calendar::Pataphysical DateTime::Calendar::Pataphysical is a Perl module with dates in the pataphysical calendar. SYNOPSIS use DateTime::Calendar::Pataphysical; $dt = DateTime::Calendar::Pataphysical->new( year => 1752, month => 10, day => 4 ); DateTime::Calendar::Pataphysical is the implementation of the... Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): DateTime::Calendar::Pataphysical Download

Added: April 15, 2010 | Visits: 1.071

JOLIE JOLIE is an interpreter for a new high level programming language, designed for SOAs (Service Oriented Architecture) orchestration (as, for example, WSBPEL by OASIS). The whole program is written entirely in Java to ensure cross-platform capabilities, following strictly an object-oriented... Platforms: *nix

License: Freeware Size: 235.52 KB Download (96): JOLIE Download

Added: February 15, 2010 | Visits: 853

FramerD FramerD is a portable distributed object-oriented database designed to support the maintenance and sharing of knowledge bases. Unlike other object-oriented databases, FramerD is optimized for the sort of pointer-intensive data structures used by semantic networks, frame systems, and many... Platforms: *nix

License: Freeware Size: 1.7 MB Download (91): FramerD Download

Added: July 27, 2010 | Visits: 1.348

Cons Cons is a Software Construction System. Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons... Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): Cons Download

Added: May 04, 2010 | Visits: 860

FCGI::ProcManager FCGI::ProcManager is a Perl module with functions for managing FastCGI applications. SYNOPSIS { # In Object-oriented style. use CGI::Fast; use FCGI::ProcManager; my $proc_manager = FCGI::ProcManager->new({ n_processes => 10 }); $proc_manager->pm_manage(); while (my $cgi = CGI::Fast->new()) {... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): FCGI::ProcManager Download

Added: September 25, 2010 | Visits: 775

vobject vobject is a Python library for processing iCalendar and vCard information. vobject library allows programs to manipulate standard Python objects like datetimes, and tzinfo classes for time zones without worrying too much about iCalendar semantics. Whats New in This Release: - Changed API... Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): vobject Download

Added: January 12, 2010 | Visits: 1.199

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Added: April 15, 2010 | Visits: 1.269

Coda Distributed File System Coda is an advanced networked filesystem. The project has been developed at CMU since 1987 by the systems group of M. Satyanarayanan. in the SCS department. Coda is a distributed filesystem with its origin in AFS2. It has many features that are very desirable for network filesystems. Currently,... Platforms: *nix

License: Freeware Size: 1.5 MB Download (108): Coda Distributed File System Download

Added: March 12, 2010 | Visits: 792

DML DML provides a tols for creating static HTML-based websites. HTML, short for HyperText Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as... Platforms: *nix

License: Freeware Size: 68.61 KB Download (87): DML Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: August 15, 2010 | Visits: 1.510

GnuAccounting GnuAccounting is a open source java accounting software that creates and administrates e.g. invoices and credit notes. GnuAccounting embeds OpenOffice to design templates and output invoices and uses MySQL to store transactional metadata on a central server.. Official homepage of the Free Java... Platforms: *nix

License: Freeware Size: 6.5 MB Download (163): GnuAccounting Download

Added: August 21, 2010 | Visits: 981

Magick++ Magick++ is the object-oriented C++ API to the ImageMagick image-processing library, the most comprehensive open-source image processing package available. Read the latest NEWS and ChangeLog for Magick++. Magick++ supports an object model which is inspired by PerlMagick. Images support implicit... Platforms: *nix

License: Freeware Size: 6.1 MB Download (130): Magick++ Download

< 1 2 3 4 5 >