const int MAX_PARTICLES = 16;
const int MAX_PARTICLE_SPEED = 3;
const int PARTICLE_FRAMES = 120;
...

C Simple Particle Engine for ...

by https://www.google.com/accounts/o8/id?id=AItOawl3BeAhTXKYDpKI7ld64fgVwaukoKGEuUo, February 08, 2012 21:55, 5 refactorings, tagged with game, C, struct

This took several hours ove...

55502f40dc8b7c769880b10874abc9d0 Talk
// Copyright (C) 2010 Simon Holywell
...

C Code review for a MySQL UDF...

by Treffynnon, June 01, 2011 07:58, 1 refactoring, tagged with mysql, memory, C, udf, ssdeep

I have written a small MySQ...

715a4bd349679b00b4659a3c136d1f3e Talk