log

age author description
Fri, 02 Feb 2018 20:59:06 +0000 IBBoard Add notes from Day 2
Fri, 02 Feb 2018 20:38:36 +0000 IBBoard Add Day 1 Erlang content
Sat, 14 Oct 2017 13:39:41 +0100 IBBoard Add Scala code and notes
Sat, 07 Oct 2017 16:50:14 +0100 IBBoard Add notes on how to invoke the Sudoku code
Sat, 07 Oct 2017 15:43:52 +0100 IBBoard Fix condition check that was letting it backtrack to build a different set of rows
Sat, 07 Oct 2017 15:07:34 +0100 IBBoard Calculate and validate boxes
Mon, 02 Oct 2017 21:02:22 +0100 IBBoard Add half-completed sudoku solver
Sun, 01 Oct 2017 19:59:48 +0100 IBBoard Add some "Eight Queens" solving
Sat, 30 Sep 2017 15:29:00 +0100 IBBoard Remove unnecessary sort facts
Sat, 30 Sep 2017 14:26:58 +0100 IBBoard Day 2 self-study, with insert sort
Fri, 29 Sep 2017 20:02:14 +0100 IBBoard Remove unnecessary statements
Fri, 29 Sep 2017 20:00:50 +0100 IBBoard Fix the Day 1 collaboration problems
Wed, 27 Sep 2017 20:48:28 +0100 IBBoard Add a custom implementation of append/3
Wed, 27 Sep 2017 20:19:01 +0100 IBBoard Add a quick bit of maths code (list counting/summing)
Tue, 26 Sep 2017 20:58:49 +0100 IBBoard Add initial Day 2 notes for Prolog
Tue, 26 Sep 2017 20:47:20 +0100 IBBoard Extra little thought on collaboration rule
Tue, 26 Sep 2017 20:45:26 +0100 IBBoard Add more examples, more thoughts and a three-argument "collaborated" rule
Tue, 26 Sep 2017 20:26:45 +0100 IBBoard Write some self-study code with an additional stretch rule to find collaborations
Tue, 26 Sep 2017 20:26:18 +0100 IBBoard Write up "unification" code
Tue, 26 Sep 2017 19:57:50 +0100 IBBoard Write up the map colouring code
Tue, 26 Sep 2017 19:42:02 +0100 IBBoard Add extra thought on why you sometimes get "no" and sometimes "yes" after variable lists
Mon, 25 Sep 2017 20:49:52 +0100 IBBoard Start experimenting with Prolog
Fri, 22 Sep 2017 20:42:49 +0100 IBBoard Add final Io self-study
Fri, 22 Sep 2017 20:38:44 +0100 IBBoard Add coroutine, actor and futures code
Fri, 22 Sep 2017 20:00:39 +0100 IBBoard Add a noddy "builder" to show overriding "forward" for missing methods
Fri, 22 Sep 2017 19:48:13 +0100 IBBoard Add final experimentation and note about DSL
Wed, 20 Sep 2017 20:48:37 +0100 IBBoard Add more notes and try to understand the operators
Mon, 18 Sep 2017 21:08:58 +0100 IBBoard Add another thought about how the ":" operator works
Mon, 18 Sep 2017 20:53:36 +0100 IBBoard Add more notes about the DSL while I think about it
Mon, 18 Sep 2017 20:45:32 +0100 IBBoard Add the Day 3 'Domain Specific Language'