Simple ClassBoard App

Submitted by StefanRomanianGuy on
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

Submitted by arszak on
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++

Submitted by Joshua1 on
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).

Submitted by jahswant on
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

Submitted by Arup Kr Goswami on
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

Various Sorting Techniques & Properties of Object Oriented Programming using c++

Submitted by Arup Kr Goswami on
Hello every one, This C++ Source code consists of various sorting techniques, like Bubble sort, Insertion sort, Selection Sort etc. Here properties of Object Oriented Programming is used, like concept of Class, Inheritance & other few properties are shown. This is written in g++ platform (Ubuntu, Linux). It is very simple & easy to understand. Hope it will help others.