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

Block or report tofti

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. python-id3-trees python-id3-trees Public

    python implementation of classification trees

    Python 52 56

  2. python-logisticregression python-logisticregression Public

    python-logisticregression

    Python 2 1

  3. python-kmeans python-kmeans Public

    Python Implementation of k-means clustering

    Python 23 15

  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 4 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;