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... |