cellular-automata.git
2012-09-03  Siraaj KhandkarSet generation interval in CLI options.
2012-09-03  Siraaj KhandkarSet probability in CLI options.
2012-09-03  Siraaj KhandkarForest-fire model 001.
2012-09-03  Siraaj KhandkarAdded README for forest-fire model.
2012-09-03  Siraaj KhandkarDiscovered Random.self_init
2012-09-03  Siraaj KhandkarUpdated image link.
2012-09-02  Siraaj KhandkarAdded link to Life's Wikipedia page.
2012-09-02  Siraaj KhandkarAdded root README.
2012-09-02  Siraaj KhandkarMoved Life implementations into 'life' directory.
2012-08-28  Siraaj KhandkarA more readable list.
2012-08-28  Siraaj KhandkarRemoved unnecessary call to length().
2012-08-28  Siraaj KhandkarUpdated main README.
2012-08-28  Siraaj KhandkarAdded README describing life-005.
2012-08-28  Siraaj KhandkarLife 5: AWK. Simulated 3D array.
2012-08-27  Siraaj KhandkarPointing directly at `awk`, rather than via `env`.
2012-08-26  Siraaj KhandkarUpdated README.
2012-08-26  Siraaj KhandkarGhost neighbors beyond boundaries!
2012-08-26  Siraaj KhandkarRe-ordered function definitions.
2012-08-26  Siraaj Khandkarget/set/do prefix notation.
2012-08-26  Siraaj KhandkarWhy did I think I needed this again?
2012-08-26  Siraaj KhandkarUpdated README.
2012-08-26  Siraaj KhandkarLife 4: board as string, in AWK.
2012-08-09  Siraaj KhandkarEnsuring sleep value is at least zero.
2012-08-09  Siraaj KhandkarDon't sleep longer than necessary to meet the interval.
2012-08-09  Siraaj KhandkarComment explaining choice of map+to_list over fold.
2012-08-09  Siraaj KhandkarReformatting for consistency.
2012-08-09  Siraaj KhandkarBetter variable names.
2012-08-09  Siraaj KhandkarBar string should never be empty.
2012-08-09  Siraaj KhandkarThese fields should never be 0.
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.043108 seconds and 4 git commands to generate.