Password Version 1.0

Submitted by jakerpomperada on
About this code I called it Password Version 1.0 written in Visual Basic 6.0. This is my first time to write a Visual Basic application that is database driven. Im using ADO controls to access the data in the database. My front end Im using Visual Basic for screen design and data retrieval and for my back end Im using MS Access where I store my user name and password. I intended my work for

A Very Important Tool A Computer Programmer Must Have

Submitted by admin on
We are now facing the age of the internet. Everyone who wants to ride on this must do something to maximize your profit. If you want your name to stand out in the crowd, then follow these simple steps: 1. Build your own website. Building a website today is very cheap. It will only cost you around $7.95/month for webhosting and $9.95/year for a domain name. Some webhosting company cost only $6.95

Electricity Billing System Version 1.0

Submitted by jakerpomperada on
About this code I called it Electricity Billing System Version 1.0 written entirely in C. It is a database driven application that uses text files and struct data structure to store and manipulate records in the database. I created this code to show that it is not difficult to write database application using C language. If you find this code useful send me an email at [email protected]

Simple Employee Payroll System Version 2.0

Submitted by jakerpomperada on
About this code I called it Simple Payroll System Version 2.0 it is a database driven application I wrote in Java. The Front End is Java and the depository of Data is MS Access as the Back End. It have also navigational buttons to navigate records in the Database. I have also incorporate compute button to perform calculation. This code is very useful for those you are new in JDBC programming in

Common Programs Prime Number up to N number / First Ten Prime numbers / Factorial of a given number

Submitted by akhilesh on
Submitted by:- Akhilesh Sharma India / Punjab / Nawanshahr. (+91)(0)9463008090 1. //Program to find the factorial of given number; #include #include void main() { long num,fact=1; clrscr(); cout"\n Enter the number to find the factorial: "; cin>>num; for(;num>0;) { fact=fact*num; num--; } cout"Factorial is :"

Fibonacci Series and Binary Search Version 1.0

Submitted by jakerpomperada on
About this code i called it Fibonacci Series and Binary Search Version 1.0. It shows how to perform the code in two ways recursive method and non recursive method. I hope this can help anyone in C programming. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and

Sorting Algorithms in C Version 1.0

Submitted by jakerpomperada on
About this code i called in Sorting Algorithms Version 1.0. It composed of five most common sorting algorithms like bubble sort, selection sort, insertion sort, bucket sort and shell sort written entirely in C. I hope this code will help someone you are new in C programming. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact

Month and Year Calendar Version 1.0

Submitted by jakerpomperada on
About this code i called in Month and Year Calendar Version 1.0. If uses passing argument in Java to generate the month and year calendar. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and 09226034089. Thank you very much and Happy Programming. Regards, Mr. Jake