Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils, examples: Add ExperimentManager CM | Marco Capitani | 2017-11-13 | 1 | -3/+3 |
| | | | | | | | | Adds an ExperimentManager context manager for scripts: - No more ugly stack traces after execution if something goes wrong - No more ugly and easy to forget try-finally blocks | ||||
* | examples: Add snake example | Sander Vrijders | 2017-09-20 | 1 | -0/+69 |
This adds the snake as an example. It forms a single DIF connected node by node. The number of nodes can be passed as parameter. |