Neuron from flickr shared under cc by-nc
Woodstock
a suite of tools used to show and analyse mathematical models of
biological processes modeled from (petri nets), this tool could easily be
extended to other fields.
You need to have go installed. Go to http://golang.org/ for the installation package and instructions.
# set your GOPATH to the directory of your choice
# (you can have multiple like $PATH)
mkdir "/$HOME/go"
export GOPATH="/$HOME/go"
# get the code
go get github.com/criusmq/woodstock
go build github.com/criusmq/woodstock
- Check if there is an existing issue about the same subject.
- Create one if not.
- Share your patch (as a pull request preferably).
See contributors page for full list of contributors.
For go starters, here are some helpers:
- https://gobyexample.com/
- http://godoc.org/
- http://golang.org/
- #golang-nuts on irc.freenode.org
Not yet tought about it, so for now: wtfpl.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2014
Copyright (C) 2014 Pierre-Alexandre St-Jean <pa@stjean.me>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.