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.

Delphi + Firebird

Submitted by Jigs on
This is my simple Delphi project using Firebird server and FlameRobin as a tool. It is a monitoring type of application that has the capabilities of adding, updating/modifying, deleting records, and generating reports. Hope this simple program will help you. Feel free to comment and suggest for better improvement.

Testing File System Object in Vbscript

Submitted by minthant on
'The code is as shown below Dim WshShell choice=InputBox("Filename","Type File Name") If choice="" Then Wscript.Quit End If choice2=InputBox("Foldername", "Type Folder Name to be created") If choice2="" Then Wscript.Quit End If foldername="C:\"& choice2 filename=foldername&"\" & choice & ".txt" Set WshShl=WScript.CreateObject("Wscript.Shell") WshShl.Run"cmd /c mkdir C:\" & choice2 Set Fso=WScript

Chat Application (connecting winforms to webapp chat service) demo => http://chatme.somee.com/

Submitted by tony_fear2003@… on
PROGRAMMER: WINSTON L. GUBANTES Features: 1. Chat Application Sample to connect your Winform Application to Web App Chat service Useful with following Scenarios 1. Realtime based apps 2. if you want your client application(be it web or winform apps) to get notified when data has changes 3. of course can be used as chat application can be suited on any type of application(web, agent service or

Simple Bingo Program

Submitted by muthym on
This is a bingo program written in Rapid-Q programming language(VB6-like program) that draws numbers randomly. Along with the code(ebingo.bas), I included the RQ compiler & IDE (Observe the size and you will be amazed :) This is my free and portable/lightweight alternative to VB6). * Unzip the file. * Open ebingo.bas using RQDevStudio. * Compile and Run. Output may vary based on your screen