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
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
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
.NET SFTP Component in CS VB.NET ASP.NET 5.1.4028
Faxmind Email to Fax Server 1.6.5.0516
PDF Extractor SDK 3.10.899
Bytescout Image To Video SDK 2.10.715
Joyfax Server 8.10.0517
VISCOM Video Capture ActiveX SDK 6.3
VISCOM Scanner TWAIN Docx PDF SDK 3.8
Advanced Email2RSS Professional 3.55.84
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
Pass Parameters in SetInterval() function in JavaScript 0.1
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
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
Zynga Poker Slot Machine
Zynga Poker Slot Cheat
Machine Chips Zynga Poker
Zynga Poker Free Chips Machine
Slot Machine
Codes Of Slot Machine
Delphi Code From Slot Machine
Vbnet Code For Casino Slot Machine
Zynga Poker
Slot Machine Code
Java Slot Machine
Flex Slot Machine Game
Flex Source Code Slot Machine
Flex Slot Machine Code
Slot Machine In Actionscript 30 Source Code
 Zynga Poker Slot Machine 

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


The simple php game script where player can play the standard slot machine with Liberty Reserve and win up to 900% of that they bet. Easy to install and configure.

- The Liberty Reserve Slot Machine Game PHP php scource.
- The self...


Advertisement




This software designed for the internet, it will serve to your visitors a fully functional slot machine game that needs no plug-inls or downloads. The game images are refreshed after the game is played through, so there is no interruption as the...



This collection of web-based games can implement games like turn your family photos into online puzzles, slot machine, scratch-off card or classical breakout arcade games etc. These applets are highly customizable to suit your requirements and can...



The operation of the state machine is defined by transitions. The transitions
control what value is returned and which new state to switch to, given an
"event" input when in a certain current "state". State machines...



This program parses the logfile given by the execution of the keylogger
command 'script -c "xinput test ID_CODE" | cat LOG_FILE' and
it is based on a Finite State Machine (FSM) to manage all
the possible combinations of...



This is a simple state machine that takes a functional approach.
It requires trampoline from pysistence.func to avoid the recursion limit.

Namedtuples are used to define the different states.
globals() is used to reference the...



This is a state machine template. It can be used as a state machine, or a state machine tester. There is very little setup required and all the states are added based on the state docstring. I made this after a friend came to me asking how I'd...



A very simple idiom for implementing a state machine.



This program calculates the number of flushes in a number of deals of a poker hand. You can tell it to deal say 10,000 hands and see how many were flushes. This is basically my first Python program.



General state machine mechanism plus a specialized version, LineStateMachine, for processing text files based by using regular expressions to determine state transitions.



CGI Machine Free counter is a C based counter program which is used by webmasters on their website to count their site visitors entry. It gives every report of their site visitors accurately in statistical mode. Users can get source code for free...



Exploring Machine.Configuration is not an easy way for the webmasters, but this tutorial finds a solution for all those and gives a lot of tips which the users should take care while installing the .NET Framework. After installation, the...



Java-Virtual-Machine.net is site that the developers can use to know all about Java Virtual Machines. Supports links to every item mentioned and also to relevant articles. It provides an overview of Microsoft Virtual Machines, articles on Sun Vs...



PHP machine Error handler is multi-platform compatible. This code snippet can be used to trap errors in your PHP scripts. The main function is GetErrorDescription, it takes five arguments, the error type, the error message, the file the error...



Poker software is helpful for the webmasters to build their site with online gaming. By using this poker game software the webmasters can run a poker site with multiple players from ten to ten thousand players. This site can also enabled to accept...



Board games collection. Contains:Othello;Yahtzee;Master Mind;Blip;Poker Machine;Tic-Tac-Toe;Super Memory.



State machine for processing text files on a line-by-line basis using regular
expressions to determine transition to next state.

Developed from sample code from "Text Processing in Python" by David Mertz,pp. 274-280.



I used this when trying to retrieve a site I could not access via the wayback machine (archive.org). Might require some tweaking to get it to work...



A Turing Machine Simulator that allows an arbitrary machine to be loaded. Words (represented as strings) can be ran against the simulator producing a response: Accept or Crash.



This recipe shows a Finite State Machine (FSM) that can be used for small parsing tasks. The code is quite simple. The bulk of it is comments. In addition to state this FSM also maintains a user defined "memory". So this FSM is a...