Rock Paper Scissors Game

Rock-paper-scissors- is a zero sum hand game usually played between one player and computer, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock" (a simple fist), "paper" (a flat hand), and "scissors" (a fist with the index and middle fingers together forming a V). Other names for the game in the English-speaking world include roshambo

Simple ClassBoard App

Hello there! This is just a simple app made by me for my high school final year project. Is currently still in progress but basically it allows you to login using a database,create a new account and you can also access an admin control panel to add remove edit and save using the username Admin(please use upper case A) and password admin(with lower case). You can also login into main form using an

Online Diary

This is an online diary developed using php and mysql. users can register and create daily/weekly/yearly events,create contacts,upload media and sent messages to their friends. How to run: Create database named diary to phpmyadmin and import the diary.sql. You need a Wamp or Xampp Server,and a PHP IDE Editor. website created by; Isaac zack Tsienyane more info;[email protected]

Advanced Banking System in C++

Hello codesters i’m Joshua once again. It’s been a long tym been busy with my dessertation. So today I want to show u guys how to write a real simulation of a real working Banking System in C++ which I named OutLawz Bank Inc. because am a big 2Pac fanatic. Back to the point now unlike other Bank systems, I wrote this system with an Admin side and the Banker side separately. This system will teach

Sales And Inventory System(Mobile).

This is basically a port of Raj's Application. Sales And Inventory System to android plat form.What this application can do. Create New Invoices Start a new invoice with one tap, with the ability to add products, customers and notes. Perform Inventory Lookups Find out what's in stock , payment and payment due globally and individual customers. Add or Create a Customer Select an existing Customer

Generation of Binary Code using C

Hello, This is a simple C source code, written in g++ platform (Ubuntu, Linux). This is a process to generate Equivalent Binary numbers of decimal values. Here, you have to Push values in stack at first, (Sequentially in decreasing order, e.g 4, 3, 2, 1), then it will generate a palindrome sequence (Length will be [2^n]-1 for given n numbers). Then you will show Binary numbers of maximum n bit