fffej (Jeff Foster)

Name
Jeff Foster
Email
Website/Blog
http://www.fatvat.co.uk/
Company
Not applicable
Location
United Kingdom
Member Since
Jun 27, 2008 (about 1 year)

Following 3 githubbers and watching 7 repositories view all →

Public Repositories (3)

  • haskellprojects

    just to keep a version of my code as I attempt to learn haskell.

    legend

    Last updated Tue Dec 01 23:50:34 -0800 2009

  • clojure-snippets

    Just some random code of mine to learn how to use git

    legend

    Last updated Fri Sep 11 12:49:53 -0700 2009

  • ClojureProjects

    Collection of clojure projects as and when I find time to work on them!

    legend

    Last updated Sun Aug 02 23:44:20 -0700 2009

Public Activity feed

fffej pushed to master at fffej/haskellprojects Tue Dec 01 23:50:34 -0800 2009
HEAD is 2a5148eb5f9f92b125c1dcf997fb95dd4cf4982c

2 commits »

fffej pushed to master at fffej/haskellprojects Tue Dec 01 22:55:11 -0800 2009
HEAD is 7d636817adb6e6f1a125be7c320a82b0e1691716
  • fffej committed 7d636817:
    Get rid of this STUPID idea of having an identifier for each slot. If two slots are empty it doesn't matter which one we pick!
fffej pushed to master at fffej/haskellprojects Tue Dec 01 13:02:08 -0800 2009
HEAD is b3aac385f05f1abd8db5495608edd399ae1236c2
  • fffej committed b3aac385:
    A tableau needs to have both hidden and shown cards
fffej pushed to master at fffej/haskellprojects Tue Dec 01 05:31:19 -0800 2009
HEAD is 3a99decd46716c8de7f473adde6d040cb4ff352c

2 commits »

fffej pushed to master at fffej/haskellprojects Tue Dec 01 00:44:34 -0800 2009
HEAD is f5eccb408cd7949cd18126c55324dfceecea9bd1

3 commits »

fffej pushed to master at fffej/haskellprojects Fri Nov 27 05:26:29 -0800 2009
HEAD is 506ee17378e6ea2471922cefee382e2e8eb0b627
  • Jeff Foster committed 506ee173:
    Some simplifications and complications. The code for updating structures is painfully crap. TODO find a better way to do this.
fffej pushed to master at fffej/haskellprojects Wed Nov 25 06:15:33 -0800 2009
HEAD is c0167d5b79d79c965710f67295905171e0817e6e
  • Jeff Foster committed c0167d5b:
    forgot to save before commit
fffej pushed to master at fffej/haskellprojects Wed Nov 25 06:14:35 -0800 2009
HEAD is baf02daabdbdbbb11f08ce9ce7c9855cfebb9380

2 commits »

fffej pushed to master at fffej/haskellprojects Wed Nov 25 00:07:08 -0800 2009
HEAD is a4c384b57a8a36cbbfbaac8ae39725c728cbeab5
  • fffej committed a4c384b5:
    Rethink how this should work and try to drive it by types (even though something like an Array might actually be a little bit more sensible).
fffej pushed to master at fffej/haskellprojects Tue Nov 24 05:54:26 -0800 2009
HEAD is 35b483929f5baa5103bda839f39f6a97d05e7fde

3 commits »

fffej pushed to master at fffej/haskellprojects Tue Nov 24 00:44:01 -0800 2009
HEAD is fae917a7c436e2abbb7242d2a9fd98cf596a80f2
  • fffej committed fae917a7:
    Start to roll in some simplifactions. Get rid of the silly slot class - cards are unique, I can find out where they are with ease so no need to have a silly "pointer" type thing.
fffej pushed to master at fffej/haskellprojects Mon Nov 23 06:16:05 -0800 2009
HEAD is 6d7dc63c85c9709b0bbcfd9dbbd7b0cdbd02b1bc

4 commits »

fffej pushed to master at fffej/haskellprojects Sun Nov 22 10:11:21 -0800 2009
HEAD is d9120519c85bbced709e1ce13ab16aa6bb80add9
  • Jeff Foster committed d9120519:
    Prototype out a few more functions on the flow
fffej pushed to master at fffej/haskellprojects Sun Nov 22 07:42:18 -0800 2009
HEAD is 70469415971c831c03c79b55d988d8f1386cab1f
  • Jeff Foster committed 70469415:
    Add logic to do with pulling cards down
fffej pushed to master at fffej/haskellprojects Sun Nov 22 06:04:00 -0800 2009
HEAD is dd50ce25aa4b9fcaaac315fad8f0d179e8a54717
  • fffej committed dd50ce25:
    Add some basic haskell files for fiddling around with Klondike
fffej pushed to master at fffej/haskellprojects Wed Sep 30 00:07:22 -0700 2009
HEAD is fa6f5d0e903c5303d1288729c8b260bcf0dcc796
  • fffej committed fa6f5d0e:
    Example exercises from chapter 3 of real wordl haskell