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.

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. Comment-Spell-CheckerComment-Spell-CheckerPublic

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

    Swift 159 7

  2. MarkMarkPublic

    Xcode extension for generating MARK comments.

    Swift 157 11

  3. MachineLearningMachineLearningPublic

    A playground where I learn about Machine Learning.

    Swift

  4. rust-skiarust-skiaPublic

    Forked from rust-skia/rust-skia

    Safe Skia Bindings for Rust

    Rust 2 1

  5. resvgresvgPublic

    Forked from linebender/resvg

    An SVG rendering library.

    Rust 2

  6. Swift State PatternSwift State Pattern
    1
    import Foundation
    2
    3
    fileprivateprotocolStatelike{
    4
    varstateMachine:StateMachine{get}
    5
    func logIn()