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

    WeightLogger Android app

    Java 76 22

  2. 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

  3. ControlSquare ControlSquare Public

    Forked from jmlopezdona/ControlSquare

    Python

  4. fcm fcm Public

    Forked from decision-labs/fcm

    Ruby bindings to Firebase Cloud Messaging (FCM) for Android, iOS or Web

    Ruby

  5. phashion phashion Public

    Forked from machinio/phashion

    Ruby wrapper around pHash, the perceptual hash library for detecting duplicate multimedia files

    C++

  6. 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)]