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

Prototypes software
Filter: All | Freeware | Demo
 

Prototypes

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 770

EasyPrototype Bring your ideas to life with EasyPrototype and get your point across quickly and effectively. EasyPrototype is software for your Mac computer that lets you create instant interactive prototypes from sketches, whiteboard photos, or screenshots without programming. By making it quick and easy for... Platforms: Mac

License: Demo Cost: $0.00 USD Download (105): EasyPrototype Download

Added: August 15, 2008 | Visits: 698

SmartPageExp SmartPageEXP is a specialized screen-designing tool for creating screens for web application and prototypes. Programmers and designers can speed up the entire screen designing process using this prolific tool and at the same time focus their attention towards more critical issues of the... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 9.9 MB Download (102): SmartPageExp Download

Added: June 04, 2010 | Visits: 627

Obol Obol is part of a project to investigate properties of security protocols, what they are, how they behave, how they interact, how to deal with them. The Obol language grew out of a desire to escape the distractions of low-level implementation efforts, and the need to experiment and express... Platforms: *nix

License: Freeware Size: 15 MB Download (100): Obol Download

Added: January 07, 2010 | Visits: 950

Logtalk Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. Logtalk supports both prototypes and classes. In addition, it supports... Platforms: *nix

License: Freeware Size: 604.16 KB Download (98): Logtalk Download

Added: April 18, 2010 | Visits: 991

PHAT PHAT is a browser-based network management solution with a heavy lean toward switches, routers, and other traffic handlers which can be used to control either a single node, subnet, or vlan. As you can probably see if youre reading this, PHAT is not the worlds most useful tool... yet. The... Platforms: *nix

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

Added: May 26, 2010 | Visits: 1.080

Caliph & Emir Caliph & Emir are MPEG-7 based Java prototypes for digital photo and image annotation and retrieval supporting graph like annotation for semantic metadata and content based image retrieval using MPEG-7 descriptors.. Platforms: *nix

License: Freeware Size: 4.4 MB Download (97): Caliph & Emir Download

Released: October 22, 2007  |  Added: April 17, 2014 | Visits: 1.028

AutoLabelPackages The Label Design for Packaging Process Management. Automation of ISO procedure. This procedure automates the process of requesting and design and approval of Label for Packaging. The procedure starts with the fill in of the label request form. On this form there is the possibility to attach... Platforms: Windows

License: Freeware Size: 9.21 MB Download (96): AutoLabelPackages Download

Added: August 19, 2010 | Visits: 725

Modwheel Modwheel Perl module is a tree-based Web framework. Most web sites are pages categorized by topic. So web sites can be viewed as a tree system where every page is a sub-tree and the page elements are nodes. Page elements can be things like articles, links, ads, news, comments and so on. In... Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Modwheel Download

Added: July 15, 2010 | Visits: 926

Test::use::ok Test::use::ok is an alternative to Test::More::use_ok. SYNOPSIS use ok( Some::Module ); According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of... Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Test::use::ok Download

Added: March 10, 2010 | Visits: 738

ffcall ffcall is a foreign function call libraries. This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall calling C functions with variable arguments vacall C functions accepting variable... Platforms: *nix

License: Freeware Size: 911.36 KB Download (94): ffcall Download

Released: October 22, 2007  |  Added: July 21, 2014 | Visits: 989

AutoCustomerComplaints The Customer Complaint Process Management. Automation of ISO procedure. This procedure automates the usual (and very useful) event of customer complaint.. The procedure starts with the fill in of the complaint form. On this form there is the possibility to attach files. The tasks arise the one... Platforms: Windows

License: Freeware Size: 9.17 MB Download (94): AutoCustomerComplaints Download

Added: July 07, 2010 | Visits: 940

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: July 16, 2010 | Visits: 943

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Released: October 22, 2007  |  Added: April 20, 2014 | Visits: 843

AutoPrevCorrActions Preventive and Corrective Actions Process Manager. Automation of ISO procedure. This procedure automates the process of preventive and corrective actions taken into a company. The procedure starts with the fill in of the preventive and corrective actions request form. On this form there is the... Platforms: Windows

License: Freeware Size: 9.21 MB Download (93): AutoPrevCorrActions Download

Added: June 27, 2010 | Visits: 631

Class::Classless Class::Classless is a Perl framework for classless OOP. SYNOPSIS use strict; use Class::Classless; my $ob1 = $Class::Classless::ROOT->clone; $ob1->{NAME} = Ob1; $ob1->{stuff} = 123; $ob1->{Thing} = 789; my $ob2 = $ob1->clone; $ob2->{NAME} = Ob2; printf "ob1 stuff: <%s>n",... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Class::Classless Download

Added: November 24, 2010 | Visits: 909

Perl6::Parameters Perl6::Parameters is a module with Perl 6-style prototypes with named parameters. SYNOPSIS use Perl6::Parameters; sub mysub($foo, ARRAY $bar, *%rest) { ... } DETAILS Perl6::Parameters is a Perl module which simulates Perl 6s named parameters. (When I talk about "named parameters" I... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Perl6::Parameters Download

Added: August 08, 2010 | Visits: 1.037

Tiny Marbles 1.0 Tiny Marbles provides persistence for dynamic objects, through a data model that you can create, modify and extend at runtime. It is useful for developers who need to create rapid prototypes with an unknown model and developers of applications that have inherently dynamic data models. Tiny... Platforms: *nix

License: Freeware Size: 8.5 MB Download (90): Tiny Marbles 1.0 Download

Added: January 15, 2010 | Visits: 818

Kunzip Kunzip is a free (but not opensource) library for decompressing ZIP archives. Kunzip started out as a test program I wrote for decompressing .zip files through a command line program. I eventually added hooks to make it a DLL that can be used from Windows programs. It is also possible to... Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): Kunzip Download

Released: December 25, 2011  |  Added: February 16, 2012 | Visits: 697

Ribbon Designer for SharePoint This is a true RAD tool for creating custom ribbons for your SharePoint and Office 365 solutions without learning Ribbon XML. Specialized components of the Ribbon Designer allow you to quickly build custom SharePoint ribbons and add a new ribbon to your existing project. The Ribbon Designer... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 6.93 MB Download (89): Ribbon Designer for SharePoint Download

Added: April 15, 2010 | Visits: 846

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

< 1 2 3 4 5 >