Difference between revisions of "Development"

From Artificial Neural Network for PHP
(Created page with "<big>'''ANN - Artificial Neural Network for PHP 5.x'''</big> This page offers to participate on the development of ANN implementation for PHP 5.x. Please feel free to clone this...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<big>'''ANN - Artificial Neural Network for PHP 5.x'''</big>
+
<big>'''ANN - Artificial Neural Network for PHP'''</big>
   
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.
+
This page offers to participate on the development of ANN implementation for PHP. 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 ==
 
== Public ANN Git Repository ==
   
>git clone http://ann.thwien.de/ann.git
+
# git clone https://ann.thwien.de/ann.git
   
 
== Rules for developers ==
 
== Rules for developers ==

Latest revision as of 11:39, 27 November 2020

ANN - Artificial Neural Network for PHP

This page offers to participate on the development of ANN implementation for PHP. 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