Skip to content
View jColeChanged's full-sized avatar
Block or Report

Block or report jColeChanged

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. think-progress think-progress Public

    Reimagining progress bars in the light of the principles of good thinking and good map making. A progress bar for known out of known step counts with uniform step sizes which gives a better sense t…

    JavaScript

  2. jColeChanged.github.io jColeChanged.github.io Public

    This is Joshua Cole's personal site. It is statically generated via Jekyll.

    JavaScript 1

  3. findfn findfn Public

    Forked from Raynes/findfn

    Finding functions, because they're sexy.

    Clojure

  4. An implementation of Student, a prog... An implementation of Student, a program capable of solving basic math problems in which a variable needs to be isolated
    1
    """
    2
    Student was an AI program developed in the late sixties which used
    3
    pattern matching to solve basic algebraic word problems. This an
    4
    attempt to implement Student in Python through study of the Common
    5
    Lisp imlpementation outlined in Paradigms of Artificial Intelligence
  5. Subset of Eliza Chatbot in Clojure Subset of Eliza Chatbot in Clojure
    1
    (ns paip.eliza
    2
      (:require [clojure.string :as string])
    3
      (:gen-class))
    4
    
                  
    5
    
                  
  6. resume resume Public