Skip to content
View igooor-bb's full-sized avatar
🫥
Undefined
🫥
Undefined

Block or report igooor-bb

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

Hi! I am a software engineer who is interested in various fundamental computer science topics and like to understand how things work under the hood.

You can reach me using the followings:

Email · LinkedIn · Telegram

Pinned Loading

  1. igooor-bb.github.io igooor-bb.github.io Public

    Repository of the personal blog

    HTML

  2. swrl swrl Public

    Swift symbol dependency analyzer powered by IndexStore

    Swift 3

  3. GreedyKit GreedyKit Public

    Components written in Swift for preventing sensitive media data to be captured

    Swift 25 3

  4. JustPhotoPicker JustPhotoPicker Public

    Simple and minimalistic photo picker for iOS written in Swift

    Swift 11 1

  5. RetryOnFailure RetryOnFailure Public

    Swift macro that provides a simple way to retry functions that might throw an error

    Swift 1

  6. Similarity of images in Swift Similarity of images in Swift
    1
    import Accelerate
    2
    
                  
    3
    /// A function for checking two images for similarity.
    4
    /// The returned result is the percentage of similarity, where 1 is the result of comparing identical images.
    5
    /// The implementation uses Accelerate to speed up similar operations on vectors.