Skip to content
View Gujci's full-sized avatar
  • Disney+ Hotstar
  • Budapest, Hungary

Organizations

@hotstar
Block or Report

Block or report Gujci

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

  1. RESTAPI RESTAPI Public

    Lightweight REST API communicator written in Swift, based on Foundation

    Swift 6 4

  2. EventEmitter EventEmitter Public

    a lightweight tool to easily implement listener pattern

    Swift 8 1

  3. paypal/PayPal-iOS-SDK paypal/PayPal-iOS-SDK Public archive

    Accept credit cards and PayPal in your iOS app

    Objective-C 972 370

  4. crontab-ui crontab-ui Public

    Forked from alseambusher/crontab-ui

    Easy and safe way to manage your crontab file

    JavaScript

  5. Wrapper to bridge realms auto updati... Wrapper to bridge realms auto updating behaviour with SwiftUIs value based immutability requirement. (Extract from https://stackoverflow.com/questions/57160790/index-out-of-bounds-when-using-realm-with-swiftui)
    1
    import RealmSwift
    2
    
                  
    3
    typealias Model = Object & Identifiable
    4
    
                  
    5
    struct ListKey<T: Model>: Identifiable {
  6. Simple snippet how to disable action... Simple snippet how to disable actions in a UITextField
    1
    import UIKit
    2
    
                  
    3
    @IBDesignable
    4
    class CustomTextField: UITextField {
    5