KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
fsm-maker
★ 17
Open GitHub ↗
Simple UI for making Finite State Machines
Download README (.md)
Explore Similar Repositories
deep-shrooms
:
Project for the Helsinki University course Introduction to Data Science
wavelet-matrix-rs
:
Wavelet Matrix implementation written in Rust
dpdk
:
dpdk学习及相关项目
strictlyswift
:
Various projects and code samples for the Strictly Swift blog
RewrZ
:
RewrZ Project - 一个中庸的个人博客系统项目。基于 FastAPI 构建,轻量级设计,可在 512MB 内存服务器上流畅运行,注重隐私保护和个性化定制。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fsm-maker
?
Download (.md)
# FSM Maker Create SVG drawings of finite state machines with a simple DSL. [https://jimmyhmiller.github.io/fsm-maker/](https://jimmyhmiller.github.io/fsm-maker/) ``` start 0 -> start 1 -> middle middle 0 -> finish 1 -> finish ```  ## Development ```bash lein figwheel ```