Menu

Tree [f1feb2] default tip /
 History

Read Only access


File Date Author Commit
 annbear 2013-01-03 raino@Kolk-Dell-M4600 raino@Kolk-Dell-M4600 [9e1fd7] better visual design
 gui 2013-01-03 raino@Kolk-Dell-M4600 raino@Kolk-Dell-M4600 [f1feb2] better visual design for traveller
 .hgignore 2012-01-11 Raino Kolk Raino Kolk [2bdfc7] ignore file
 .hgtags 2012-09-10 Raino Kolk Raino Kolk [fc5db4] Added tag ver-1.2 for changeset c4778b1396fb
 .project 2012-01-11 Raino Kolk Raino Kolk [56875c] init
 .pydevproject 2012-09-06 Raino Kolk Raino Kolk [b68ba9] refactoring
 README.TXT 2012-12-31 raino@Kolk-Dell-M4600 raino@Kolk-Dell-M4600 [2170d5] more cleanup
 build.xml 2012-01-11 Raino Kolk Raino Kolk [56875c] init
 run_auto_test 2012-01-19 Raino Kolk Raino Kolk [12aee8] prepare runners
 run_auto_test.bat 2012-01-19 Raino Kolk Raino Kolk [c72d68] windows executors and instructions
 run_server 2012-12-31 raino@Kolk-Dell-M4600 raino@Kolk-Dell-M4600 [2170d5] more cleanup
 run_server.bat 2012-12-31 raino@Kolk-Dell-M4600 raino@Kolk-Dell-M4600 [2170d5] more cleanup
 run_test.sh 2012-01-11 Raino Kolk Raino Kolk [56875c] init
 run_xor_geno 2012-01-19 Raino Kolk Raino Kolk [12aee8] prepare runners
 run_xor_geno.bat 2012-01-19 Raino Kolk Raino Kolk [c72d68] windows executors and instructions
 setup.py 2012-09-10 Raino Kolk Raino Kolk [1ebfe2] include gui static files

Read Me

python 3 (3.2)
dependencies cherrypy (latest should work http://download.cherrypy.org/cherrypy/3.2.2/)
/**********************************************
it is recommended to use virtualenv
after installing virtualenv and activated it run
pip install cherrypy
***********************************************/

To run annbear examples execute http server
LINUX
  ./run_server
WINDOWS
  run_server.bat
after that open browser with url http://localhost:8080/
to exit ctrl+c
--------------------------------------------------
automated tests
LINUX
  ./run_auto_test
WINDOWS
  run_auto_test.bat
--------------------------------------------------
XOR problem solver
LINUX
  ./run_xor_geno
WINDOWS
  run_xor_geno.bat
just console programm