Top "State-machine" questions

A State Machine is a computation model used to design both computer programs and sequential logic circuits.

get list of state_machine states

We are using state_machine ( https://github.com/pluginaweek/state_machine ) in a project and would like to offer a …

ruby-on-rails state-machine
c++ state machine generator

Are you aware of any opensource state machine c++ code generators (that will work on linux)? Ideally the tool would …

c++ code-generation state-machine
Finite State Machine Pattern - The One True Pattern?

Could all Code ever written be improved by applying the State Machine Pattern? I was working on a project that …

design-patterns architecture state-machine
Difference between Mealy and Moore

Does the difference between Mealy and Moore state machines have any real significance when it comes to a C implementation? …

c state-machine fsm
Unity Performance - Coroutines vs FSM on update

I just started studying Unity scripting and I'm having a hard time to understand why some people prefer coroutines over …

unity3d coroutine state-machine fsm
Java library to check whether a String contains a number *without* exceptions

I'm looking for a method that returns a boolean if the String it is passed is a valid number (e.…

java format numbers bigdecimal state-machine
Code Golf: Finite-state machine!

Finite state machine A deterministic finite state machine is a simple computation model, widely used as an introduction to automata …

python language-agnostic code-golf state-machine
Are there any programs to draw and test state machines, turing machines, etc?

When I go back to school after Thanksgiving, I'll be taking a course in CS Theory covering topics such as …

computer-science state-machine finite-automata
How to merge two finite state automata?

Say I have two deterministic finite state automata represented by the following transition diagrams: FSA for keyword IF: IF ___ ___ _ / \ I / \ …

algorithm finite-automata state-machine deterministic
Rails: How to test state_machine?

Please, help me. I'm confused. I know how to write state-driven behavior of model, but I don't know what should …

ruby-on-rails rspec state-machine