Difference between revisions of "JJ5-test"

From ProgClub
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
jj5-test is the [[User:John|John]]'s experimental software. That's the software that John uses to try out different programming things. For other projects see [[Projects]].
+
{{DISPLAYTITLE:jj5-test}}
 +
jj5-test is [[User:John|John]]'s experimental software. That's the software that John uses to try out different programming things. For other projects see [[Projects]].
  
 
== Project status ==
 
== Project status ==
Line 34: Line 35:
  
 
* [[User:John|John's user page]]
 
* [[User:John|John's user page]]
 +
* [http://www.jj5.net/sixsigma/AI_class#Checkers That god damn checkers board]
  
 
== TODO ==
 
== TODO ==
Line 40: Line 42:
  
 
* Finish the ai-checkers program
 
* Finish the ai-checkers program
 
[[Category:TODO]]
 
  
 
== Done ==
 
== Done ==
Line 52: Line 52:
 
== Notes for implementers ==
 
== Notes for implementers ==
  
If you are interested in incorporating the ProgClub jj5-test into your project, here's what you need to know:
+
If you are interested in incorporating software from jj5-test into your project, here's what you need to know:
  
 
Just copy-and-paste anything that you find useful.
 
Just copy-and-paste anything that you find useful.
 +
 +
== Sub-projects ==
 +
 +
=== ai-checkers ===
 +
 +
This project is a checkers simulation inspired by a [http://www.jj5.net/sixsigma/AI_class#Checkers checkers board] in the lectures for the AI class.
 +
 +
=== chomsky-screensaver ===
 +
 +
This is a project to create a HTML table of a list of words on the computer on Noam Chomsky's desk during [http://www.youtube.com/watch?v=ke6YXjaZ9HY this interview]. The list that I built is available in HTML on [http://www.progclub.org/blog/2011/10/22/words-on-noam-chomskys-computer/ my blog].

Latest revision as of 16:13, 11 December 2017

jj5-test is John's experimental software. That's the software that John uses to try out different programming things. For other projects see Projects.

Project status

On-going. There is no plan to 'complete' this project, although parts of it may stop receiving attention.

Contributors

Members who have contributed to this project. Newest on top.

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Copyright

Copyright 2011, Contributors. Licensed under the New BSD license.

Source code

The repository can be browsed online:

http://www.progclub.org/pcrepo/jj5-test/trunk/

The code for jj5-test is publicly available from svn:

http://www.progclub.org/svnro/pcrepo/jj5-test/trunk/

Or privately available for read-write access:

https://www.progclub.org/svn/pcrepo/jj5-test/trunk/

Links

TODO

Things to do, in rough order of priority:

  • Finish the ai-checkers program

Done

Stuff that's done. Latest stuff on top.

  • JE 2011-10-17: created project page
  • JE 2011-10-16: created project in svn

Notes for implementers

If you are interested in incorporating software from jj5-test into your project, here's what you need to know:

Just copy-and-paste anything that you find useful.

Sub-projects

ai-checkers

This project is a checkers simulation inspired by a checkers board in the lectures for the AI class.

chomsky-screensaver

This is a project to create a HTML table of a list of words on the computer on Noam Chomsky's desk during this interview. The list that I built is available in HTML on my blog.