Skip to content
View michaelgosling's full-sized avatar

Block or report michaelgosling

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 Loading

  1. ApocalypseSim ApocalypseSim Public

    Simulates zombie apocalypse using C++ and console output.

    C++

  2. IterativeMazeSolver IterativeMazeSolver Public

    Solves mazes provided via a txt file in an expected format.

    C++

  3. LD46_Trail_Mix LD46_Trail_Mix Public

    A Unity2D game for Ludum Dare 46, about a raccoon carrying a bunny to safety.

    C# 1

  4. Sorting Sorting Public

    Sorts a randomly generated array of integers using Bubble, Selection, Insertion, Shell, Quick, Merge, and Radix algorithms.

    C++

  5. SharpJokes SharpJokes Public

    Browse and favorite reddit posts from /r/ProgrammerHumor with a Windows UAP interface. Using sqlite3 for storage.

    C#

  6. BinaryVsSequential-Search BinaryVsSequential-Search Public

    Benchmarks the time it takes a Binary search to complete vs a sequential search.

    C++