Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Rapid CSS 2014 12.1
VISCOM Barcode Reader SDK ActiveX 8.15
.NET Mail Component for CS VB.NET ASP 5.1.4028
WeBuilder 2014 12.1
Alvas.Audio 9.0
Advanced RSS2Email Enterprise 3.24.89
.NET Bounce Inspector Component CS VB 5.1.4028
VISCOM Video Chat Pro ActiveX SDK 5.52
VISCOM VideoCap Live ActiveX OCX SDK 5.05
.NET ZIP Component for CS VB.NET ASP.NET 5.1.4028
VISCOM Screen Recorder ActiveX SDK 4.56
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Vacation Rental Script by StivaSoft 3.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Admin Login Php Code
Login Php Expiration Date
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Java Code For Lucky Draw Game
Java Code For Magic Number Game
Java Code For Animated Mario Game
Java Code For Pick 5 Game
Java Code For Sudoku Puzzle Game
Java Code For Ball Brick Game
Java Code For Pairs Memory Game
Java Code For Block Breaker Game
Java Code For Brick Breaker Game
Java Code For Simple Checkers Game
Code For Lucky Draw Christmas Party
Get Source Code For Lucky Draw
Java Code For Mobile Phone Game
Java Code For Wumpus World Game
Java Code For Ink Ball Game
 Java Code For Lucky Draw Game 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


E-Gold Lucky Number Game is a php based online game. Players can choose any number from 1 to 10 and mention their bet amount and hit a button to see if the result matches the selected number. If your number is matched there is a chance of winning...


Advertisement




Use Jython to time java code. An inexpensive solution to measure Java code's performance. In the following example, jtimeit.py is created to measure Main.doHttpGet()'s performance. Used google and yahoo as examples.



This recipe shows how to insert java code into a jython program. The java code is automatically compiled and the resulting class is imported and returned. Compilation only occurs after a change of the java source.



Java utilities for programmers. Source code available.



Following is the source code for CookieParser and all supporting Java classes. This class parses the "Cookie:" HTTP request line and makes individual URL-decoded cookie values available in a lookup table with the name as a key. It...



Learn to code for faster problem resolution on EJB-based systems / Advanced Java.



Java component for sending SMS messages using a SMSC (Short message service center). It supports the UCP and TAP protocols and can deliver messages using an existing tcp/ip connection or using a dial up connection (analog modem).



Accounting source code for Delphi. Databases supported are Firebird 1.5 and Interbase 6.5. Reportbuilder is used for the report engine. Reasonably priced for C/S! Multiple currency, GL, AP, AR, Job Costing and Inventory. More features planned...



The source code for the PC1 encryption algorithm in Delphi, C, C++.The PC1 algorithm is a stream cipher secure against linear and differential cryptanalysis. You can use 128 or 256 bits keys.



Java editor allows you to edit java code, compile, view errors, run application or applet and much more.



This script will create the code for an IFrame within your Web page.



A JAVA community for IT professionals. Focusing on core JAVA, JAVA development, distributed networking, Enterprise JAVA, and other JAVA technologies.



Java Framework for building Web applications with out programming. Common functionality like new, edit, print-preview. List/detail or master/detail views and edit masks for database tables are already built-in. Adaptable to individual needs by a...



This script will create the code for you to have a static background on your page.



Python Minifier: Reduces the size of Python code for use on embedded platforms. Performs the following:

Removes docstrings.
Removes comments.
Removes blank lines.
Minimizes code indentation.
Joins multiline pairs...



This recipe demonstrates some keyboard input functions and screen output "magic" that some people may be interested (such as for an ASCII game). It is meant as a very simple demonstration only, and does not contain any error checking...



With lists, it is common to test whether the list is empty and perform special code for the empty case. With iterators, this becomes awkward -- testing whether the iterator is empty will use up the first item! The solution is an idiom based on...



Xyaptu builts on Alex Martelli's generic and elegant module, YAPTU (Yet Another Python Template Utility), to instantiate XML/HTML document templates that include python code for presentational purposes. The goal is _not_ to be able to embed...



this generator flattens nested containers such as

<code> l=( (1,23), [[[[42,(5,23)]]]])</code>

so that

<code> for i in flatten(l): print i</code>

gives you 1,23,42,5,23



access2asp generates asp code for all your database tables producing pro asp code for a front end site and (password protected) back end control panel. Each table has a list screen linking each record to a detail screen for each record. v2.0 has...