October 17th, 2006
This little tip might be usefull for people who have recently started learning PHP and have some experience in other languages (like me).
Recently I needed to write a PHP script that would process a binary file I had created in my Delphi program. However, it turned out that fread() […] Continue Reading…
8 Comments
| Web Development
| Permalink
Posted by Jānis Elsts
October 9th, 2006
Genetic algorithms are used for evolving various things – from bot behaviour in games to digital art. They can be used for solving nearly any problem/field that allows you to construct a well-defined genome and a fitness function.
Defining a genome for a website is doable, and probably quite simple, […] Continue Reading…
1 Comment
| Web Development
| Permalink
Posted by Jānis Elsts