Skip to content
View radlinskii's full-sized avatar
  • u-blox
  • Zürich, Switzerland

Organizations

@vgno @Schibsted-Tech-Polska
Block or Report

Block or report radlinskii

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. pre-commit git hook file for working... pre-commit git hook file for working in Go. Be sure to save this file in your repository as `.git/hooks/pre-commit` and give it right to execute e.g. with command `chmod +x .git/hooks/pre-commit`
    1
    #!/bin/sh
    2
    
                  
    3
    STAGED_GO_FILES=$(git diff --cached --name-only | grep ".go$")
    4
    
                  
    5
    if [[ "$STAGED_GO_FILES" = "" ]]; then
  2. donkeytype donkeytype Public

    cli typing test

    Rust 13 11

  3. basilisk basilisk Public

    Basilisk is an ergonomic, split, 40%, handwired, "key-welled" keyboard using WeAct RP2040 boards designed in Fusion 360

    C 14 1

  4. aws-cdk-playground aws-cdk-playground Public

    Repository holding experiments with AWS CDK

    TypeScript

  5. junior-interpreter junior-interpreter Public

    Interpreter for made-up programming language named Junior

    Go 1

  6. rustberry-pi-pico rustberry-pi-pico Public

    Collection of firmware binaries for Raspberry Pi Pico written in Rust.

    Rust 3