Skip to content
View vyamkovyi's full-sized avatar
🇺🇦
🇺🇦
Block or Report

Block or report vyamkovyi

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. swaylay swaylay Public archive

    Keyboard layout indicator for Sway WM

    C 6

  2. SSProto SSProto Public archive

    A client update deployment solution for games with modding like Minecraft.

    Go 1 2

  3. Simple MQTT client application. Simple MQTT client application.
    1
    // mqttc.go - Simple MQTT client application for testing purposes.
    2
    // Copyright (c) 2019 Hexawolf
    3
    //
    4
    // Permission is hereby granted, free of charge, to any person obtaining
    5
    // a copy of this software and associated documentation files
  4. Geogarbage Geogarbage
    1
    // WGS84 EPSG identifier
    2
    const WGS84 = 4326
    3
    
                  
    4
    const DEG_TO_RAD = math.Pi / 180.0
    5
    const RAD_TO_DEG = 180.0 / math.Pi
  5. foxcpp/maddy foxcpp/maddy Public

    ✉️ Composable all-in-one mail server.

    Go 4.8k 237

  6. Leafish Leafish Public

    Forked from Lea-fish/Leafish

    A minecraft-like multi version client implemented in Rust.

    Rust