Skip to content
View velyan's full-sized avatar
👀
👀

Block or report velyan

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. Comment-Spell-Checker Public

    Xcode extension for spell checking and auto-correcting code comments.

    Swift 160 7

  2. Mark Public

    Xcode extension for generating MARK comments.

    Swift 157 11

  3. MachineLearning Public

    A playground where I learn about Machine Learning.

    Swift

  4. rust-skia Public

    Forked from rust-skia/rust-skia

    Safe Skia Bindings for Rust

    Rust 2 1

  5. resvg Public

    Forked from linebender/resvg

    An SVG rendering library.

    Rust 2

  6. Swift State Pattern
    1
    import Foundation
    2
    
                  
    3
    fileprivate protocol Statelike {
    4
        var stateMachine: StateMachine { get }
    5
        func logIn()