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

Model View Controller Design Pattern software
Filter: All | Freeware | Demo
 

Model View Controller Design Pattern

< 1 2 3 4 5 > 
Added: July 02, 2013 | Visits: 282

MicroMVC PHP Framework MicroMVC PHP Framework offers model, library, controller, function and view management designed especially for developers who are new to the Model View Controller world of OOP. It teaches how MVC framework with a simple-to-understand code structure, it provides a base speed for comparing... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (41): MicroMVC PHP Framework Download

Added: April 05, 2013 | Visits: 272

Recess PHP Framework Recess is a modern PHP framework that uses a loosely-coupled Model-View-Controller architecture designed and optimized specifically for PHP 5. It is an free and open source RESTful PHP framework project designed to give beginner and seasoned developers a fun and delightful development experience.... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 307.2 KB Download (40): Recess PHP Framework Download

Added: July 09, 2013 | Visits: 240

TinyMVC The Model-View-Controller programming framework provides the ability to organize code to absolutely minimize the new code that must be written. I choose to use it whenever possible.Heavyweight MVC frameworks include Ruby On Rails (RoR) and Akelos, a PHP port of RoR. I have had some projects that... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (41): TinyMVC Download

Added: October 28, 2013 | Visits: 444

TurnKey Symfony Live CD Symfony is a web application framework written in PHP which follows the model-view-controller (MVC) paradigm. It provides an architecture, components and tools for developers to build complex web applications faster by minimizing repetitive coding tasks. Platforms: *nix

License: Freeware Size: 209.88 MB Download (39): TurnKey Symfony Live CD Download

Added: November 09, 2010 | Visits: 822

Maypole::Manual::About This chapter serves as a gentle introduction to Maypole and setting up Maypole applications. We look at what Maypole is, how to get it up and running, and how to start thinking about building Maypole applications. What is Maypole? Presumably you have some idea of what Maypole is all about, or... Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Maypole::Manual::About Download

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

PyQt4 for Linux PyQt is a set of Python bindings for Nokia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are implemented as a set of... Platforms: Linux

License: Freeware Size: 11.2 MB Download (46): PyQt4 for Linux Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 674

PyQt4 PyQt is a set of Python bindings for Nokia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are implemented as a set of... Platforms: Windows

License: Freeware Size: 11.2 MB Download (50): PyQt4 Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 335

Zonk! Light Framework for PHP Zonk! is a lightweight skeleton web application framework implementing the hierarchical model-view-controller design pattern (HMVC) made for Apache web servers running PHP5. Platforms: Windows, Mac, Linux

License: Freeware Size: 199.79 KB Download (48): Zonk! Light Framework for PHP Download

Added: April 16, 2013 | Visits: 588

PHP Fat-Free Framework FAT-FREE is a powerful yet lightweight PHP 5.3+ Web development framework designed to help you build dynamic and robust applications - fast!Condensed in a single 55KB file, the framework's simple domain-specific language gives you access to Fat-Free's all-purpose template engine, flexible cache,... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (41): PHP Fat-Free Framework Download

Added: August 05, 2013 | Visits: 639

NXT SCARA (Two-Link Planar Robot Arm) Controller Design NXT SCARA is a two-link planar robot arm built with LEGO Mindstorms NXT. SCARA stands for Selective Compliant Assembly Robot Arm. Please refer the following URL to know more detailed information about SCARA.http://en.wikipedia.org/wiki/SCARAThis demo presents sample models and documents describe... Platforms: Matlab

License: Freeware Size: 11.13 MB Download (50): NXT SCARA (Two-Link Planar Robot Arm) Controller Design Download

Added: June 04, 2013 | Visits: 392

php.MVC for Scripts php.MVC implements the Model-View-Controller (MVC) design pattern, and encourages application design based on the Model 2 paradigm. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for... Platforms: PHP

License: Freeware Size: 655.36 KB Download (48): php.MVC for Scripts Download

Added: January 18, 2010 | Visits: 957

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same... Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

Added: April 06, 2013 | Visits: 469

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

Added: July 25, 2013 | Visits: 406

Design Pattern: Iterator (Behavioural) Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation [1]. This design pattern is also known as Cursor.Motivation: An example of an aggregate object is an instance of the List ADT. Consequently, an iterator can be used to traverse... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Design Pattern: Iterator (Behavioural) Download

Added: September 30, 2013 | Visits: 335

HTFramework A framework of re-usable components for happier iPhone OS development Aims .simple to extend and customise .independent of any data persistence technique .no private framework calls .iPad support .match the look and feel of iPhone OS and Apple's own apps by default .follow Apple Human... Platforms: Mac

License: Freeware Size: 143.36 KB Download (37): HTFramework Download

Added: May 10, 2013 | Visits: 384

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: 344

Metaclass Class Policies This code implements the policy design pattern in Python by using metaclasses and multiple inheritance. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Metaclass Class Policies Download

Added: May 09, 2013 | Visits: 365

PID for state space representation PID is used in several purpose for controlling of motors and valves etc..., no development was in the field of state space model w r t PID controller design .... hope this suits the requirement Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): PID for state space representation Download

Added: May 10, 2013 | Visits: 826

Paragon PHP. It contains a structured library of extensible components for modelling real world objects and processes. Paragon is a 3-tier system defining an abstraction between the presentation, business logic and data access layers and employs a simplified Model-View-Controller design paradigm.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (104): Paragon Download

Added: May 10, 2013 | Visits: 474

CryptoMAK Cipher Tool Cryptomak is collection of php script for encrypting and decrypting messages (plain or encrypted text)Cryptomak contains some encryptions such as shift, affine, monoalphabetic substitution, vigenere, permutation, and so on. Also, it contains tools such as frequency distribution and index of... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): CryptoMAK Cipher Tool Download

< 1 2 3 4 5 >