Stop Watch

Submitted by sourcecode07 on
Stopwatch is the program that allows the user to run time, stop the running time, and reset it to start all over again. When you run the program the time is automatically run but the user can stop and reset it to start again, in the upper left there is a dropdown menu where the user can select weither he/she wants to view the current time, view the current date, and select the stopwatch thats it

Product Inventory Database

Submitted by sourcecode07 on
Product Inventory Database is a system that allows the user to add product details, edit product informations, delete product records, search data from the database. This system is using a foxpro programming language, it is user friendly nice graphic user interface The purpose of this system is to determine the availability of the stocks and its quantity, record the stock in, stock out and create

Coursework Grading Program in C

Submitted by davidwachira on
A program to read data for each student (50) of a course (each line of data consists of the student name, followed by marks (out of 100) obtained in six assignments) , calculate the average mark (out of 50) obtained and output the results under suitable headings. For each student print the name, the six marks, the average and the message pass or fail (use both member operator and arrow operator)

Palyndrome in Java

Submitted by tutgeeks on
This code will show you if the word is Palyndrome or not. import java.util.Scanner; public class Palyndrome { public static void main(String[] args) { Scanner read = new Scanner(System.in); int ctr = 0; System.out.print("Enter any string: "); String str = read.next(); if(str.length()+1>3) { for(int x=0,y=str.length()-1;x

Khalil Shreateh: Facebook Bug Finder Receives Bounty from Internet Users

Submitted by navajocodetalker on
Khalil Shreateh, the newest internet sensation, after he successfully breached Facebook security by posting a message on Mark Zuckerberg's personal page receives a bounty not from Facebook but from internet users worldwide after the social network company refused to pay him. A campaign started online by Marc Maiffret in an Indiegogo funding site GoFundMe.com has already exceeded it's target of $10

Hello World Application

Submitted by admin on

Hello World Application

The first thing you need to do if you want to learn certain programming language like Visual Basic is to familiarize the IDE. The most popular source code that is being run is the "Hello World".

Any programming language has its own version of "Hello World" Application. To learn more about the list of Hello World Program, visit Wikipedia’s example.