cellular-automata.git
2013-09-28  Siraaj KhandkarReset cursor position before printing each grid.
2013-09-28  Siraaj KhandkarUpdate README.
2013-09-28  Siraaj KhandkarA more obvious order in this context.
2013-09-28  Siraaj KhandkarA more appropriate name.
2013-09-28  Siraaj KhandkarInfrastructure for polymorphism.
2013-09-28  Siraaj KhandkarOrganize transition mechanism into Automaton module
2013-09-28  Siraaj KhandkarGet rid of data labels.
2013-09-28  Siraaj KhandkarPack options in a record.
2013-09-28  Siraaj KhandkarDecrease pause time between generations.
2013-09-27  Siraaj KhandkarLoop indefinitely, in full screen.
2013-09-27  Siraaj KhandkarUse point abstraction.
2013-09-27  Siraaj KhandkarCompute next generation.
2013-09-27  Siraaj KhandkarUse idiomatic abbreviations for rows and columns.
2013-09-27  Siraaj KhandkarUse a more idiomatic creator name.
2013-09-27  Siraaj KhandkarRemove unneeded operation: set
2013-09-27  Siraaj KhandkarUse -short-paths
2013-09-27  Siraaj KhandkarSupport both, plain map and mapi.
2013-09-27  Siraaj KhandkarDisable warning 44:
2013-09-27  Siraaj KhandkarFix fragile pattern-matching.
2013-09-27  Siraaj KhandkarEnable all compiler warnings.
2013-09-27  Siraaj KhandkarDrop down for uniformity.
2013-09-26  Siraaj KhandkarInit and print a matrix of cells.
2013-09-25  Siraaj KhandkarPass dimensions as CLI arguments.
2013-09-25  Siraaj KhandkarImplement Conway's Life cell.
2013-09-25  Siraaj KhandkarDefine cell signature.
2013-09-25  Siraaj KhandkarImplement a generic matrix abstraction.
2013-09-25  Siraaj KhandkarSay hi.
2013-09-25  Siraaj KhandkarIgnore _build and bin directories.
2013-09-25  Siraaj KhandkarAdded build and clean recipes.
2013-09-25  Siraaj KhandkarQuick description of Polymorphic Life.
2013-06-16  Siraaj KhandkarAdded some info on Langton's ant.
2013-06-16  Siraaj KhandkarWhy not just subtract in AWK?
2013-06-16  Siraaj KhandkarAdded info about Wireworld.
2013-05-17  Siraaj KhandkarRe-formated summary as a table
2012-09-03  Siraaj KhandkarFixed wrong quote type.
2012-09-03  Siraaj KhandkarRight... THAT's how you pass a curried infix.
2012-09-03  Siraaj KhandkarLight refactoring.
2012-09-03  Siraaj KhandkarCheck sleep interval before sleeping.
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.
next
This page took 0.042571 seconds and 4 git commands to generate.