Python

Python Source Code

Free Python Source Code. Download from a vast collections of free Python source code below. Games are also available like Rock Paper Scissors Game and a lot more.

Financial Investment Calculator (Updated)

Submitted by kingwash on
Hi guys, I'm new to PHP. I'm actually from a .NET background and studying PHP & MYSQL on my own. This is my first commercial PHP application. This is a financial investment application in php I developed for a financial investment company. The application can calculate the clients monthly premium and maturity benefit over a period of time(years). You can update and use it for your project work or

Month Year date

Submitted by Bapuase on
Code for generating month year date. You can get month and year of any year for the 12 months. this is not a complete project but it can help you to make your applications look good. A combobox is used here to generate the dates in month an year

Full Sreen Application + (Disabled CTRL+ALT+DEL) + (Disabled Start Menu)

Submitted by Qaalid on
This application is built in vb.net 2005 i want it to use for screen lock with password protected but no database, in the future i want to make it with password. Features -------- 1. Full screen mode 2. Taskbar is disabled 3. ALT+CTRL+DEL is disabled 4. Start Menu is disabled Weaknesses ---------- 1. ALT+TAB is still working 2. ALT+F4 is still working 3. No database for passwords Contact qaalid207

Advance Login Form V2.0

Submitted by Raj.Sharma on
This Project will guide you how to make advance login form for your own Project Main Features are : 1. Login from Database, Only registered users can login 2. Change Password Form 3. Password Recovery Form Login Details : Username - admin Password - 12345 For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development

Histogram of the frequencies of characters - C Program

Submitted by davidwachira on
A program written in C to print a histogram of the frequencies of different characters (printable) in its input as horizontal bars #include /* C Standard Input and Output Library*/ /*Variable declarations*/ char string_of_characters[200]; int character_frequency_counter; int counter; int print_histogram_counter; int output_counter; char frequency_array[26][2]={'a',0,'b',0,'c',0,'d',0,'e',0,'f',0

Students Union Government (SUG) System

Submitted by Afrika on
Ex. The purpose of this program is to help Students Union Government (SUG)Executives to keep records of Students information in school. It also help them to track any student by using the person information. eg: Student Regno or Surname. 1. It requires microsoft access database 2. Run and enter username and password 3. username:UNN 4. Password: OP

C Program - Cafeteria Rating

Submitted by davidwachira on
Fourty students were asked to rate the quality of food in the student cafeteria on a scale of 1 to 10(1 means awful and 10 means excellent) Place the 40 responses in an integer array and summarise and display the results of the poll #include /* Standard C Library*/ #define students 40 /* Constant students*/ #define max_rating 10 /* Constant max_rating*/ int cafeteria_rating_array[students][1]; /*

Hospital Phil Heart System

Submitted by princenathan on
This is Phil Heart System (Hospital) This system is not complete source code you will got errors =) Full source code download here http://sywebcode.blogspot.com/2013/11/phil-heart-system-medical-system.html It has the ff. features: Meical Record Medical History Patient Record Physicain Record Physicain Appointment Room Management Billing Transaction View Map Services If you have question just

Session tracking

Submitted by thuhChief on
Session tracking using PHP/MySQL. A sessions table is updated every time a user logs in and when they logout. When a user logs in, their session id, user id, username, ip address, date & time of login and the time they logout.