Skip to content
View thiagosgarcia's full-sized avatar
Block or Report

Block or report thiagosgarcia

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. Thread-safe round-robin method for h... Thread-safe round-robin method for high performance applications without the need of waiting for a counter increment when selecting Next()
    1
        public class ServerPool
    2
        {
    3
            private readonly SynchronizedCollection<Uri> endpoints = new SynchronizedCollection<Uri>();
    4
    
                  
    5
            private int _currentIndex;
  2. PiCast PiCast Public

    Just a bunch of web-controlled random widgets to put on a 3.5" RaspberryPi-powered LCD screen

    C# 1

  3. RSSS-ReallySimpleScoreStreaming RSSS-ReallySimpleScoreStreaming Public

    A really really simple score streaming made originally in .net core and angular 4.

    C# 1

  4. BasicInfrastructure BasicInfrastructure Public

    Just a basic infrastructure and dependencies setup for .net framework apps

    C# 1

  5. infra.net infra.net Public

    C# 1

  6. hwo2014 hwo2014 Public

    HWO2014 Working Minds team source code

    JavaScript