Skip to content
View kochka's full-sized avatar

Block or report kochka

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lingua_rs lingua_rs Public

    Fast language detection for Ruby, powered by Lingua (Rust).

    Ruby

  2. WeightLogger WeightLogger Public

    WeightLogger Android app

    Java 77 23

  3. ControlSquare ControlSquare Public

    Forked from jmlopezdona/ControlSquare

    Python

  4. ruby_rpi_components ruby_rpi_components Public

    This Gem is a collection of ruby classes made to easily control common components on the Raspberry Pi.

    Ruby 5 1

  5. Rust - Blinking led Rust - Blinking led
    1
    use std::thread;
    2
    use std::sync::{Arc, Mutex};
    3
    use std::time::Duration;
    4
    
                  
    5
    #[derive(Debug,Clone)]