Skip to content
View jackplox's full-sized avatar

Block or report jackplox

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. Twitter-Bot Twitter-Bot Public

    A sample twitter bot that checks keywords.

    Python

  2. 20-Questions-Game 20-Questions-Game Public

    Simple AI 'game' that asks a series of questions given a text file. The program will determine the amount of questions to ask. Utilizes a binary search tree. Python.

    Python

  3. Vector-Demonstration Vector-Demonstration Public

    A demonstration of the vector template in the C Standard Template Library. It times how long it takes to use the push_back() function and demonstrates how a vector is a resizable array.

    C++

  4. pthread-demonstration pthread-demonstration Public

    A program that creates two threads, one to assign a variable, and another to print the result. Utilizes a mutex lock to seperate the threads.

    C

  5. Forward-Chaining Forward-Chaining Public

    Simple rule-based expert system using forward chaining to determine one of four animals with a selection of options

    Python 2

  6. TicTacToe TicTacToe Public

    A tictactoe game

    C