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

Elevator Contract freeware
Filter: All | Freeware | Demo
 

Elevator Contract

< 1 2 3 4 5 > 
Added: November 02, 2010 | Visits: 714

NoBug debugging library 0.2 / NoBug debugging library is a simple debugging library (only a single nobug.h header) similar to gnu-nana and Design-by-Contract ideas..



Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): NoBug debugging library 0.2 / Download

Added: August 12, 2010 | Visits: 954

DataReel Datareel project is a comprehensive development kit used to build multi-threaded database and communication applications. C++ is a programming language that produces fast executing compiled programs and offers very powerful programming capabilities. Unlike interpreted languages such as JAVA...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (96): DataReel Download

Added: June 25, 2010 | Visits: 801

Carp::Datum Carp::Datum is a Perl module used for debugging and tracing. SYNOPSIS # In modules use Carp::Datum; # Programming by contract sub routine { DFEATURE my $f_, "optional message"; # $f_ is a lexical lvalue here my ($a, $b) = @_; DREQUIRE $a > $b, "a > b"; $a += 1; $b += 1; DASSERT $a >...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (91): Carp::Datum Download

Added: June 17, 2010 | Visits: 800

Surumi Surumi project is a modular event-driven programming framework. It offers a generic and uniform interface. You certainly heard of event-driven programming, but in any window system, those events are usually bound on ``window objects and very few pre-defined events could be chosen. Yes, I know...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Surumi Download

Added: June 02, 2010 | Visits: 1.013

Class::Agreement Class::Agreement is a Perl module that add contracts to your Perl classes easily. SYNOPSIS package SomeClass; use Class::Agreement; # use base Class::Accessor or Class::MethodMaker, # or roll your own: sub new { ... } invariant { my ($self) = @_; $self->count > 0; }; precondition...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (96): Class::Agreement Download

Added: May 14, 2010 | Visits: 1.014

Bookmarks Scrollbar Bookmarks Scrollbar is an extension which adds a scrollbar to the bookmarks menu. A scrollbar is a graphical widget in a GUI with which continuous text, pictures or anything else can be scrolled including time in video applications, i.e., viewed even if it does not fit into the space in a...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (96): Bookmarks Scrollbar Download

Added: May 07, 2010 | Visits: 1.511

Finance::InteractiveBrokers::TWS Finance::InteractiveBrokers::TWS is a Perl module that lets you talk to Interactivebrokers Traders Workstation using Perl. This module is a wrapper around InteractiveBrokers Traders Workstation (TWS) Java interface, that lets one interact with the TWS using Perl, via the vendor supplied API....


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): Finance::InteractiveBrokers::TWS Download

Added: September 23, 2010 | Visits: 1.123

Loose Cannon Loose Cannon is a 3rd Person Action Game. Demo campaign that comes with game has couple of monsters and elevator between levels..


Platforms: *nix

License: Freeware Size: 3.4 MB Download (96): Loose Cannon Download

Added: April 20, 2010 | Visits: 1.112

JTOpen JTOpen is the open source version of the IBM Toolbox for Java Licensed Program Product (LPP). Aside from simply being "open source", it is our fast-path mechanism to get fixes and enhancements to customers without waiting for possible PTFs or release boundaries. Thus, the JTOpen offering is...


Platforms: *nix

License: Freeware Size: 5.1 MB Download (103): JTOpen Download

Added: August 26, 2010 | Visits: 1.902

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: May 10, 2013 | Visits: 2.293

Quicksilver Forums Quicksilver Forums is a fast, feature rich bulletin board system written in PHP and MySQL.Features:Registration - Option to require validation via email before making a registration complete - Option for anti-robot registration to stop spammers registering through automated scripts - Force...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (146): Quicksilver Forums Download

Added: November 07, 2010 | Visits: 1.224

Test::STDmaker Test::STDmaker is a Perl module to generate test scripts, demo scripts from a test description short hand. SYNOPSIS ####### # Procedural (subroutine) interface # use Test::STDmake qw(find_t_roots get_data perl_command); @t_path = find_t_paths() $date = get_date(); $myperl =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): Test::STDmaker Download

Added: January 13, 2010 | Visits: 1.130

Class::Generate Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, # scalar a => @, # array h => %, # hash c => Class, #...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (96): Class::Generate Download

Added: January 25, 2010 | Visits: 773

ResizeImage ResizeImage is an AppleScript droplet that will scale most images and save them to the Clipboard. You can then paste them directly into a Text Edit document or Mail document etc. Just drag an image on to the application icon and choose the amount you want to scale the image by (from 10% to 200%)....


Platforms: Mac

License: Freeware Download (101): ResizeImage Download

Added: March 10, 2010 | Visits: 1.198

Excalibur Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java. Inversion of control, also known as the hollywood principle ("dont call us, well call you"), is...


Platforms: *nix

License: Freeware Download (95): Excalibur Download

Added: March 26, 2010 | Visits: 697

perltoot perltoot is Toms object-oriented tutorial for perl. Object-oriented programming is a big seller these days. Some managers would rather have objects than sliced bread. Why is that? Whats so special about an object? Just what is an object anyway? An object is nothing but a way of tucking away...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): perltoot Download

Added: September 13, 2010 | Visits: 930

Active Block I/O Scheduling System Apart from these guaranteed real-time (RT) streams, we also included multiple priorities for best-effort (BE) disk traffic. The system consists of a framework that is added to the kernel, including an elevator implementing multiple priorities, with a policy and coordination unit implemented in...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): Active Block I/O Scheduling System Download

Added: July 06, 2010 | Visits: 2.442

Internet Communications Engine Ice, the Internet Communications Engine, is middleware for the practical programmer. A high-performance Internet communications platform, Ice includes a wealth of layered services and plug-ins. Ice means simplicity, speed, and power. Ice is available under the terms of the GNU General Public...


Platforms: *nix

License: Freeware Size: 15 MB Download (102): Internet Communications Engine Download

Added: January 25, 2010 | Visits: 736

STXML STXML framework is an object-oriented API for working with XML data. It is straightforward and simple to use for probably 90% of what most people use XML for. Future verions will build upon these foundations to make both creating and accessing XML-based data much easier.


Platforms: Mac

License: Freeware Size: 86 KB Download (95): STXML Download

Added: January 25, 2010 | Visits: 759

BlinkenLights DasBlinkenLights presents a screen full of blinking lights, reminescent of the computers we all see on television and in movies. You can set their color, size, density (roughly how many are on at the same time), and shape (circle or square).


Platforms: Mac

License: Freeware Size: 68 KB Download (96): BlinkenLights Download

< 1 2 3 4 5 >