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.

Child_Care Information system

Submitted by Loty4u on
This is a child care management information system I created using VB.NET and Microsoft Access at back end. Feature includes: Add a Motherless baby to the database Search for a particular baby using his/her ID Number Edit/Update information of a baby For more information or additional features, send me mail on [email protected]. Username: Loty Password: lot Enjoy.

Flag Waving Using C

Submitted by seenivasanpalanisamy on
This is a simple C program. You can run this program in c compilers. In this program, dda line algorithm is used to plot the flagpole etc. By repeating algorithm in different position of the window, it look like waving in screen. You can enjoy it. Any queries contact me. #include #include #include #include #include void dda(float x1,float y1,float x2,float y2,int z) { float dx,dy,x=x1,y=y1,m; int

PRISON MANAGEMENT SYSTEM ONLINE

Submitted by theadmiraleliud on
This system is about prison management system online where we have the following module 1.prisoners records 2. prisoners transfers 3.prisoners officers 4.prisoners officers transfer 5.location of prisons 6.admin module 7.law enforcement module 8.data entry credit to Eliud M aganze follow me on twitter: http://www.twitter.com/eliudprom website http://wwww.eliudpro.com/eliudpro blog: htttp:/

How to Crop Image

Submitted by GeePee on
This project will teach you how to crop image using php and javascript. The user will first need to upload a picture. There will be a transparent dotted box which the user will use to determine what size and angle to cut. The box can be dragged and resized.

Print Specific Parts of a Document

Submitted by GeePee on
This project will teach you how to print a specific part of a document using Javascript. Each part is wrapped with a div and that we will use the div as the element. As we see in the screenshot, each div has a print button which can determine what part needs to be printed. You also have an option to print the whole page.

Drag & Drop Files to Delete

Submitted by GeePee on
In this project, you will learn how to create a drag and drop event to delete an object by using jQuery. This can be used in image gallery system. How does it work? Simply drag and drop files on the box "Drop to Delete" and it will automatically delete your database record and the file itself. Hope you learn from this.