Categories
New Listing
  1. Billing and Accounts Software
  2. Get Back Data NTFS
  3. Convert Notes to Outlook
  4. Kingston Memory Card Data Recovery Tool
  5. Laptop FAT Partition Recovery Tool
  6. Active Link Exchange
  7. Hard Disk Data Sanitization Software
  8. Photo rename software
  9. Access Recovery Software
  10. XMicro Internet Privacy (Vista)
  11. Lotus Notes to Exchange
  12. Daniusoft Digital Media to ARCHOS Converter
  13. PS to Image SDK one license
  14. Audio Broadcaster
  15. PS to Image command line
  16. Computer Spy Software
  17. OST to PST Conversion
  18. OxyProject Metrics
  19. Daniusoft DVD to Pocket PC Converter
  20. Sim Card Deleted Data Recovery Tool
Related
  1. Ada Development Tools
  2. Drive Development Tools
  3. Driver Development Tools
  4. Intel Development Tools
  5. Development Board Tools
  6. Java Development Tools
  7. Linux Development Tools
  8. Cross Development Tools
  9. Html Development Tools
  10. 8051 Development Tools
HOME LinuxDevelopment Tools

Software listing arranged by:

Date

Title Downloads Rating

Show:

All

Free

Software 1-20 of 151  |  Go to 1 2 3 4 5 ... 8 Next >> page 

ECMerge Pro (Linux) 1.2

Shareware 50.00$ 13-Jun-2006 5.2 MB

ECMerge compares and merges files and folders, side-by-side or 3-way. It provides syntax colouring for C/C++, Java, HTML, ASP, PHP and many others. Save your work at intermediate situation and restart it later! Generate patch/XML/HTML reports.

Visual JavaScript Library

Visual JavaScript Library 1.4.1

Shareware 28.60$ 18-May-2006 2.3 MB

Easy to use script collection that helps you add java scripts and applets to your web pages with no experience or HTML knowledge. The program contains scripts of clocks, calendars, calculators, menus...

PlusDock

PlusDock 3.0.0.1

Shareware 269.00$ 03-Jan-2006 4.3 MB

Custom docking windows library, featuring floating forms, autohide panels and redockable windows. Full Office2003 theme support, integrated WYSIWYG desginer support for VS.NET, fast rendering, accurate panel transitions and full documentation.

Softek Barcode Reader Toolkit for Linux

Softek Barcode Reader Toolkit for Linux 6.1.1

Shareware 249.00$ 28-Oct-2005 102.4 KB

Softek Barcode Reader Toolkit reads barcodes from image files and bitmap handles. Interfaces include DLL, OCX, COM and .Net Component. The toolkit supports Code 39, Code 128, Code 2 of 5, EAN-8, EAN-13, UPC-A, UPC-E, Codabar and Patch barcode formats and can read images in TIF and JPG format. Barcodes can be read from both color and black and white images.

Softek Barcode Reader Toolkit for OSX

Softek Barcode Reader Toolkit for OSX 6.1.1

Shareware 249.00$ 28-Oct-2005 102.4 KB

Softek Barcode Reader Toolkit reads barcodes from image files and bitmap handles. Interfaces include DLL, OCX, COM and .Net Component. The toolkit supports Code 39, Code 128, Code 2 of 5, EAN-8, EAN-13, UPC-A, UPC-E, Codabar and Patch barcode formats

ocl4java

ocl4java 1.0

Freeware   16-Sep-2005 399.0 KB

OCL4Java is a pre-compiler(ant and eclipse) to include OCL-Constrains as Java5 Annotations in the Source-Code and have code to check them generated with a user-defined reaction to violations. (Does not change line-numbers for the debugger)

TruStudio Professional  for Mac

TruStudio Professional for Mac 1.0.1

Shareware 95.00$ 07-Sep-2005 35.3 MB

TruStudio Professional is an advanced PHP & Python IDE, built on top of Eclipse Platform and TruStudio Foundation and introducing many exceptional features like WYSIWYG HTML Editor, advanced code analysis/verification, code navigation, and much more

TruStudio Professional for Linux

TruStudio Professional for Linux 1.0.1

Shareware 95.00$ 07-Sep-2005 41.2 MB

TruStudio Professional is an advanced PHP & Python IDE, built on top of Eclipse Platform and TruStudio Foundation and introducing many exceptional features like WYSIWYG HTML Editor, advanced code analysis/verification, code navigation, and much more. TruStudio inherits comprehensive set of Eclipse editing, debugging and deployment tools and introduces state-of-the-art features for PHP, Python, and other open source technologies.

GNU Make

GNU Make 3.79.1

Freeware   23-Aug-2005 1003.5 KB

Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program. Capabilities of Make - Make enables the end user to build and install your package without knowing the details of how that is done -- because these details are recorded in the makefile that you supply. - Make figures out automatically which files it needs to update, based on which source files have changed. It also automatically determines the proper order for updating files, in case one non-source file depends on another non-source file. As a result, if you change a few source files and then run Make, it does not need to recompile all of your program. It updates only those non-source files that depend directly or indirectly on the source files that you changed. - Make is not limited to any particular language. For each non-source file in the program, the makefile specifies the shell commands to compute it. These shell commands can run a compiler to produce an object file, the linker to produce an executable, ar to update a library, or TeX or Makeinfo to format documentation. - Make is not limited to building a package. You can also use Make to control installing or deinstalling a package, generate tags tables for it, or anything else you want to do often enough to make it worth while writing down how to do it.

Kdevelop

Kdevelop 3.2.0

Freeware   23-Aug-2005 8.0 MB

Kdevelop is a new C++ development environment for UNIX and KDE. It makes creating and developing GNU Standard applications an easy task, even for beginners.

NetBeans

NetBeans 4.1

Freeware   23-Aug-2005 46.8 MB

This is an integrated development environment used as a tool for programmers to edit, compile, debug, and deploy programs. NetBeans primarily focuses on Java development, but can also support other programming languages. It is written in Java, which means that it will run on any operating system where Java is available. It is a free product developed under open source license, with no restrictions on its usage. NetBeans IDE is a modular IDE, with free and commercial add-ons available for it. The core of NetBeans IDE, the NetBeans Platform, can also be used separately, to build any kind of application.

xFunction for Linux

xFunction for Linux 2.16

Shareware 50.00$ 16-Aug-2005 102.4 KB

The xFunction library is the universal solution for integration of Java code with code written in other languages, superior in many aspects to Java Native Interface (JNI). With xFunction, you no longer need to implement those ugly native methods. Instead, you extend and instantiate xFunction classes to create conventional Java objects representing external functions, data structures, pointers, and callbacks.

xFunction for Mac OS X

xFunction for Mac OS X 2.16

Shareware 100.00$ 16-Aug-2005 102.4 KB

The xFunction library is the universal solution for integration of Java code with code written in other languages, superior in many aspects to Java Native Interface (JNI). With xFunction, you no longer need to implement those ugly native methods. Instead

Chipmunk BASIC

Chipmunk BASIC 3.6.1

Freeware   12-Aug-2005 417.8 KB

Chipmunk Basic for MacOS is an old-fashioned Basic interpreter which runs on almost all Macs. Chipmunk Basic uses a vintage traditional-style command-line console, but note that line numbers are not required to run Basic program written using an external

iStumbler

iStumbler 0.95

Freeware   12-Aug-2005 570.4 KB

iStumbler is the leading wireless discovery tool for Mac OS X, providing plugins for finding AirPort networks, Bluetooth devices and Bonjour services with your Mac.Release 95 adds the Spectrum Widget which displays the signal strength history of all visible

iTunes Music Store Player

iTunes Music Store Player 0.1

Freeware   12-Aug-2005 22.5 KB

iTunes Music Store Player allows you to play multiple tracks off of the iTunes Music Store without having to manually double click and start playing the next one. Usage example: go to the music store (in iTunes 4) and do a search on "jazz". it will spit

GtkDatabox

GtkDatabox 0.3.0.0

Freeware   11-Aug-2005 333.0 KB

GtkDatabox is a widget for the Gtk+-library designed to display large amounts of numerical data fast and easy. One or more data sets of thousands of data points (X and Y coordinate) may be displayed and updated in split seconds. The widget is therfore used in many scientific and private projects that need to show quickly changing data "live".GtkDatabox offers the ability to zoom into and out of the data and to navigate through your data by scrolling.In addition to rulers and a simple coordinate cross, GtkDatabox now also allows you to add one (or even more) configurable grids like on an oscilloscope. Data may be presented as dots, lines connecting the data, or vertical bars. The widget allows you to easily transform pixel coordinates into data coordinates, thus allowing you to easily create powerful applications for data analysis. GtkDatabox is free software and distributed under the GNU LESSER General Public License (LGPL).

GuancheMOS

GuancheMOS 1.5

Shareware 10.00$ 11-Aug-2005 212.0 KB

GuancheMOS is a serial number creation/validation machine plug-in compatible with applications developed with REALbasic 5.x as Carbon, Win32 or Mach-O executables.GuancheMOS allows REALbasic Macintosh and Windows developers to include in the applications

Documancer

Documancer 0.2.6

Freeware   10-Aug-2005 908.0 KB

It has several advantages over using web browser or specialized format-specific viewers (such as info): - unified access to all documentation formats. - the GUI is better suited for documentation reading that generic web browser. - documancer can create fulltext index for the docs and enables the user to quickly search it. - bookmarks and indexes are manual-specific, which reduces false matches and chaos in bookmarks.

Ruby-GNOME2

Ruby-GNOME2 0.13.0

Freeware   10-Aug-2005 654.0 KB

Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development environment.

Software 1-20 of 151  |  Go to 1 2 3 4 5 ... 8 Next >> page 

 

© 2001-2008, SoftLandMark
Advertise Submit Software Link to us Contact us Bookmark RSS Feeds