paradigm
Visual Paradigm for UML (Community Edition) 6.0
Visual Paradigm for UML (Community Edition) is a UML modeling tool more>>
Visual Paradigm for UML (Community Edition) works accordingly to the latest standards of Java and UML notations and provides the industrys full round-trip code generation and code reverse engineering support for Java.
Main features:
- Support All UML Diagrams (Class, Use Case, Collaboration, Sequence, State, Activity, Component, Deployment, Timing, Composite Structure)
- Real Time Model Validation
- Dockable User Interface
- Resource Centric Interface for better Usability
- Automatic Diagram Layout
- Sophisticated Diagram Printing Facility
- Copy Diagram Elements to System Clipboard as Image
- Export Diagram as Image (JPG, PNG and SVG Format)
- Support Sub-diagram for all UML Model
- Provide Different Look-and-Feels for User Interface
- Support Package Containment
- Textual Analysis
- Model Generation that Supports the Generation of Sequence Diagram from a Flow of Event and the Generation of Collaboration Diagram from a Sequence Diagram (and vice versa)
- Multilingual Supports.
Enhancements:
- Customizable Data-Types
- Support UML2 XMI
- Define more type of candidate class in Textual Analysis
- Element Sorting in Report Generation
- Group Diagram by Category
- Reverse Database Enhancements
- Many more enhancements.
FerrandPhotos Widget 1.0
A nice dashboard widget that displays sports images. more>> Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram
+Bookmark (New Feature)
+Handi-Selection (New Feature)
+Command-line operations (New Feature)
+User Interface Designer (Enhanced)
+Java Roundtrip engineering
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python (Enhanced)
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Modeling collaboratively with VP Teamwork Server, CVS and Subversion (Enhanced)
+Report generator for generating documentation
+Automatic diagram layout
+Import/export XMI file
+Import Telelogic Rhapsody Project File (New Feature)
+Support Stored Procedure and Database Trigger (New Feature)
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...<<less
GLTerrain 0.1
GLTerrain is launched as a random terrain screen saver, which features a continuously deforming height map. more>>
GLTerrain 0.1 is launched as a random terrain screen saver, which features a continuously deforming height map.
Requirements:
- Mac OS X 10.2.3 or higher
OpenSwing 2.0.3
Open-source suite of advanced graphics components based on the Swing toolkit OpenSwing contains a set components that are more sophisticated of those provided with Swing and can be manipolated more>> Open-source suite of advanced graphics components based on the Swing toolkit
OpenSwing contains a set components that are more sophisticated of those provided with Swing and can be manipolated directly inside the UI designer of the IDE.
OpenSwing is also a framework that provides data binding mechanism between components and data model, based on the MVC paradigm. Data model is based on Java Beans (POJOs) and it is supported in all OpenSwing components, such as Grid control or components container.
OpenSwing provides a complete solution (advanced swing components with data binding capabilities and a framework) to easily and quickly develop rich-client applications.
It is possibile to apply this framework to develop java Desktop Applications or Rich Internet Applications (three tiered applications based on Swing front-end + HTTP + java servlet + database).
NOTE: OpenSwing is licensed and provided under the terms of the GNU Lesser General Public License.
System requirements:
- Java 1.4 or later
Enhancements
- Final release 1.9.9 available
- Rebuild whole project.
- The distribution includes also Jar file libraries, source files, javadoc, licence and readme.txt installation instructions.
License:GPL
TAPESTREA 0.1.0.4
TAPESTREA - Techniques And Paradigms for Expressive Synthesis, Transformation, and Rendering of Environmental Audio more>>
This is a very experimental audio software, so anticipate glorious disasters and please let us know if you run into issues.
The best way to start working with and learning about taps is to try the software, join the taps mailing list, check out the wiki, ask questions, and help shape the design.
So, whether you are a sound designer, audio researcher, composer, developer, or none/all of the above, take a spin on the TAPESTREA loom and uh, make a musical tapestry.
Main features:
- identify points of interest in the sound and extract them into reusable templates
- transform sound components independently of the background and/or other events
- continually resynthesize the background texture in a perceptually convincing manner
- controllably place event templates over backgrounds, using a novel graphical user interface and/or scripts written in the ChucK audio programming language
- leverage similarity based retrieval to locate other interesting sound components
Enhancements:
- (fixed) no more high CPU usage on reverb tails on Intel processors
- (fixed) can now have ".ck" in path names
- (added) 8-channel output
- number of real-time audio output channels can be set to N by command line: --channels N
- 8 audio buses within taps, can write to 8-channel wav file while playing in stereo
- template can be played on specific bus from chuck script
- (added) chui: chuck gui
- add user interface elements from chuck scripts
- (added) sample rate conversion
- works by default in windows
- install libsamplerate and recompile for Mac OS X, Linux
- (added) new command line option: --nogui
- instead of running gui, synthesis can be controlled from
- the command line using two or more terminals. the first
- acts as a server that receives messages from the rest on which
- templates to add, remove, play or stop.
Wave Simulation 1.0
Wave Simulation is developed as a smart program which is simulative to a wave disturbance propagating on a two dimensional membrane. more>>
Wave Simulation 1.0 is developed as a smart program which is simulative to a wave disturbance propagating on a two dimensional membrane. The program uses a timer to step the simulation. At each step a two dimensional wave equation is solved by using a finite differencing scheme that is space centered and time forward. The initial conditions have been exaggerated for better visibility in the OpenGL output. See the commentary in the source code for further details. The idea here is to demonstrate simple numerical processing and scientific visualization in a Cocoa based application.
The program structure uses the Model/View/Controller paradigm. The classes for this structure are grouped under one heading and the various support classes are grouped under another heading. The View part of the program combines the user interface (UI) and the OpenGL rendering. The GLView class is a wrapper, i.e., sub-class, around the NSOpenGLView class that gives the class the ability to render, among other things, a mesh that is passed in from an outside source.
The view point and lighting that the GLView class uses in its rendering is also provided from outside. The visible part of the GLView in the UI is an outlet for the rendering. Also, the GLView object has been set up so that a mouse click in the visible rendering area toggle betwever, each update cycle is quick enough to justify a single threaded structure for the program.
An important characteristic of this program is that the OpenGL rendering is encapsulated in two parts of the program: the GLView class and the DrawingFunctions.h module. All of the other support classes make no reference to OpenGL. The Avian class is meant to capture the concept of an extended physical body that can have a location in 3D space as well as an orientation.
The FlyingCamera class is based on the Avian class and provides it with extras that are appropriate for handling views from various positions and orientations. The Mesh and MeshNode clases are also divorced from OpenGL. A GLView object 'knows' what to do with FlyingCamera and Mesh objects, but not vice versa. Also, the Controller object 'knows' how to relate user input, via the steppers, to FlyingCamera settings.
This program is also provides a good way to waste enormous quantities of time. The membrane uses a material that is meant to be a fair approximation of ruby. When the light is set to, say, colatitude equal to 35 degrees and longitude equal to 200 degrees the surface shows some nice highlights. Be warned: this program can induce a hypnotic state in the unwary user.
iPhone PigShooter 0.3
iPhone PigShooter - If you havent played PigShooter, then you havent lived more>> iPhone PigShooter - If you havent played PigShooter, then you havent lived
If you havent played PigShooter, then you havent lived. It is that simple. PigShooter sets the standard for advanced OpenGL hardware accelerated 2D graphics, amazing sound effects that bring you into the action, and a unique gameplay experience that is unlike any other game you have ever admitted to playing.
This groundbreaking game features a completely open-ended plot so the action never quits! There is no score keeping and no way to die. PigShooter is the ultimate confidence booster. This cutting edge design is the result of minutes of hard research into the inner workings of the human psyche - and it shows!
PigShooter doesnt just feature cutting edge game design. No sir. PigShooter is also endowed with stunning 2D artwork from artists around the world. As an added bonus, the artists have no idea! Thanks to advances in Google Image Searching Technology, PigShooters unique sound aand look was put together completely without permission of the authors or even knowledge as to who the authors are!
PigShooter boasts an exclusive package of motivational messages precisely engineered to produce positive mental feedback during your game playing experience. Intensive studies done by major universities have arrived at stunning conclusions which were completely unincorporated into PigShooters design. This game is paving the way toward a whole new paradigm of interactive entertainment technology!
With all of these advanced features, you might expect PigShooter to sell for upwards of three and possibly as high as four dollars, right? Well you would be wrong! PigShooter is free! Yes, thats right, free! And PigShooter delivers on your free investment. Believe me, you will get what you pay for!
System requirements:
- iPhone

TimeClock 1.1
TimeClock is created as a useful, yet easy to use time clock program which is designed using a punch clock paradigm, more>> <<less
Macavenger Tech - This program is designed using a punch clock paradigm, rather than a task timer paradigm. TimeClock. TimeClock 1.0 brings you a very convenient TimeClock ProgramLicense:Freeware
TimeClock 0.1.1 offers you a convenient tool which uses a "punch clock" paradigm, rather than a "task timer" paradigm. Simply push a button to clock in at the beginning of the day, and push it again
TimeClock 0.1 is a powerful tool which uses a "punch clock" paradigm, rather than a "task timer" paradigm. Simply push a button to clock in at the beginning of the day, and push it again to clock outOSXCrypt 6.2A
OSXCrypt brings you a functional framework, a kernel extension and a command line utility which lets the creation, manipulation and attaching of a TrueCrypt -compatible volume more>> OSXCrypt 6.2A brings you a functional framework, a kernel extension and a command line utility which lets the creation, manipulation and attaching of a TrueCrypt -compatible volume, and in the near future, any kind of disk-based encryption available through a modular architecture.
Some of the differences between TrueCrypt and OSXCrypt are:
- OSXCrypt is a kernel module, and not based on MacFuse. That gives the project a really different approach.
- The OSXCrypt Framework is based on the paradigm of implementing a modular kernel module that can be used with OTHER cyphers. Implementing dm-cryppt on mac, for example, is now trivially easy.
- The GUI is coming even here, thanks to the efforts of a volunteer.
athenaCL 1.4.9
athenaCL is an advanced program which satisfies you with ,odular, polyphonic, poly-paradigm algorithmic music composition in a cross-platform interactive command-line environment. more>>
athenaCL 1.4.9 is an advanced program which satisfies you with ,odular, polyphonic, poly-paradigm algorithmic music composition in a cross-platform interactive command-line environment.
The AthenaCL system is an open-source, object-oriented composition tool written in Python. The system can be scripted and embedded, and includes integrated instrument libraries, post-tonal and microtonal pitch modeling tools, multiple-format graphical outputs, and musical output in Csound, MIDI, audio file, XML, and text formats.
Valentina C++ ADK 3.5.2
Valentina C++ ADK gives you the ultra-fast developer database in which unique Valentina minutes-to-seconds speed combined with standards support for Valentina SQL, XML and ODBC import export, UTF-16 international native file format. more>>
Valentina C++ ADK 3.5.2 gives you the ultra-fast developer database in which unique Valentina minutes-to-seconds speed combined with standards support for Valentina SQL, XML and ODBC import export, UTF-16 international native file format that makes it the best choice for businesses that start small but do not want to forced into an enterprise model before they are ready.
Compare yourself with MySQL, Oracle, DB2, Filemaker Server and MS SQL Server - Valentina is fast - even when handling millions of records.
Valentina 3.x introduced many key features: Views, Triggers, Stored Procedures, Hot Back Up and ODBC connectivity.
You can connect your applications with Valentina 3.x Office Server using native adapters for REAL Software REALbasic, Adobe Director, Apple Cocoa/Objective-C, Apple Carbon, MS Visual Studio C++, GCC 4, Mirye Runtime Revolution from Mirye Software, PHP, Ruby/Ruby on Rails, .net framework, COM and more - you can connect with EVERY major development environment.
Major Features:
- Cross-Platform: Available on Mac OS X (PPC and Intel), Windows and Linux.
- Valentina SQL: SQL 92 and 2003 secifications + object extensions
- Supports Every Major Tool: Every major development tool has a native driver; native web apps with Ruby on Rails and PHP
- Modern Database: Object-relational in synch with modern programming paradigms and highly customizable file format.
- Well Supported: Online documentation, loads of example code and free community mailing list.
- Ultra-Fast Database: Benchmarked in the field between five to hundreds of times faster than comparable products.
- Best Unicode: UTF-8 and UTF-16 native formats for best international support.
- Super Secure Encryption: 448-bit Blowfish encryption.
- Bonjour/Zero Config: Auto-find Valentina databases on your network.
- XML/Text Import/Export: XML for data and schema.
Campsite 3.2.3
Free and open source CMS for news websites more>> Free and open source CMS for news websites
Campsite is a multilingual content management system for news websites developed by Center for Advanced Media -- Prague, which is the technology arm of the Media Development Loan Fund.
Campsites easily localizable user interface was built with the end user (journalist/editor/publisher) in mind and it can be configured to suit different profiles of end users - to each according his or her own technological prowess.
Campsite follows the print-newspaper publishing paradigm, so it structures sites by default as Publications > Issues > Sections > Articles. Campsite works best for medium-to-large-size online news publications, but it is capable of handling nimbler sites too.
Main features:
- highly customizable user interface,
- automatic creation of archives,
- total design freedom for web designers,
- copy flow,
- built-in subscription support
Enhancements
- Article attachments in article edit mode via TinyMCE editor
- Image shrinking for images inserted by TinyMCE
- Integration of Media TinyMCE plugin and Article media files
- Add image derivates cache
- Rename "Import legacy archive" into "Import XML" in Actions menu
- List most recently commented articles and most recent comments
- Ordered "Clear System Cache" and "Import Legacy Archive" in Action Menu
- List most recent comments / most recently commented articles
- Implement custom size parameters for text edit fields
- Plugin manager: implement plugin update functionality Bugs Fixed
- Blog plugin: Add confirmation for user that images have successfully uploaded -
Smart Jobs 1.0
A nice Dashboard widget that grabs the Smart Career Centre job listings. more>> Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram
+Mind Mapping Diagram (New Feature)
+Requirement Modeling (Enhanced)
+Callout and Freehand shape (New Feature)
+Nicknamer - create translated copies of model (New Feature)
+Model Transitor (New Feature)
+User Interface Designer
+Java Roundtrip engineering
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD (Enhanced)
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce (New Feature)
+Report generator for generating documentation (Enhanced)
+Automatic diagram layout
+Import/export XMI file
+Support Stored Procedure and Database Trigger
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...<<less

Cortona for Mac 1.1 (beta)
Cortona for Mac offers navigation paradigms (such as walking or flying) that ... more>> Cortona for Mac offers navigation paradigms (such as walking or flying) that enable the user to move the viewer through a virtual world;a mechanism allowing the user to interact with a virtualworld through a sensor in the scene; a hardware renderer based on OpenGL.Key features:Full VRML 97 support (with the exception of EAI) Support for ParallelGraphics. proprietary extensions: NURBS, Spline, Keyboard Sensor, DropSensor and Text3D.<<less
Mike Golding Yacht Racing 1.0
Have the latest Mike Golding News in your dashboard. more>> Visual Paradigm for UML is an easy-to-use, complete-featured UML modelling tool that supports complete software development life-cycle - analysis, design, construction, testing and deployment. This UML modeling tool helps you build quality applications faster, better and at lower cost. You can draw all types of UML diagrams, reverse source code, generate code from class diagrams and generate documentation. This UML CASE tool also provides abundant UML resources including UML tutorials, UML sample projects and UML interactive demos.
VP-UML Features:
+Complete UML notation support (use case diagram, sequence diagram, collaboration diagram, class diagram, state diagram, activity diagram, component diagram and deployment diagram)
+OOAD support - object-oriented analysis (OOA), object-oriented design (OOD)
+Use case modeling (use case scheduling, use case description...)
+Textual analysis for identifying candidate classes, use cases, actors...
+CRC Card for finding objects
+Business Workflow diagram
+Incremental roundtrip engineering
+Reverse engineering - code to diagram, code to model (Java to UML models, Java to UML diagram)
+Reverse engineering XML, DotNET dll/exe, C++, CORBA IDL
+Code Generation - diagram to code, model to code (UML to code, UML model to Java)
+Report generator for generating documentation to HTML/PDF
+Auto diagram layout - arrange classes and connectors in UML diagrams in different elegant styles automatically
+Import/export XMI
+Import Rational Rose file
+Visio Integration - draw UML diagrams with Visio stencils
+Export diagrams to SVG, PNG, JPG
+Version control
+Template and Plug-in
+Multilingual support
+More...
Other UML Modeling Tools / UML Plug-ins:
Java Platform (Mac OS X/Windows/Linux):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for IBM WebSphere (WSAD)
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
Windows Platform:
+SDE for MS Visual Studio .NET
+More SDE...<<less