Skip to content
View bsak2003's full-sized avatar

Highlights

  • Pro

Organizations

@JedzenioPlanner

Block or report bsak2003

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. xxlo-devs/eru xxlo-devs/eru Public archive

    Substitution information system that enables students from xxlo to get quick and personalized details about all substitutions directly from school.

    C# 1

  2. JedzenioPlanner/JedzenioPlanner.Api JedzenioPlanner/JedzenioPlanner.Api Public

    C#

  3. UdpExamples UdpExamples Public

    Simple UDP examples written in C#.

    C#

  4. CurlDemo CurlDemo Public

    Very simple API Client written in C++ using Curl and Boost.JSON.

    C++

  5. Simple Facebook Messenger API client... Simple Facebook Messenger API client (written in C# using Azure Functions toolchain)
    1
    using System.Collections.Generic;
    2
    using System.IO;
    3
    using System.Linq;
    4
    using System.Net.Http;
    5
    using System.Text;
  6. Dockerfiles for NGINX with HTTP/3 su... Dockerfiles for NGINX with HTTP/3 support
    1
    # Dockerfiles for NGINX with HTTP/3 support
    2
    
                  
    3
    As in the title. Two variants - first (quic.Dockerfile) is the official NGINX implementation of HTTP/3 protocol from [nginx-quic](https://hg.nginx.org/nginx-quic) repo.
    4
    Second (quiche.Dockerfile) uses a [patch](https://github.com/cloudflare/quiche/tree/master/extras/nginx) from CloudFlare's quiche project to add HTTP/3 support to NGINX.
    5