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.

Encryption Decryption in C

Submitted by Franklin Jasuja on
This program is an implementation of an algorithm that defines how to encrypt the data message using a particular key (must be a 3 digit key) and the user again need to input the same key to get the original message. The algorithm details can be found at out blog.. More C/C++ Programs are also present on this blog.. http://assignmenthub12.blogspot.in/ Join us on Facebook - Assignment Hub . Direct

Facebook Notification Clone Script Using PHP/MySQL and Jquery

Submitted by argie on
This code will teach you on how to create a facebook alike message notification with dropdown using php/mysql and jquery. the feature of this system are, it give alert how many message you need to read, It provide dropdown list of message, it provides view all message link so that you can read all both read and unread messages. Download this code to try and if you have a question or any, just

Browse Folder in VB6 w/o DriveList or FolderList

Submitted by raffyapurillo on
This is an example for browsing folder without using DriveListBox and DirListBox, You can use the native browse folder method. I hope you like this.. PS. I am not the original author of the module used in this sample for browsing the folder. Email Address of the Author is on top of the Module.... If you like this, Please let me know by hitting the "Like" button...

Export Data From PHP/MySQL to Microsoft Excel

Submitted by argie on
This code will help you on how to export data from mysql database using PHP to Microsoft Excel. The feature of this code is it export data from mysql to ms excel readable format. Download and try this code and if you have question, just leave comment and i will answer all your question. database name: data

Facebook Wall Clone Script Using PHP/MySQL

Submitted by argie on
This code will teach you on how to create a facebook alike wall post using php/mysql and ajax. the feature of this code are it allows you to post status, allow to post comment in a certain status, facebook like collapsible comments, while clicking View all Comments link it displays all the existing comments. Download and try this code, leave comment if you have a question on this code. database

Auto Delete Data Using Current date In PHP/MySQL

Submitted by argie on
This code will help you on how to create a system that automatically delete data when the expiry date was arrive. The required input to fully execute auto delete is the number of days to add in the current date, the formula to get the expiry date is current date plus the number of dates to be input. The feature of this code is, automatically delete data when the expiry date arrive. In this code

VB.net to MsAccess Listview (Insert, Update, Delete, Refresh and Search) No Autonumber datatype

Submitted by harvey_quijano on

In this program you will learn on how to: *Insert and Update with catch duplicate entry (EmployeeID) without using autonumber datatype... *Delete multiple record by pressing Ctrl + Click... *Pop-Up Refreshing with setting... *Pop-Up Searching with setting... Please don't forget to leave a comment >(^_^)< hope this code will help you... Godbless you all mga kababayan...