Skip to content
View valeriyvan's full-sized avatar
🇺🇦
in Armed Forces of Ukraine since 3 of March 2022
🇺🇦
in Armed Forces of Ukraine since 3 of March 2022
  • B̵e̵r̵l̵i̵n̵/̵O̵d̵e̵s̵a̵ somewhere in Ukraine

Organizations

@objcio @RxSwiftCommunity
Block or Report

Block or report valeriyvan

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
valeriyvan/README.md

SWUbanner

Pinned

  1. swift-geometrize swift-geometrize Public

    Swift package for recreating images as geometric primitives in form of SVG files

    Swift 16 2

  2. geometrizebot geometrizebot Public

    Telegram bot for geometrizing images written in Swift

    Swift 1

  3. RaspberryPiSenseHat RaspberryPiSenseHat Public

    Swift package for Raspberry Pi Sense Hat

    Swift 3

  4. CircleGestureRecognizer CircleGestureRecognizer Public

    Example iOS app demonstrating how Circle Gesture Recogniser is working

    Objective-C 11 1

  5. Motivation Motivation Public

    Forked from soffes/Motivation

    Mac screen saver that terrifyingly shows your age

    Swift 4 1

  6. Solution for change-making problem (... Solution for change-making problem (a.k.a. vending machine change problem)
    1
    import Foundation
    2
    
                  
    3
    // Change making problem https://en.wikipedia.org/wiki/Change-making_problem.
    4
    
                  
    5
    // Solution for change-making problem (a.k.a. vending machine change problem).