Difference between revisions of "Development"

From Artificial Neural Network for PHP
Line 5: Line 5:
 
== Public ANN Git Repository ==
 
== Public ANN Git Repository ==
   
>git clone https://ann.thwien.de/ann.git
+
# git clone https://ann.thwien.de/ann.git
   
 
== Rules for developers ==
 
== Rules for developers ==

Revision as of 11:39, 27 November 2020

ANN - Artificial Neural Network for PHP 5.x

This page offers to participate on the development of ANN implementation for PHP 5.x. Please feel free to clone this git repository, do enhancements on the code and send your repository or patch files to info_at_thwien_dot_de.

Public ANN Git Repository

# git clone https://ann.thwien.de/ann.git

Rules for developers

  • Write code, don't copy it from others
  • Consider the licence
  • Use the same code standard
  • Test your code changes before sending patches
  • Include examples to the example directory
  • Use php doc comments