developing
Develop 0.8-0.0
Develop is a little Tool for Programmers. more>>
You can use it for c++ html php and java.
There are little Generators for html / OpenGL / php.
You can create PDF / PS with highlighting support
Enhancements:
- better highlighting
DevBoi 0.5.1
DevBoi is an extension which adds a sidebar with web-development references. more>>
Web development is a broad term that incorporates all areas of developing a web site for the World Wide Web. This can include e-commerce business development, web design, web content development, client-side/server-side coding, and web server configuration. However, among web professionals, "web development" usually refers only to the non-design aspects of building Web sites, e.g. writing markup and coding. Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, or social network services.
For larger businesses and organizations, web development teams can consist of hundreds of people. Smaller organizations may only require a single permanent or contracting webmaster, or secondary assignment to related job positions such as a graphic designer and/or Information systems technician. Web development may be a collaborative effort between departments rather than the domain of a designated department.
Porcupine 0.1
Porcupine is a web application server that provides an object oriented framework for developing web applications rapidly. more>>
Many of the tasks required for building web applications as you know them, are either eliminated or simplified. For instance, when developing a Porcupine application you dont have to design a relational database. You only have to design and implement your business objects as classes, using the building blocks provided by the framework (datatypes). Porcupine integrates a native object database, no mapping required.
Another tedious task for web applications is the interface design, and the constraints imposed by HTML. QuiX, the servers integrated XUL motor, simplifies the interface design process. All you have to do is describe your applications interface in XML and write the appropriate event handlers. You dont have to waste time and money on widget implementations. QuiX comes with a variety of ready to use widgets, accelerating the development process.
Generally, every Porcupine application consists of three distinct layers. The first is the business layer consisting of the business objects which encapsulate the business logic.
The second layer binds the HTTP protocol with the first layers business objects. This layer is implemented using Python Server Pages or Servlets. If using XML-RPC, one common approach is to directly map an XML-RPC method to a business objects method.
The third layer, the presentation layer, usually consists of XML UI definitions and JavaScript event handlers.
The first two layers are executed server side and the third layer is executed on the client (browser).
WinGL 0.6
WinGL a is small C++ library designed to help developing portable OpenGL windows-based or fullscreen applications. more>>
WinGL supports or will support frequently-used functionalities in graphical applications like 3-d renderers or games. The functionalities that are implemented, or currently planned to be, are:
creating a main window with control over size, color format and icon
handling the main event-driven loop, using a system of callbacks embedded in C++ objects.
supporting mouse. The library must be able to
capture the mouse, i.e. hiding it and receiving relative movements instead of absolute movements. (often used in 3-d immersions)
detect drag&drop operations
supporting keyboard. The library must be able to
support classical behaviour (like in any window manager)
intercept special keys like shift and control, and not repeat keypresses when a key is pressed for a lo
RVNDEV 0.2
RVNDEV is a set of utilities to assist developers developing in Ravenous. more>>
Enhancements:
- Support for configuration of data model caching was added.
Pongix 0.4
Pongix is videogame very simple for two players inspired by the classic Pong. more>>
We began to develop the program to participate in the proposal "Pong" that made several users of the list of mail SDL in Spanish.
The proposal consisted of developing several versions different from videojuego Pong with the libraries SDL, each version could include its own variants.
Webware for Python 0.9.4
Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications. more>>
The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
Webware for Python is well proven and platform-independent. It is compatible with multiple web servers, database servers and operating systems.
Enhancements:
- It contains some fixes and improvements of WebKit, and it adds some more configuration options that have been requested.
KLone-DevKit 1.2.0
KLone-DevKit is a full-featured development kit for developing custom applications based on KLone. more>>
The developer is guided through the creation and release of his/her own KLone application via a range of real use case examples.
The package is also a good starting point for those who want to create an easy and complete KLone development framework from scratch or simply those who want to start hacking on a .kl1 file without the hassle of creating a custom build environment.
Enhancements:
- A new demo application (pxaregs-gui) has been added to control, via a Web-based AJAX interface, PXA255/PXA270 CPU registers.
Adevs 2.0.5
adevs is a C++ library for developing discrete event simulations based on the Parallel DEVS and DSDEVS formalisms. more>>
DEVS has been applied to the study of social systems, ecological systems, computer networks and computer architecture, military systems at the tactical and theater levels, and in many other areas.
Recent advances in quantized approximations of continuous systems suggest promising computational techniques for high performance scientific computing (e.g. in the field of computational fluid dynamics).
Enhancements:
- This version corrects an error in the dynamic structure feature (this error only affected models that use component migration).
- A limited adevs-1.x backwards compatibility module is available.
Eclipse 2D Game Engine 1.0
Eclipse 2D Game Engine provides bitmap fonts, window management, audio capabilities, image loading, error logging, and zip file. more>>
Eclipse 2D Game Engine provides bitmap fonts, window management, audio capabilities, image loading, error logging, and zip file support.
virtbench 0.1
virtbench is a set of benchmarks for virtualization environments / hypervisors. more>>
Weaver 3.0.1
Weaver is an XML programmed MVC controller for developing Web applications. more>>
Main features:
- Programmed via a simple but powerful XML syntax whose elements are modeled after those provided by JSTL.
- Support for an Expression Language (EL) syntax that is identical to that of JSP 2.0.
- Easily extensible XML tag vocabulary.
- Support for JSPs and for other View technologies.
- Model functionality is easily added via the implementation of a simple Java interface.
- Provision for multiple cooperating applications.
- Transparent support for authentication.
- Provides a management console to monitor and to configure running applications.
- Runs in any suitable servlet container.
- Automatic application reloading for rapid development.
- Its efficient.
- Its free (released under GPL).
Enhancements:
- Updated 3rd Part Libraries
- Updated to include new release of jakarta JSTL implementation (1.1.1).
KDE Simple Programming Tutorial 1.2
KDE Simple Programming Tutorial is a tutorial for developing a KDE application. more>>
With the only requirement of a little C++ knowledge, and using the latest KDE snapshots, the reader will learn how to build his/her first KDE application from a simple "Hello world" button to a Web browser with a DCOP interface that communicates with a bookmark application running in a separate process.
Theres also a spanish and a romanian version of the documentation.
Yet Another Swing Library 1.2
Yet Another Swing Library is a complete framework which is specially designed for developing Swing-based applications along with a library of Swing components and utilities. more>>
Yet Another Swing Library 1.2 is a complete framework which is specially designed for developing Swing-based applications along with a library of Swing components and utilities. Swing is a much-maligned but rich library for developing Java-based gui applications. Despite what critics say, you can develop robust and responsive desktop applications with Swing. Unfortunately, Swing doesn't provide a ready-made framework for building applications although the building blocks are there. YASL attempts to provide that framework.
YASL is based on the Model-View-Controller pattern. It divides an application into gui components (View), action classes to handle user-driven events (Controller), and singleton classes (Model). The actions and singletons are stored in separate maps in key-class pairs. The initialization of actions and singletons as well as the mapping of menu items to actions can be handled through xml configuration or in the code or both. The framework provides the glue that holds the components together and facilitates their interaction.
Major Features:
- Managing actions
- Managing singletons
- Threading calls to actions
- User preferences management
- Resource bundles
- Splash pages
- xml configuration
- Logging with SLF4J
- Dynamic jar loading
Requirements: Java and the library has been compiled using JDK 1.4.
PXAServer 0.5.3
PXAServer is a framework for developing Web applications. more>>
Enhancements:
- This release adds a login system with MD5 hashing and a flex2 client.
- It adjusts the log system for the login system, and fixes a minor bug.