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

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

  1. Comment-Spell-Checker Comment-Spell-Checker Public

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

    Swift 158 6

  2. Mark Mark Public

    Xcode extension for generating MARK comments.

    Swift 157 12

  3. MachineLearning MachineLearning Public

    A playground where I learn about Machine Learning.

    Swift

  4. rust-skia rust-skia Public

    Forked from rust-skia/rust-skia

    Safe Skia Bindings for Rust

    Rust 2 1

  5. resvg resvg Public

    Forked from RazrFalcon/resvg

    An SVG rendering library.

    Rust 2

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