Skip to content
View r21gh's full-sized avatar
☁️
Code in cloud height
☁️
Code in cloud height

Highlights

  • Pro

Block or report r21gh

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
r21gh/README.md

Platform Engineer | AWS | Kubernetes | eBPF

Linux logo C logo Python logo Go logo Kubernetes logo Docker logo Terraform logo

Pinned Loading

  1. my-vim-cheatsheet my-vim-cheatsheet Public

    vim description for fast development

    Vim Script 3

  2. SAKI-2021 SAKI-2021 Public

    Jupyter notebooks of SAKI ML course at FAU (for students)

    Jupyter Notebook 1

  3. race-condition.go race-condition.go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"log"
  4. implementation of OR channels in Golang implementation of OR channels in Golang
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"time"