Skip to content
View geoff-m's full-sized avatar

Block or report geoff-m

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. untangle untangle Public

    Diagnostic tool for pthreads deadlocks

    C++

  2. vsic vsic Public

    A visual simulation and debugging environment for SIC/XE

    C# 2

  3. worker-pool worker-pool Public

    C++ thread pool

    C++

  4. stringpool stringpool Public

    C++ string interning with concatenation

    C++

  5. vcpkg-registry vcpkg-registry Public

    CMake

  6. How to tell who wins in rock paper s... How to tell who wins in rock paper scissors
    1
    enum RockPaperScissorsChoice
    2
    {
    3
    	Rock = 1,
    4
    	Paper = 2,
    5
    	Scissors = 4