Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN)
squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
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.
I noticed when looking at the implementation of assign that there was a nice docstring for it, but that it gets lost when re-def-ed in statecharts.core. Even for the functions without docstrings my editor provides a nice arglist hint that is pretty useful, which is missing for the statecharts.core vars.
I'm not sure if there's a way to automatically assign the docstrings to another var,
I noticed when looking at the implementation of
assignthat there was a nice docstring for it, but that it gets lost when re-def-ed instatecharts.core. Even for the functions without docstrings my editor provides a nice arglist hint that is pretty useful, which is missing for thestatecharts.corevars.I'm not sure if there's a way to automatically assign the docstrings to another var,