Skip to content
View tofti's full-sized avatar
:octocat:
💯 hacking
:octocat:
💯 hacking

Block or report tofti

Report abuse

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

Report abuse

Pinned Loading

  1. python-id3-trees python-id3-trees Public

    python implementation of classification trees

    Python 51 56

  2. python-logisticregression python-logisticregression Public

    python-logisticregression

    Python 4 1

  3. python-kmeans python-kmeans Public

    Python Implementation of k-means clustering

    Python 29 16

  4. java-zcs java-zcs Public

    Java Implementation of the simplified strength based learning classifier system

    Java 2

  5. javafx-boids javafx-boids Public

    JavaFX implementation of the Artificial Life flocking algorithm "Boids"

    Java 5 2

  6. Creating deadlocks when using notify... Creating deadlocks when using notify, rather than notifyAll.
    1
    package tofti.java.popularquestions;
    2
     
    3
    import java.util.LinkedList;
    4
    import java.util.Queue;
    5
    import java.util.concurrent.atomic.AtomicLong;