cellular-automata.git
2012-08-09  Siraaj KhandkarRe-aligning record field type declarations.
2012-08-09  Siraaj KhandkarNo need to specify the default value.
2012-08-09  Siraaj KhandkarAdded footnote about the array() module.
2012-08-09  Siraaj KhandkarUpdated README.
2012-08-09  Siraaj KhandkarSome clarifying comments.
2012-08-09  Siraaj KhandkarTiming each screen print.
2012-08-09  Siraaj KhandkarOrganizing state into a record.
2012-08-09  Siraaj KhandkarPrinting a status bar per generation.
2012-08-09  Siraaj KhandkarSetting process limit to no more than necessary.
2012-08-08  Siraaj KhandkarStart-up wrapper script for 003.
2012-08-08  Siraaj KhandkarSeparate .gitignore per implementation.
2012-08-08  Siraaj KhandkarNo need to recalculate X(W) and Y(H) again.
2012-08-08  Siraaj KhandkarMatrix approach in Erlang, using array module.
2012-08-07  Siraaj KhandkarRefactoring.
2012-08-06  Siraaj KhandkarPrint char representation of cell state.
2012-08-06  Siraaj KhandkarBoard size as CLI args.
2012-08-06  Siraaj KhandkarUpdated README.
2012-08-06  Siraaj KhandkarTraditional, matrix approach in OCaml. Unpolished.
2012-08-01  Siraaj KhandkarIncreased max num of procs to 100000000.
2012-08-01  Siraaj KhandkarEnsuring gen delay isn't longer than spec interval.
2012-07-31  Siraaj KhandkarExtended usage instructions.
2012-07-31  Siraaj KhandkarFixed filename in README.
2012-07-31  Siraaj KhandkarCommitting rebar to repo.
2012-07-31  Siraaj KhandkarAdded README to life-001.
2012-07-31  Siraaj KhandkarLogging and printing compute time for each generation.
2012-07-30  Siraaj KhandkarUsing erlang:send_after/3 for tick scheduling.
2012-07-29  Siraaj KhandkarObserver logs stats for each run.
2012-07-29  Siraaj KhandkarQuoted literal characters in comments.
2012-07-28  Siraaj KhandkarOrganized reused functions into lib module.
2012-07-28  Siraaj KhandkarGrouping unused gen_server callbacks.
2012-07-28  Siraaj KhandkarBetter function names.
2012-07-28  Siraaj KhandkarStashing early msgs instead of immediately resending.
2012-07-28  Siraaj KhandkarPrinting num of dead & alive cells per generation.
2012-07-27  Siraaj KhandkarExplicitly matching casts with 'ok'.
2012-07-27  Siraaj KhandkarWhy request when I can just broadcast?
2012-07-27  Siraaj KhandkarFixed out-of-order message handling.
2012-07-26  Siraaj KhandkarSome terminology changes.
2012-07-25  Siraaj KhandkarAdded generation count to time and cell states.
2012-07-25  Siraaj KhandkarPrinting X and Y in the status bar.
2012-07-25  Siraaj KhandkarSet interval back to 0.1 sec.
2012-07-25  Siraaj KhandkarExplicit sort function.
2012-07-25  Siraaj KhandkarWasting less board space.
2012-07-25  Siraaj KhandkarBumped allowable crash frequency to 1000000/1 sec.
2012-07-25  Siraaj KhandkarAdded a remote shell shortcut script.
2012-07-24  Siraaj KhandkarAdded Makefile to gol-001
2012-07-24  Siraaj KhandkarUpdated global README.
2012-07-23  Siraaj KhandkarIncreasing interval between generations to 0.1 sec.
2012-07-23  Siraaj KhandkarUpdated references from old to new module names.
2012-07-23  Siraaj KhandkarPrefixed app name to module names.
2012-07-23  Siraaj KhandkarPrinting cell count in status bar.
2012-07-23  Siraaj KhandkarAPI tweeks, bangs to casts.
2012-07-23  Siraaj KhandkarAdded generation count.
2012-07-23  Siraaj KhandkarConverted to OTP app.
2012-07-22  Siraaj KhandkarStart script. Sets size of the board to match terminal.
2012-07-22  Siraaj KhandkarFixed incorrectly sorted list and improper negation.
2012-07-21  Siraaj KhandkarFix: sending the current, not next, state back to time.
2012-07-21  Siraaj KhandkarPrinting bar to visually mark the borders of the board.
2012-07-21  Siraaj KhandkarMy first Game of Life!
2012-07-21  Siraaj KhandkarInitial commit
This page took 0.035863 seconds and 4 git commands to generate.