├── Brainy.php ├── LICENSE ├── Matrix.php ├── README.md └── index.php /Brainy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielefavi/brainy/HEAD/Brainy.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielefavi/brainy/HEAD/LICENSE -------------------------------------------------------------------------------- /Matrix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielefavi/brainy/HEAD/Matrix.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielefavi/brainy/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielefavi/brainy/HEAD/index.php --------------------------------------------------------------------------------