Library Management System

Submitted by Jiju P on
Library Management System 1.0.0 FEATURES 1. Books Entry (For Students/Staffs) 2. Book Reservation (Staff) 3. Book Purchase Entry. 4. Reports. and many more..... RFID and BARCODE Support on Version 1.1.0 (Available Soon) Visual Studio 2010, SQL Server 2008 R2, Crystal Report2010, Dev Expresss 15.2 All credits goes to source codester family. Those who need to learn from it, you can use this code

Reversing String Programmably

Submitted by Wisdom Agbenu on
This simple app teaches beginners how to manipulate strings in C#, the app reverses any string you key in and tries to reverse the string for you and when the reverse string and the original string matches the app writes 'Match' and 'not match' if otherwise. For a example lets say you key in { man} the reverse would be {nam} meaning its not the same - character wise, so the out put would be 'not

Point Of Sale (POS) Ultimate and Advanced

Submitted by janan on
This Program Caawiye (POS) is Under Developing Source. I can say it could be more useful and good reference for those who learn design and developing a Software. Features * Reports Basic on Date and Time. * Sales Invoice With Advanced auto increment Invoices. * Item Record/ * Product Warehouse. * Customer Care and Information Gathering. Database Name: caawiye Username and Password: User =

School Management System

Submitted by Abba Gana on

This file will provide you with a brief description of SMS and instructions on how to install SMS. Since it's development in 2003, SMS has successfully offered educational organizations an easy to use and effective facility to manage courses, teachers and students. SMS provides the following features: - Support for profile based management: Administrator, Teacher and Student - Online teacher and

Meralco Bill Calculator (PHP/MySQL)

Submitted by iannnnnf on
Hey guys, this is a simple application coded with core PHP and MYSQL using PDO. Summer months in the Philippines is so hot we had to use at least two fans at night just to get good sleep. I was a little worried about our electricity consumption so I made this simple app to compute how much we have to pay even before the bill arrives. Basically, you just have to input a couple of details you can

Python: How To Connect To MySQL

Submitted by razormist on
In this tutorial we will try to connect Python to a MySQL database server. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find the clean syntax and indentation structure easy to learn because of its less semi colon problem. That's why most of the new developer started to code with python.

Python: Basic GUI Application Dedicated For Beginners

Submitted by razormist on
In this tutorial we will create a simple application using Python basic GUI. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. Python lets you work more quickly than other programming languages, because of its syntax readability and simplified modules.

Python: A Simple Text File Generator For Beginners

Submitted by razormist on
In this tutorial we create a simple Application using Python. Python lets you work more quickly than other programming languages.It is very easy to learn syntax emphasizes readability and reduces time consuming in developing. So let's now do the coding. Setting up the Python First you will need to download & install the Python IDLE's, here the link for the installer for python https://www.python.org/downloads/ After you installed the Pythons IDLE's, run the IDLE and then click file and then new file.