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

Reusable software
Filter: All | Freeware | Demo
 

Reusable

< 1 2 3 4 5 > 
Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 418

Roguelike Game Kit A collection of reusable modules and packages which simplify roguelike game development in Java. Includes demonstrator programs to show how to use the modules.



Platforms: Windows, Mac, Linux

License: Freeware Size: 90.65 KB Download (46): Roguelike Game Kit Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 317

Sapia Open Community The Sapia Open Source Organization intends to offer reusable, well-documented Java libraries. Conciseness, elegance, ease-of-use, to name a few, are goals we are aiming at.





Platforms: Windows, Mac, Linux

License: Freeware Size: 12.04 MB Download (45): Sapia Open Community Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 361

Signal Processing using C++ The objective of SPUC is to provide the Digital Communications Systems Designer or DSP Algorithm designer with simple, efficient and reusable DSP building block objects written in C++.


Platforms: Windows, Mac, Linux

License: Freeware Size: 247.03 KB Download (44): Signal Processing using C++ Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 254

Sleewalker Sleepwalker aims to provide a highly abstract, universal, reusable, extensible Java-based genetic algorithms framework which can be used as a basis for modelling and programming virtually any practical optimisation problem.


Platforms: Windows, Mac, Linux

License: Freeware Size: 146.68 KB Download (54): Sleewalker Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 301

Survey Developer Library 4 Java A generic Java framework with reusable patterns and classes for enhanced development


Platforms: Windows, Mac, Linux

License: Freeware Size: 235.58 KB Download (43): Survey Developer Library 4 Java Download

Added: May 10, 2013 | Visits: 554

SW Test Automation Framework The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF removes the tedium of building an...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (54): SW Test Automation Framework Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 389

the little b modular modeling language Little b is a Lisp-based language which allows scientists to build shareable, reusable mathematical models of complex systems based on shared parts. The initial focus is molecular and multicellular networks.Project web page: http://www.littleb.org


Platforms: Windows, Mac, Linux

License: Freeware Size: 781.8 KB Download (44): the little b modular modeling language Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 593

Application Builder Collection 1.2.6 Application Builder Collection is a set of reusable, professional-grade components for Cocoa developers. ABC contains many user interface elements, several formatters, and a resource archiver. Here are some of the components: - Calendar editor - Calendar popup - Time editor - Rotational slider -...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 2.6 MB Download (49): Application Builder Collection 1.2.6 Download

Added: May 10, 2013 | Visits: 364

Parsing an XML file with xml.parsers.expat This script shows you a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the "MyXML" class, all you need to define a new class, with "MyXML" as the parent. Once you have done that, all you have to do is overwrite the inherited XML handlers and you are ready to go.


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

License: Freeware Download (49): Parsing an XML file with xml.parsers.expat Download

Added: May 10, 2013 | Visits: 604

Javascript Graphical / Virtual Keyboard Interface This script is a reusable system for adding a graphical keyboard interface to text fields, password fields and textareas so they can be filled with mouse only. It comes with US, UK, Norwegian and Dvorak standard keyboard layouts, dynamically selectable. Plus it's easy to add other layouts!To...


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


Added: May 10, 2013 | Visits: 401

Drupal Automated Staging Toolkit 5.x-2.1 The goal of DAST is to provide a formal, repeatable, reusable process for 'building' a Drupal site using a formal build tool and build language. DAST applies the concept of the software build to creating Drupal sites...Phing build files are syntactically identical to Ant build files and provide...


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

License: Freeware Download (49): Drupal Automated Staging Toolkit 5.x-2.1 Download

Added: May 10, 2013 | Visits: 383

Handler stack This script presents a design pattern that is highly reusable. Simple handlers implement one specific task from a complex set of tasks to be performed on an object. Such handlers can then be layered in a stack, in different combinations, together achieving complex processing of an object. New...


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

License: Freeware Download (51): Handler stack Download

Added: May 10, 2013 | Visits: 509

pXp Framework pXp is a framework to develop dynamic web sites using XML and reusable PHP components. XSLT is used to render several presentations for the content. It is a publishing system based on XML and PHP.


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

License: Freeware Download (49): pXp Framework Download

Added: May 10, 2013 | Visits: 668

Generic PHP Framework Generic PHP Framework is a library of reusable classes for PHP applications. The idea is to grow this framework into a great foundation for writing large applications in PHP. How Does gpfr Differ From Other Frameworks? gpfr aims to become a great foundation through the following: - Strong OO...


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

License: Freeware Download (53): Generic PHP Framework Download

Added: May 10, 2013 | Visits: 553

x-components for php x-components for php are reusable components for php-programmers.They allow you to develop a code once and re-use it as many times you need.


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

License: Freeware Download (57): x-components for php Download

Added: May 10, 2013 | Visits: 158

PHPWidgets PHPWidgets allows you to design and build pages using reusable elements. Features: - Separate Code, Content, and Presentation using PHPLIB templates. - Offer users a personalized experience using PHPWidgets!, and PHP/PHPLIB Sessions.


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

License: Freeware Download (53): PHPWidgets Download

Added: April 06, 2013 | Visits: 466

Design Pattern: Singleton (Creational) Intent: Ensures a class only has one instance and provide a global point of access to it [1].Motivation: It's important for some classes to have exactly one instance. For example, it can be desirable to have only a single instance of a GUI. With a MATLABdlT« GUIDE built GUI, the driver or main...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (47): Design Pattern: Singleton (Creational) Download

Source code (M-files) for Graphic User Object (GUO) Toolbox Only the source code is included here - please see the original submission (File ID 5058) for the documentation, P-files etc.This toolbox was originally presented at The MathWorks International DSP Conference 2003 in Stuttgart, Germany.Full documentation is provided in the PDF file within the ZIP...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): Source code (M-files) for Graphic User Object (GUO) Toolbox Download

Added: September 09, 2013 | Visits: 319

PSX Framework Built in PHP, this framework is perfect for building fast websites and uses a template engine based on XML/XSLT.The framework offers a very well documented manual for any usage instructions or troubleshooting.Here are some key features of "PSX Framework":dlTE Must write a XHTML valid code.dlTE...


Platforms: PHP

License: Freeware Size: 307.2 KB Download (48): PSX Framework Download

Added: May 24, 2013 | Visits: 692

PHPaint Script PHPaint is intended for the easy creation, editing, and previewing of "buttons" for web pages. The hope is to greatly ease the Web Developer's task of creating "buttons" for web pages, allowing them to move on to more important tasks.If you are trying to build a web "frontend" to a big database,...


Platforms: PHP

License: Freeware Size: 133.12 KB Download (41): PHPaint Script Download

< 1 2 3 4 5 >