Skip to content
View paescebu's full-sized avatar

Block or report paescebu

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 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. SwiftTasksVision SwiftTasksVision Public

    A Swift package for simple Media Pipe Tasks Vision Integration

    Swift 20 12

  2. SwiftTasksGenAI SwiftTasksGenAI Public

    A Swift package for simple Media Pipe Tasks GenAI Integration

    Swift 2 1

  3. CustomKeyboardKit CustomKeyboardKit Public

    Creating custom In App Keyboards with SwiftUI has never been easier!

    Swift 269 25

  4. PolynomialRegressionSwift PolynomialRegressionSwift Public

    Forked from KingIsulgard/iOS-Polynomial-Regression

    Swift function for calculation of the polynomial regression (least squares fitting) of a given set of points.

    Swift 8 3

  5. Backported line limit with reserved ... Backported line limit with reserved space API for pre iOS16
    1
    
                  
    2
    extension View {
    3
        @available(tvOS, deprecated: 16.0)
    4
        @available(macOS, deprecated: 13.0)
    5
        @available(watchOS, deprecated: 9.0)
  6. InflatedInputStream for inflating a ... InflatedInputStream for inflating a ZLIB compressed InputStream
    1
    //
    2
    //  InflatedInputStream.swift
    3
    //
    4
    //  Created by Pascal Burlet on 25.11.2023.
    5
    //