ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

Floating Point Fun and Frolics
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too. by Frances Buontempo

Complexity, Requirement and Modules
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better. by Rafael Jay
Category: [ Design of applications and programs ]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability. by Matthew Wilson
Category: [ Design of applications and programs ]
Boiler Plating Database Resource Cleanup (Part 2)
Description : Timely disposal of resources is important. Paul Grenyer applies this to database access in Java. by Paul Grenyer