1-10 of 27 hubssort by Hot Best Latest
RockyBid - Penny Auctions with a Twist
RockyBid is a penny auction with a twist. You might be surprised by what's happening here.
13 commentsIntroduction to Floating Point Numbers in Java
In this tutorial we introduce the technology that Java uses to store floating point numbers. Java implements the 1985 IEEE 754 floating point format. Two floating point types are supported; single precision...
0 commentsSwoopo - Entertainment or Gambling?
If you like eBay, you might be frustrated by what's going on here. Is it entertainment or gambling? Swoopo provides an "Entertainment Shopping" approach to online auctions. Similar to the model used by...
Adding Binary Numbers
Adding binary numbers is easy and tedious. Computer Engineers need to know how to add binary numbers because the operation is a fundamental feature of all digital computers. Almost everything else a computer...
4 commentsIntroduction to Debugging in Java and Netbeans
Netbeans provides powerful support for debugging your Java programs. In this tutorial we look at the basics of debugging, primarily setting breakpoints in a program and querying values during program...
0 commentsApproximate pi in Java
This code illustrates a simple iterative method for approximating the value of pi.
0 commentsJava Debugging Tip: The Empty Statement
Introduction A Java program might build properly but still contain a subtle logic error called an Empty Statement. The Empty Statement isn't serious enough to generate a syntax error. However, it's devious...
0 commentsCalculating a Square Root in Microsoft .Net with Visual Basic
This tutorial illustrates an adaptation of the Newton method for calculating square roots. Written in Visual Basic and implemented in Visual Basic .Net, this code simply iterates until a reasonably close...
2 commentsCalculate Coin Count in Java
// This class illustrates techniques for calculating the number of different // combinations of coins that can be used to reach a specific amount of money. // In England the currency is made up of pounds, £...
3 commentsThe famous C plus plus Hello World Program Explained in Excruciating Detail
By state law, every programmer learning a new computer language is obligated to learn the Hello World program. We present the C++ (C Plus Plus) version of The Famous Hello World Program. In excruciating...
4 comments









