Main > Free Download Search >

Free integrated development environment software for linux

integrated development environment

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4526
Java Development Environment for Emacs 2.3.5

Java Development Environment for Emacs 2.3.5


Java Development Environment for Emacs is a complete Java development environment for Emacs. more>>
Java Development Environment for Emacs (JDEE) is an Emacs-based integrated development environment (IDE) for developing Java applications and applets.
Features include multiple code browsers, a JPDA-based debugger, method and field completion, template-based and procedure-based code generation, Java source code interpreter, context-sensitive help, and more.
Enhancements:
- On XEmacs, Use efc-xemacs-query-options, i.e., a GUI dialog box instead of a text dialog box, only if use-dialog-box is nonnil.
- Fixes bug in ProjectClasses to avoid duplicate entries of imports.
- Updated JDEEs Ant interface to force use of pipes to interact with external Ant process.
- Fixed regression that caused jde-help-class-member to issue a Lisp error.
- Fixed regression in jde-wiz-update-class-list command.
- Fixed regression that caused JDEbug to issue a Lisp error when launching an application.
- Thanks to Martin Schwamberger.
- Revise the following templates to conform to CheckStyle requirements:
- jde-gen-deep-clone-template
- jde-gen-to-string-method-template
- jde-gen-bean-template
- Thanks to Martin Schwamberger.
- Added the following code generation templates:
- jde-gen-exception
- Generates an exception class in the current buffer.
- jde-gen-exception-buffer
- Generates a buffer containing an exception class.
- jde-gen-hashcode-method
- Generates a hashcode method at point.
- jde-gen-equals-method
- Generates an equals method at point.
- jde-gen-tostring-method
- Generates a toString method that uses Apaches
- ToStringBuilder class.
- Thanks to Ole Arndt.
- Enhanced jde-run-option-classpath to allow you to specify that the JDEE should omit the classpath argument when running the class or application in the current buffer, regardless of the setting of jde-global-classpath.
- Fixed regression that caused the JDEE to switch projects during debugging when stepping into code that does not belong to the project being debugged.
- Updated regular expressions used by the JDEEs interface to jdb to accommodate non-English punctuation styles for numeric expressions in debugger messages, e.g.,
- 1.200 for a line number where the English would write 1,200.
- Thanks to Morten B. Isaksen.
- In previous releases, building javadoc caused all future uses of compilation mode to try to
- display the javadoc. This release fixes the problem.
- Thanks to David Evers.
- Updated the submit-problem-report command to include an XEmacs users init.el file.
<<less
Download (3.6MB)
Added: 2005-04-03 License: GPL (GNU General Public License) Price:
1671 downloads
Python Integrated Development Application 0.5.1

Python Integrated Development Application 0.5.1


Python Integrated Development Application is an IDE based around the idea of reusing existing tools. more>>
Python Integrated Development Application (Pida) is an IDE based around the idea of reusing existing tools, rather than attempting to write a set of development tools of its own.

Python Integrated Development Application uses Vim as the editor, either with its traditional user interface or with a user interface that resembles more common text editors.

PIDA is different from other IDEs. Rather than attempting to write a set of development tools of its own, PIDA uses tools that the developer has available. In this regards PIDA is a framework for assembling a bespoke IDE. PIDA allows you to choose the editor you wish to use (yes, Vim out of the box works).

Although still a young application, PIDA can already boast a huge number of features because of the power of some of the tools it integrates. For example features such as code completion and syntax highlighting are well implemented in PIDAs integrated editors far better than any editor built for a commercial IDE.

Additionally PIDA insists on stealing excellent ideas from applications it cannot embed. For example the Rapid Application Development in the style of Microsofts development products is achieved by the combination of Gazpacho (a user interface designer) and Tepache (a code sketcher), via the text editor.
<<less
Download (0.26MB)
Added: 2007-07-30 License: MIT/X Consortium License Price:
816 downloads
AntiRight Desktop Environment 3.4

AntiRight Desktop Environment 3.4


AntiRight is a lightweight and scripted desktop environment that uses the Motif toolkit. more>>
AntiRight Desktop Environment is a lightweight and scripted desktop environment that uses the Motif toolkit. Development is carried out with a minimalistic philosophy in mind.

The software consists of a text editor, a desktop panel, a sticky note utility, system management panels, a file manager, a calculator interface, a color/background selector, a command launcher, a simple help system, an email and Web browser launcher, a theme selector, a preferences utility, a series of system monitors including a graphical load meter, and a CD player.

The desktop panel consists of launcher icons, a launcher panel button, a screen lock button, a virtual desktop switcher, an alarm utility, a command launcher, a clock, a user counter, a load meter, and a mail checker.

<<less
Download (0.10MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
881 downloads
Modularized Information Environment 0.8.0

Modularized Information Environment 0.8.0


Modularized Information Environment (MIE) is a Web-based information management tool. more>>
Modularized Information Environment (MIE) is a Web-based information management tool designed to meet the needs of small or medium sized organizations.

Modularized Information Environment implements user authentication, storage of settings in a database, multi-lingual support and a presentation layer API that always generates well-formed XML.

<<less
Download (0.36MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1103 downloads
AVR Cross Development Kit 20060719

AVR Cross Development Kit 20060719


AVR Cross Development Kit is a cross development kit for the AVR RISC processor. more>>
CDK4AVR stands for Cross Development Kit for Atmels AVR RISC processor serie and should support your development with a comprehensive Assembler and C development environment for even this processor familie under Linux. It will present only free of fee tools, so you can use it without risks. Further you will find some useful OS projects and related sample code all arround AVRs inside of the example packages.
CDK4AVR collects all programms and development tools in one directory (/opt/cdk4avr) and will try to present an easy to admin installation.
My intention for CDK4AVR is / was to provide a full featurd tool chain distribution of all the free accessible resources, because the most stuff is scattered to the wide of the whole Internet and only compileable by wizards or professions.
Installation:
Each package will be provided as RPM only. It is not necessary to install all packages,but you have to install the base package cdk-avr-base every time you want to use another package. Here is an example for a typical GNU development environment:
[user@host]$ rpm -hiv cdk-avr-base-0.3-20031111.i386.rpm
[user@host]$ rpm -hiv cdk-avr-binutils-2.14-20030906.i386.rpm
[user@host]$ rpm -hiv cdk-avr-gcc-3.3.2-20031021.i386.rpm
[user@host]$ rpm -hiv cdk-avr-gcc-c++-3.3.2-20031021.i386.rpm
[user@host]$ rpm -hiv cdk-avr-gcc-colorgcc-3.3.2-20031021.i386.rpm
[user@host]$ rpm -hiv cdk-avr-libc-1.0.2-20040229.noarch.rpm
[user@host]$ rpm -hiv cdk-avr-gdb-6.0-20031019.i386.rpm
[user@host]$ rpm -hiv cdk-avr-simulavr-0.1.2.20040304cvs-20040304.i386.rpm
[user@host]$ rpm -hiv cdk-avr-avarice-2.2-20040229.i386.rpm
[user@host]$ rpm -hiv cdk-avr-uisp-20040207cvs-20040304.i386.rpm
[user@host]$ rpm -hiv cdk-avr-avrdude-4.3.0-20040229.i386.rpm
Base package -- is needed every time you will use any CDK4AVR package.
NOTE: Users of base packages with version 0.2 and prior have to update to latest version. There was a damaged (t)csh startup script. As a result of an buggy %preun script in previous packages you have to update in two cycles:
[user@host]$ rpm -hUv cdk-nios-base-0.3-20031111.i386.rpm
[user@host]$ rpm -hUv --force cdk-nios-base-0.3-20031111.i386.rpm
Enhancements:
- There are minor feature enhancements in AVR-Ada 0.4.1.
- As a result, the packeges for binutils and gcc/gnat were rebuilt.
- There are new packages for the AVR-Ada run time system and related examples.
<<less
Download (MB)
Added: 2006-07-20 License: Freely Distributable Price:
1206 downloads
Nexedi Desktop Linux Server 10.0 RC1

Nexedi Desktop Linux Server 10.0 RC1


Nexedi Desktop Linux Server (DLS) is a LiveCD which instantly provides 500+ Linux Desktop applications to all PCs in a LAN. more>>
Nexedi Desktop Linux Server (DLS) is a LiveCD which instantly provides 500+ Linux Desktop applications to all PCs in a Local Area Network (LAN).

It is compatible with Windows, MacOS, Unix or GNU/Linux environments as well as with eBox thin clients. Nexedi DLS also includes a complete network infrastructure solution (file server, mail server, collaboration server, directory service, etc.) based on modern protocols (ex. LDAP, Samba 3, IMAP, etc.).

Nexedi DLS Live CD allows small and medium size organisations to implement a high end Linux desktop and network infrastructure solution in one minute.

Nexedi DLS is a LiveCD: it requires no installation. Simply insert the LiveCD in any PC, turn on the PC and choose the boot from CD option.

After about one minute, a complete Mandrakelinux server is ready to serve thin clients and provide file sharing, directory, messaging and collaboration services to your entire network. Enter your network information through a simple web based interface.

You can now access all Nexedi Desktop Linux Server features from any other PC in the same local network.

Nexedi DLS LiveCD can be used from any standard PC based on x86 architecture (Pentium, Athlon, Opteron, etc.). 512 MB RAM is recommended to serve a few users. 1024 MB and a fast CPU (Pentium IV, Pentium M, Athlon, Opteron, etc.) is recommended to server 10 simultaneous users.

Applications:

Nexedi DLS applications are multiple. Some applications are based on DLS acting as a complement to existing infrastructure. Other applications are based on DLS acting as a replacement to existing infrastructure.

* Office and Productivity:many Mandrakelinux applications can be very useful as a complement to existing Windows or Macintosh environments. Installing a single DLS server allows in a network allows everyone to access those applications without requiring any complex software installation or setup.
* Internet Security:by placing a DLS server in the DMZ of an organisation, it is possible to protect all PCs in a local network from viruses or spyware. Internet applications are launched on the DLS server and accessed by users through tightVNC from Windows or Macintosh PCs. Internet attacks might compromise the DLS server but will not be able to access sensitive data on users PCs. This architecture is similar to having two physical networks, one for internal uses, one for internet access, but at a much lower cost.
* Software Development Box:a single DLS server can be used as a shared multi-platform software development by Windows or Macintosh users. Mandrakelinux includes many advanced integrated development environments (IDE) which can be used to produce GUI, Web or embedded applications.
* Network Administration Box:a single DLS server can be used as a shared network administration environment. Mandrakelinux includes many advanced and free network administration tools.
* Thin Client Server:Nexedi DLS is a multi-protocol thin client server and gateway. A typical DLS server can handle 10 simultaneous sessions. Thin clients can use the VNC, tightVNC or XDMCP protocols to access a complete desktop session. Any DLS session can access other thin client protocols (RDP, X11, NX, etc.). Nexedi DLS also includes various emulators and virtualizers which allow to run Windows and Macintosh applications directly.
<<less
Download (678MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
852 downloads
Progeny Debian 3.0 Preview 2

Progeny Debian 3.0 Preview 2


Progeny Debian 3.0 is the continuation of the popular commercial product published by Progeny. more>>
Progeny Debian 3.0 is the continuation of the popular commercial product published by Progeny in 2001 and is based on Progeny Componentized Linux.
Progeny Debian 3.0 Developer Edition is an example distribution based on Componentized Linux. It is essentially a snapshot of Debian sarge as of April 2005 that includes an easy-to-use, graphical installer and a fully integrated GNOME desktop environment.
It is an ideal distribution for anyone seeking a more or less standard Debian environment that is also easy to install and use.
Progeny Debian 3.0 Developer Edition includes all Componentized Linux technologies. As such, it is also an excellent development platform for builders of Componentized Linux-based custom distributions.
Progeny Debian 3.0 Developer Edition is based on Debian sarge (with some components derived from Debian sid) and includes the following features from Componentized Linux:
- LSB 3.0 compatible runtime with extensions (e.g., CUPS 1.1 printing support, Discover 2.0 hardware detection support, etc.)
- Prototype LSB 3.0 development environment.
- Linux 2.6 with integrated NVIDIA graphics drivers
- Sun Java 2 Standard Edition (J2SE) 1.4 runtime and SDK
- Mono 1.0 runtime and SDK
- Complete desktop environment including XFree86 4.3 and GNOME 2.8 with integrated support for popular audio, graphics, and video file formats
- Evolution 2.0
- Mozilla 1.7 and Mozilla Firefox 1.0
- Openoffice.org 1.1
- Emacs and VIM editors
- Componentized Linux development tools, including component development and maintenance tools, the Anaconda for Debian installer, and picax for creating Anaconda-based ISO images.
Enhancements:
- The mono-1.0 component has been updated to Debian unstable as of 5/16/2005.
- All other components have been updated to Debian sarge as of 5/12/2005.
- JFS support has been fixed.
- The alternative file systems (JFS, XFS, and ReiserFS) have been turned on by default.
<<less
Download (624MB)
Added: 2005-06-03 License: GPL (GNU General Public License) Price:
1605 downloads
Stratego/XT 0.16

Stratego/XT 0.16


Stratego/XT is a development environment for creating stand-alone transformation systems. more>>
Stratego/XT is a development environment for creating stand-alone transformation systems.
It combines Stratego, a language for implementing transformations based on the paradigm of programmable rewriting strategies, with XT, a collection of reusable components and tools for the development of transformation systems.
In general, Stratego/XT is intended for the analysis, manipulation, and generation of programs, though its features make it useful for transforming any structured documents.
In practice, it has been used to build many types of transformation systems including compilers, interpreters, static analyzers, domain-specific optimizers, code generators, source code refactorers, documentation generators, and document transformers.
Enhancements:
- The compiler was restructured.
- Some old language features were removed.
- Man pages for all tools were completed.
- A new introductory tutorial with examples was co-released, and more.
<<less
Download (6.9MB)
Added: 2005-11-08 License: LGPL (GNU Lesser General Public License) Price:
1458 downloads
Ultimate++ IDE for liunx 2008.1

Ultimate++ IDE for liunx 2008.1


A set of libraries (GUI, SQL, etc..), and an integrated development environment. more>> Ultimate++ is a C++ cross-platform rapid application development suite focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
Rapid development is achieved by the smart and aggressive use of C++ rather than through fancy code generators. In this respect, U++ competes with popular scripting languages while preserving C/C++ runtime characteristics.
The U++ integrated development environment, TheIDE, introduces modular concepts to C++ programming. It features BLITZ-build technology to speedup C++ rebuilds up to 4 times, Visual designers for U++ libraries, Topic++ system for documenting code and creating rich text resources for applications (like help and code documentation) and Assist++ - a powerful C++ code analyzer that provides features like code completion, navigation and transformation
TheIDE can work with GCC, MinGW and Visual C++ 7.1 or 8.0 compilers (including free Visual C++ Toolkit 2003 and Visual C++ 2005 Express Edition) and contains a full featured debugger. TheIDE can also be used to develop non-U++ applications.
U++ distributions combine U++ with 3rd party tools like MinGW compiler or SDL library to provide an instant development platform
<<less
Download (10.36MB)
Added: 2009-04-20 License: Freeware Price: Free
186 downloads
Interchange 5.4.2

Interchange 5.4.2


Interchange provides a mature Web application development environment. more>>
Interchange provides a mature Web application development environment.
Interchange is a mature Web application development environment with a focus on ecommerce and dynamic content management.
It offers session and user management, database connectivity (both via SQL and a database abstraction layer), templating, a shopping cart, payment processing, inventory, encryption (via GnuPG, PGP, etc.), tax and shipping calculation, discounts, Web-based administration, localization, event routing, SOAP-based RPC, a custom tag language akin to CFML, and the full power of Perl. It grew out of two earlier projects, MiniVend and Tallyman.
Enhancements:
- A DoS exploit caused by carefully crafted HTTP POST requests has been fixed.
- An apparent Perl bug that allowed code called by DispatchRoutines to overwrite the routines arrays themselves has been worked around.
- Masking of unencrypted credit card numbers to work with a custom MV_CREDIT_CARD_INFO_TEMPLATE that does not match the regexp has been fixed.
- The regexp has been fixed so that it removes the CVV2 value from the unencrypted data.
- A shipping problem with the temporary mv_shipping cart that could cause trouble in cart recalculations has been fixed.
- There are other various bugfixes and minor enhancements.
<<less
Download (2.2MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
990 downloads
KShaderDesigner preview2

KShaderDesigner preview2


KShaderDesigner is an Intergrated Development Environment for graphic vertex and fragment shaders. more>>
KShaderDesigner is an Intergrated Development Environment (IDE) for graphic vertex and fragment shaders. It supports the Cg programming language.
- It interfaces the NVIDIA Cg Compiler
- It allows to block Cg parameters from the scene and set them manually for debugging purpose
- Its architecture allows graphic developpers to add new complex OpenGL scenes to the program, and apply shaders on them
- It supports the latest hardware profiles, like VP40 et FP40 for GeForce 6 GPUs.
The released version is only a preview, it is not really usable. I would like testers to try compilation, project loading, and basic OpenGL rendering. An FX-class Nvidia card is needed for fragment shaders. Project creation and saving is not implemented yet.
An example project is also provided, it implements a shadow mapping algorithm as well as bump mapping.
Please report all compilation errors, feedback or whatever by email.
You will need the Nvidia Cg Toolkit (URL given in configure script).
Enhancements:
- Updated the build system to the latest bksys development version, using the new modules system
- The rendering window now redraws even when no project is running
- Added a per-pixel lighting example. This is an unoptimized implementation of the Blinn-Phong lighting model, using per-pixel calculation. Usefull for benchmarking.
<<less
Download (1.1MB)
Added: 2005-05-30 License: GPL (GNU General Public License) Price:
1611 downloads
NetBeans IDE 5.5.1

NetBeans IDE 5.5.1


NetBeans IDE is a full-featured integrated environment for Java application developers. more>>
NetBeans IDE is a full-featured integrated environment for Java application developers.
Java programmers require a fast and fully-featured Integrated Development Environment (IDE) with support for Java(TM) compliant applications for accelerating development across all major OS platforms.
NetBeans.org provides an open source, high performance, modular, extensible, multi-platform Java IDE to accelerate the development of Java applications, web services and mobile applications.
The NetBeans IDE 4.1, which was released in May 11, 2005, includes Java 2 Platform, Enterprise Edition (J2EE) development capabilities. This new release allows developers to not only develop applications in the web tier but also includes Enterprise JavaBeans (EJBs) and web service development capabilities.
NetBeans IDE 4.1 is a single platform with out-of-the-box development capabilities and support for enterprise (J2EE 1.4) applications and web services, mobile/wireless Java 2 Platform, Micro Edition (J2ME) applications and services and desktop Java 2 Platform, Standard Edition (J2SE) applications. The robust open source Java IDE, has everything that Java Software Developers need to develop cross-platform desktop, web and mobile applications straight out of the box.
When you download the NetBeans IDE, you get a modular, standards-based development environment with all the key functionality in one download, rather than a series of additional plug-ins. Write, compile, debug and deploy Java programs for the Solaris, Windows, Linux and Macintosh platforms.
Main features:
- New Navigator component facilitates browsing and navigating around classes.
- Browse and configure project classpath using the Libraries node in the Projects View.
- Use automatically generated Debug and Compile Single File actions for projects with existing build scripts.
- Set up projects with multiple source roots.
- Create a J2EE application, automatically add EJB?* and Web modules, then deploy the application.
- Deploy an EJB module as a stand-alone or packaged in a J2EE application. Or, create a Web module, generate calls to EJBs and deploy the Web module either as a stand-alone Web application or packaged in a J2EE application.
- Create Session Beans, Entity Beans and Message-Driven Beans. Entity Beans can be created using an existing database schema.
- Create, register and test Web Services.
- Visually configure your EJBs, Web Services and Web Components.
- Validate your applications using the J2EE Verifier.
- Use the integrated Java BluePrints Solution Catalog as a powerful learning resource.
- J2SE 5.0 "Tiger" Language Support - We support the new Java language constructs such as enums, generics, metadata annotations, autoboxing, static imports and others. These new constructs are supported when doing editing, building, refactoring, etc. of your applications. This support is available without any additional setup when running on J2SE 5.0.
- Project System based on Apache Ant - NetBeans 4.0 was the first IDE to base its projects system entirely on Apache Ant, allowing developers to easily share build scripts between teams and ensure that automated builds run the same as builds within the IDE. There is no vendor lock-in and no proprietary file formats.
- Refactoring technology which provides simplified code maintenance for developers.
- Visual enhancements to lay out MIDlets workflow; plus, design and code the GUI using a drag and drop feature (Available in NetBeans Mobility Pack).
- End-to-end support for enterprise applications with wizard support for creating Java? 2 Platform, Micro Edition (J2ME?) and J2EE applications. This updated support enables quick creation of J2ME client/server applications (Available in NetBeans Mobility Pack).
<<less
Download (53.5MB)
Added: 2007-07-23 License: SUN Community Source License Price:
727 downloads
Flame Project 0.7.7

Flame Project 0.7.7


Flame Project is an Integrated Development Environment for producing Flash and Animated SVG files more>>
Flame Project is an Integrated Development Environment (IDE) for producing Flash and Animated SVG files, similar to Macromedia Captivate. It is licensed under the LGPL.

Imagine a free, easy to use GUI authoring environment that helps you create visually impressive and actually useful learning material. The short term goal for this project is to provide such an environment, and were well on the way to a first release for doing that.

Initially similar to Macromedia Captivate, but a big part is the support for Animated SVG. Flash has at least one serious design limitation (from my POV) making it nearly useless for comprehensive eLearning, and this appears to be addressed by the SVG spec.

The long term goal for this project is to provide both a complete authoring solution (like the Macromedia Flash IDE), and the components for server side communication, but thats a long way off. Lets finish the first bits first.

<<less
Download (0.15MB)
Added: 2007-07-03 License: LGPL (GNU Lesser General Public License) Price:
845 downloads
Netautor Professional 5.3.1

Netautor Professional 5.3.1


Netautor Professional webapplication is an Application Server with integrated Development Environment. more>>
Netautor Professional webapplication is an Application Server with integrated Development Environment.
The provided framework assists the developer with the programming of databased Web Applications.
The excellence of Netautor Professional is it`s wide functional range and the for this reason high flexibility. All demands on the Intra- or Intranet are realizable.
Netautor Professional is based on the Scripting Language PHP and can be used on numerous common platforms. It is licensed under the GPL.
Enhancements:
- Check user password via LDAP server
- "Pretty printing" on the source code continues ...
- Some minor fixes
- Define a target charset in functions like NPF_GETVAL.
<<less
Download (MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
Greenfoot 1.2.1

Greenfoot 1.2.1


Greenfoot is an integrated development environment that makes it easy to write games and simulations in Java. more>>
Greenfoot is an integrated development environment that makes it easy to write games and simulations in Java.
It comes with a broad range of demo scenarios and documentation that gets newcomers started very quickly. Greenfoot may be used to learn or teach programming, or just to write a cool game and maybe put it up on a Web site. (it can export the game to a Web page).
The project was originally developed for school age learners, but is now used by all age groups.
<<less
Download (4.4MB)
Added: 2007-06-14 License: Freeware Price:
866 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5