finite-state-machine
Here are 411 public repositories matching this topic...
Lightweight Java State Machine
-
Updated
Oct 10, 2019 - Java
A finite state machine library using ES6 promises
-
Updated
May 23, 2020 - JavaScript
A fast implementation of Aho-Corasick in Rust.
-
Updated
May 7, 2020 - Rust
The page has this snippet:
green: {
onEntry: "startHttpRequest",
onExit: "cancelHttpRequest",
...
}
followed shortly thereafter by this snippet:
function transition(event, data) {
currentState = stateMachine.transition(currentState, event, data);
field.classList.value = currentState.value;
currentState.actions.forEach(item => window[item]());
}
T
Pluck text in a fast and intuitive way
-
Updated
Aug 28, 2019 - Go
Fluent API for creating state machines in C#
-
Updated
Aug 12, 2019 - C#
DFA regular expression library & friends
-
Updated
Jun 14, 2020 - C
-
Updated
Jan 13, 2020 - JavaScript
Every developer deserves the right of creating microservices without using any framework
-
Updated
Jan 2, 2020 - C#
A finite state machine for Kotlin and Android
-
Updated
Oct 15, 2018 - Kotlin
-
Updated
Nov 24, 2019 - Rust
The LICENSE file states that the software is under the MIT license, while Fsm.cpp and Fsm.h state that the license is GPLv3; can you please fix it?
Thanks
Add to PlatformIO
Serial garbage
- Python State Machine version: 0.7.1
Description
Is it possible to implement hierarchical/nested state machines like this explicit implementation?
What I Did
Nothing tried yet.
Is your feature request related to a problem? Please describe.
The variable is called stay and it means "Keep the light on once triggered and never turn off", and so the service is called set_stay_on, which is parsed as "set stay_mode to on". However, not being familiar with the new stay feature, I first though that these two services would "set the light to stay on, always" and "set the
Cool little library.
The examples in the readme and examples directory don't work with version 0.0.4 which is the dependency given in the readme. The readme and simple.clj examples throw null pointer exceptions.
It took me a bit to discover that there's a 0.0.5-SNAPSHOT on clojars that is needed for the examples to work.
The simple, stupid state machine for Java
-
Updated
Jun 10, 2020 - Java
Finite state machine for TypeScript and JavaScript
-
Updated
Jun 6, 2020 - JavaScript
With alexafsm, developers can model dialog agents with first-class concepts such as states, attributes, transition, and actions. alexafsm also provides visualization and other tools to help understand, test, debug, and maintain complex FSM conversations.
-
Updated
Oct 22, 2019 - Python
C++14 Finite State Machine library
-
Updated
Mar 22, 2020 - C++
Component based
-
Updated
Jun 2, 2020 - TypeScript
A simple finite state machine (FSM) with workflow character where you define your workflows in code.
-
Updated
Jun 6, 2020 - C#
A finite state machine library for Node.js and the browser with a friendly configuration DSL.
-
Updated
May 13, 2020 - JavaScript
Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test coverage. Implements the FSL language.
-
Updated
Jun 6, 2020 - JavaScript
A Python library for simulating finite automata, pushdown automata, and Turing machines
-
Updated
Apr 5, 2020 - Python
Advanced state machines in Java.
-
Updated
Nov 28, 2018 - Java
A wrapper for xstate that stores state, handles transitions, emits events for state changes and actions/activities, and includes an optional reducer framework for updating state and invoking side-effects
-
Updated
Jul 18, 2018 - JavaScript
Improve this page
Add a description, image, and links to the finite-state-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the finite-state-machine topic, visit your repo's landing page and select "manage topics."


I found a magic source
+athttps://github.com/viewflow/django-fsm/blob/957e1d8535f1e8f31cd6f971f4ec6704eb1f2d9a/django_fsm/__init__.py#L166-L179
It seems undocumented, unless I missed it. It would be cool to have a sentence or two about it somewhere.
Thanks!