No external dependencies: boost, opencv, etc.
- skynet - only fix bug. Interface no changed
- snOperator - only new operator and fix bug
- python interface - no limits
- cpp interface - without restrictions, but with the agreement
- c_sharp interface - no limits
- example - no limits
- wiki - no limits, but reliably
- no any Template<> (only for native cpp)
- camelCase for all names (except constants).
Please send a GitHub Pull Request to skynet with a clear list of what you've done (read more about pull requests.
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."