Implementing an ant colony simulation with ants finding paths between food sources placed randomly and the nest.
Computer Science learning blog
Implementing an ant colony simulation with ants finding paths between food sources placed randomly and the nest.
An example utility to read and modify wav files written in C. Details about how it was implemented and how wav files are structured are explained.
Changing the CSS style of pseudo-classes with JavaScript using CSS attribute selectors and CSS variables.
Retrieving the header information of a wave (wav) file. Example program written in C to acess the header information in wav files.
Calling functions written in Assembly from a C program. How to include Assembly code in a C program. Compiling C and Assembly code.