Skip to content
View GreatPhil's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report GreatPhil

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. Invisicalc Invisicalc Public

    Visicalc was a "killer app", a.k.a. the first spreadsheet computer program for personal computers, originally released for the Apple II by VisiCorp. This repository is a revisit to an old project I…

    Java 1

  2. androminion androminion Public

    Forked from Joe-Flynn/androminion

    Androminion: Unofficial Dominion for Android.

    Java

  3. MMU_Simulator MMU_Simulator Public

    This is a simulation of an OS Memory Management Unit (MMU), including simulations of the virtual memory, backing store, page table, and TLB.

    C 11 7

  4. Sliding_Brick_Puzzle Sliding_Brick_Puzzle Public

    This project implements Breadth First Search (BFS), Depth First Search (DFS), Iterative Deepening Search (IDS), and A-Star (A*) algorithms to solve the classic "Sliding Block" Puzzle Game.

    C

  5. Movie_Review_Classifier Movie_Review_Classifier Public

    This project examines the creation and tuning of a Naive Bayes Classifier that trains on movie review (and other review) logs collected from www.rateitall.com. The movies are now a few years old, b…

    Python

  6. Squish Squish Public

    This project is a revisit to one of my very first programming assignments for an undergraduate data structures course. The project implements a file compression algorithm using a Huffman Tree to en…

    Java