Skip to content
View srbiotik's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report srbiotik

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. subito subito Public

    Python

  2. Golang web app hot-reload in 40 line... Golang web app hot-reload in 40 lines of code
    1
    #!/bin/bash
    2
    
    
    3
    builder_pipe=/tmp/builder_pipe
    4
    if [[ ! -p $builder_pipe ]]; then mkfifo $builder_pipe; fi
    5
    echo "START ./" > $builder_pipe & trap "rm -f $builder_pipe" EXIT
  3. algos algos Public

    Python

  4. spaced_repetition spaced_repetition Public

    Python