Skip to content
View krestovolt's full-sized avatar
💡
nopers
💡
nopers
  • Jakarta, Indonesia
Block or Report

Block or report krestovolt

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. alpine-docker alpine-docker Public

    My attempts on customizing/creating docker image using alpine base

    Dockerfile 2

  2. traefik-docker-dummy-example traefik-docker-dummy-example Public

    very simple example for using traefik load balancer with docker compose

    Dockerfile 1

  3. simple-smart-ptr simple-smart-ptr Public

    Toy implementation of smart pointer using reference counter for smart de-allocation

    C++

  4. Minimal bitset implementation. Minimal bitset implementation.
    1
    #include <stdio.h>
    2
    
                  
    3
    #define BIT_SHIFTCNT   (5)
    4
    #define BIT_CNT        (1 << BIT_SHIFTCNT)
    5
    #define BIT_MASK       (BIT_CNT - 1)
  5. roomview-webgl roomview-webgl Public

    JavaScript