Development Tool
A programming tool or software tool is a program or application that software developers use to create, debug, maintain, or otherwise support other programs and applications.
Language
Any
Platform
Any
License
Any
Create secure server applications with OpenSSL; its documentation makes it look intimidating, but it's actually rather simple. In Part 3 of this three-part series learn how to build a secure server...
This article will cover how to make an applet for the GNOME 2.x desktop with the Python programming language. Usually, GNOME applets are made in C, which has the big advantage of generating compiled...
This article demonstrates a few simple programs which make use of this feature to do some fun stuff like filtering out prime numbers, representing an `infinite' series expansion in a finite way,...
This is the first of a series of posts that will attempt to pull the analytics market together and hammer it apart piece by piece so that you can understand what is out there, who it is for, and how...
A pervasive misconception common today is that simply designing your file format around XML somehow makes it magically portable, extensible, and intelligible by other programs. Peter Seebach explains...
This article addresses the most commonly encountered scenarios and errors while porting Fortran or any UNIX or Linux-based applications on different systems. Discover how to port Fortran-based High...
Java server applications need not be difficult and tedious to create. Now in its second generation, the lightweight Spring framework adds a large suite of features that make it simple for even new...
Much of Linux system administration involves tediously combing through plain-text configuration files. Fortunately, Linux has a rich array of UNIX-derived data extraction utilities, including head,...
Welcome to Computer Hardware 101, a basic overview of what-is-what in computers. Hopefully this article will leave you with a basic understanding of the nuts and bolts of your typical computer, and...
Programming in high-level languages such as C is like crossing
an ocean without spending time looking at the water.
developerWorks spent an hour with two IBM Research Compiler
programmers...
Menus are well known way to provide feature rich but simple user interface to your users. This tutorial explains how to make static or dynamic menus in ASP.NET applications.
Make substantial improvements in performance analysis with a CPI analysis model built on the tools introduced in Part 1. Learn ways to analyze the specific performance counter data produced by...
Improving the performance of your applications is rarely a wasted effort, but it's not always clear which functions the program is spending most of its execution time on. Learn how to pinpoint...