JDBC Address Book Version 1.0

Submitted by jakerpomperada on
About the code this is my first time to write a database driven Java application a simple address book which I called JDBC Address Book Version 1.0. My front end is Java using Swing as a graphical user interface and MS Access as my back end where I store my information. I hope this code will help anyone learn and understand database programming using Java. I learned many things while doing this

Hexadecimal To Decimal Solver Version 1.0

Submitted by jakerpomperada on
Hi there this is my new code that I called Hexadecimal to Decimal Solver Version 1.0. It demonstrate how to use build in library of Java to convert one value to another without bothering how to do it by creating your own function to convert hexadecimal values to decimal values. This code is intended for beginners that I new in Java programming. If you like this code you can send me an email at

Tic Tac Toe Version 1.0

Submitted by jakerpomperada on
Hello everyone this is my first time to submit a game code in C/C++ it is a simple Tic Tac Toe Version 1.0 program. The code is quiet complex for a beginner in C/C++ programming because it has many conditions it is a good experience if you are planning to learn artificial intelligence programming using C/C++ as your language. If you find this code useful send me an email at jakerpomperada@yahoo

Greatest Common Divisor and Least Common Denaminator Solver Version 1.0

Submitted by jakerpomperada on
Hello everyone this is my new code in Java that I called it Greatest Common Divisor and Least Common Denominator Solver Version 1. The code is quiet complex because it deals with pure mathematical computation but it is easy to adapt one you understand the flow of the program. In mathematics, the greatest common divisor (gcd), sometimes known as the greatest common factor (gcf) or highest common

Hanoï

Submitted by monier_michel on
Here's just another Hanoï game, fully written with vb6. Challenge yourself and your friends with up to 14 levels. The program is multilingual (English, French, Malagasy). Help is provided for those who don't understand yet the Hanoï game.

Lending System

Submitted by admin on
This code will teach you on how to populate the subform using the criteria on the parent form with a click of a mouse. It will automatically compute the interest rate of a particular loan based on the number of term specified. Good for beginners to learn Microsoft Access database programming.