Share

Simple Utility Classes

File Release Notes and Changelog

Release Name: 0.6

Notes: The network class does not work at the moment, and the API is completely unstable. I was just playing around with the idea. If you want to help, feel free.


Changes: Simple Utility Classes ----------------------- Version 0.6 ----------- * Added Kohonen class for Kohonen topographical mapping classification (full code). * Added FFT class for Fast Fourier transforms (full code). * Started a class for TCP/IP networking. Version 0.5 ----------- Initial public release with support for: * XML (using expat) * Perl Compatible Rregular Expressions (using libpcre) * Daemon (full code) * Thread (using pthreads)