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.

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 Loading

  1. CustomKeyboardKit CustomKeyboardKit Public

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

    Swift 201 20

  2. 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 7 3

  3. 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)
  4. 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
    //