2018-07-31

Programování

V sekci Programování najdete texty, které vyprodukuji na toto téma. To zahrnuje nejen jazyky a technologie jako PHP, Java a J2EE, C# a .NET, XSLT, SQL, ale i různá paradigmata (OOP, AOP) a oblasti výzkumu (neuronové sítě).

Obecně

Linux filesystem cache flush

# Will clear all the fs cache. Do a ’sync’ before to flush more caches.
echo 1 > /proc/sys/vm/drop_caches

http://mtj.wordpress.com/…-read-cache/

Java

<!--

-->

PHP

SQL a MySQL

Web, JavaScript, AJAX, Canvas

Neural Networks and Artifical Intelligence in General

  • Neural Networks
  • Criss-cross – a school project. An attempt for a AI for the criss-cross game, with re-inforcement learning.
  • Imagenetics – Images generated by genetic algorithms, rated by the user (that means, you :-)

Různé


0