Skip to content
View PropaneDragon's full-sized avatar
Error 418
Error 418
  • Manchester

Block or report PropaneDragon

Report abuse

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

Report abuse
PropaneDragon/README.md

I'm a Software Engineer from Manchester, UK. In my spare time I also write software, because why not?

Pinned Loading

  1. PiHueEntertainment PiHueEntertainment Public

    An application that can handle the Hue Entertainment Areas on a Raspberry Pi

    C++ 29 2

  2. PicoTrafficLight PicoTrafficLight Public

    A simple traffic light controller for Raspberry Pico

    C++ 1

  3. Rush-Hour-2 Rush-Hour-2 Public

    The second iteration of Rush Hour for the next Cities Skylines expansion.

    C# 9 10

  4. InDoOut InDoOut Public

    InDoOut Source

    C# 1

  5. A runner for threadManager.cpp A runner for threadManager.cpp
    1
    #pragma once
    2
    
                  
    3
    #include <functional>
    4
    #include <thread>
    5
    #include <tuple>
  6. An easy to use thread manager for C++ An easy to use thread manager for C++
    1
    #pragma once
    2
    
                  
    3
    #include <vector>
    4
    #include <memory>
    5
    #include <thread>