Home > By category > Developer Tools > Editors, IDEs & Coding Utilities
Sort by : Name|Date|Downloads|Rating|

Listing of Editors, IDEs & Coding Utilities in Developer Tools

A message passing library addressing the special needs/capabilities of Qt applications. The basic building block for classic 3-tier applications where both client and server are Qt applications.
MPQ Message Passing for Qt License - GNU Library or "Lesser" General Public License version 3.

  • Publisher: Mpq
  • Date: 07-06-2013
  • Platform: WinOther

A gui that helps newbye to set up the AviSynth's Quantified Motion Filter.
QMG - Quantified Motion Gui License - GNU General Public License (GPL).

  • Publisher: Qmg
  • Date: 04-11-2013
  • Platform: WinOther
  • PyYUI
  • License: Freeware
  • Price: 0.00
  • Rating

A GWT-like python wrapper for Yahoo's YUI libraries. Write python code, make YUI objects.
PyYUI License - GNU General Public License (GPL).

  • Publisher: Pyyui
  • Date: 29-06-2013
  • Platform: WinOther
  • libries
  • License: Freeware
  • Price: 0.00
  • Rating

A general library which will grow in future. Any stuff which is used in personal research projects are added to "libries" and anyone could use it..

  • Platform: WinOther

JCom is a bridge library between Java and Com to enable COM object access from Java classes. Example: Creating an Excel worksheet, or using Visual Basic COM application from a Java application..

  • Publisher: nexb.org
  • Date: 18-10-2012
  • Size: 494 KB
  • Platform: WinOther

The Python Genetic Programming Project implements a Genetic Programming System a la J Koza in Python..

  • Platform: Linux, Mac OS X, WinOther

A Java Swing-based development environment to assist in the rapid creation of Struts-based (currently Struts 1.1b) web applications. This standalone application allows users to create from scratch and/or import existing Struts 1.x struts-config.xml files,.

  • Platform: Linux, Mac OS X, WinOther

RosePHPTool is an add-in for Rational Rose. With this tool you can generate PHP5 code from your model..

  • Platform: Linux, Mac OS X, WinOther
  • TSQLDOM
  • License: Freeware
  • Price: 0.00
  • Rating

A .Net library that generates the Transact SQL statements necessary for the creation of objects on a Microsoft SQL Server 2000.

  • Platform: WinOther
  • XTern
  • License: Freeware
  • Price: 0.00
  • Rating

XTern is an external scripteditor for the game X2..

  • Platform: Linux, WinOther

MUIBuilder is an GUI builder for MUI GUIs which was originally written by Eric Totel. Goal of this project is to make it portable for all AmigaOS-like operating systems, extend it to export data to XML, and create cross-platform code generator.
MUIBuilderXML License - GNU General Public License version 3.

  • Platform: WinOther

This program will take a list of contacts, either as a tab delineated .txt file or input from a user. It will then export a html file with each contact having their own QR code image.
QR Contacts License - GNU General Public License (GPL).

  • Platform: WinOther

C program that translates python scripts to ruby scripts. Uses bison and lex.
Python 2 Ruby Translator License - GNU General Public License (GPL).

  • Publisher: Py2rb
  • Date: 06-09-2013
  • Platform: WinOther
  • marven
  • License: Freeware
  • Price: 0.00
  • Rating

Marven is a model based generator implemented as eclipse plugin. It is based on EMF JET-templates and the UML 2.0 metamodel implementation for eclipse. It comes with a comprehensive example to generate EJBs out of UML-models.
marven License - Eclipse Public License.

  • Publisher: Marven
  • Date: 17-09-2013
  • Platform: WinOther
  • CC-XJC
  • License: Freeware
  • Price: 0.00
  • Rating

CC-XJC is a JAXB 2.0 XJC plugin for adding a copy constructor to schema derived classes..

  • Platform: WinOther
  • ncglib
  • License: Freeware
  • Price: 0.00
  • Rating

This project is .NET implementation of Proxy(Interceptor) pattern. The main idea is from cglib project..

  • Platform: Linux, Mac OS X, WinOther

PLiX (Programming Language in XML) is an XML-based code-generation framework. Generators produce XML matching the PLiX.xsd schema, which can be formatted into multiple languages. Extensible formatters support C# and VB.NET in Visual Studio 2005 and 2008.

  • Platform: WinOther

The startJ is a small but very powerful java integrated development environment, which provides multiple document edit, code reformat, compile, decompile and automaticliy generate C++/delphi JNI wrapper code..

  • Platform: WinOther

Generates internal (in memory) and external (on disk) forms of binary data structures, and the code to convert between the two..

  • Platform: Linux, Mac OS X, WinOther

MacroWeb is a website development utility that intends for rapid web site building and to ease the web site maintainence. It uses a pre-processing template/macro system to build website frameworks and to achieve content management.
Macro Web License - BSD License.

  • Publisher: Macroweb
  • Date: 24-06-2013
  • Size: 25 KB
  • Platform: WinOther

An automated DOM class generator for Qt C++ for accessing MySql databases
Qt-MySql DOM generator License - GNU General Public License version 3.0 (GPLv3).

  • Platform: WinOther

Library for parsing and editing python source code in form of tree. (this tree is very similar to syntax tree, but nodes are commands.Above this library will be build simple editor in wxPython.
Python Source Tree editor License - BSD License.

  • Platform: WinOther

maven-gbean-plugin: a maven plugin focused on help gbean development. Available goals include 1, a archetype goal to create a simple template Gbean. 2, a deploy plan generating goal based on a Gbean.
maven-gbean-plugin License - Apache License V2.

  • Platform: WinOther

AutoSemantix is a round-trip code generation tool designed to streamline the creation of Semantic Web applications for the Java platform..

  • Platform: Linux, Mac OS X, WinOther

Generate a parser at runtime from a collection of C++ objects. Concisely state a parser specification in ordinary C++ code. Learn from a parser generator with an object-oriented design..

  • Platform: WinOther
  • ccython
  • License: Freeware
  • Price: 0.00
  • Rating

Tool for Cython aimed to provide a functionality similar to SWIG. It rolls out "extern from" directives and generates shadow classes definitions. Can be used instead of cython in command line..

  • Platform: WinOther

CodeGenClipse is a project for adding Eclipse IDE support for code generation tools. Currently available is CodeGenJostraca that integrates the Jostraca Code generator into Eclipse v3.1.2+. For installation help & details refer to the project homepage.

  • Platform: Linux, Mac OS X, WinOther

A Java command-line option parser generator, providing function similar to GNU Getopt, but much richer..

  • Platform: Linux, Mac OS X, WinOther
  • JEnum
  • License: Freeware
  • Price: 0.00
  • Rating

JEnum is a Java runtime jar for working with enumerated types, as described in Josh Bloch's Effective Java, and a one-way code generator to create the needed classes from xml. The API is patterned after the Java Collections API..

  • Platform: Linux, Mac OS X, WinOther

PHP Application Framework (PAF), a framework for developing PHP applications using model-driven and generative techniques..

  • Platform: WinOther

New Downloads

Pidro Challenge

The Pidro card game - a game
of daring and skill. You and
your computer partner play
against two computer
opponents.

Screenrec

Screenrec is a free cloud
screen recording tool what
helps you communicate faster
and increase your
productivity. Instead ...

ClickCharts Free Flowchart
Software

ClickCharts Free Diagram and
Flowchart Software lets you
lay out your ideas,
organization, process or
create UML ...

Express Accounts Accounting
Free

Express Accounts Accounting
Software Free is professional
business accounting software.
This product is perfect small
...

HelpNDoc

Full-featured help authoring
tool, easy and powerful,
producing HTML help files,
CHM, PDF, Word, iPhone, ePub,
Kindle and ...

OzGIS

OzGIS is an extensive system
for the analysis and display
of geographically referenced
data. The system can be used
to ...

Vivaldi for Windows 64

The Vivaldi browser does not
track you and lets you be in
control of how your browser
looks, feels and works. It
adapts ...

7Caps

7 Caps is a small tool to
check the status of Caps Lock
and Num Lock. The new version
also has an audio alert. It is
a ...

Vivaldi for Windows 32

The Vivaldi browser does not
track you and lets you be in
control of how your browser
looks, feels and works. It
adapts ...

Active Disk Editor

Disk Editor is a free low
level hexadecimal editor
specifically aimed to explore
NTFS partitions internals.
Extended ...