Skip to content
View verebes1's full-sized avatar

Block or report verebes1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. XCode-Templates XCode-Templates Public

    XCode Template files customized with Programmatic UIKit approach

    10

  2. Realm Cascade Deletion in Swift Realm Cascade Deletion in Swift
    1
    import RealmSwift
    2
    import Realm
    3
    
                  
    4
    protocol CascadeDeleting {
    5
        func delete<S: Sequence>(_ objects: S, cascading: Bool) where S.Iterator.Element: Object
  3. Using UIColors from iOS13 with backw... Using UIColors from iOS13 with backward compatibility to previous iOS versions.
    1
    import UIKit
    2
    
                  
    3
    public enum ColorSupport {
    4
        public static var label: UIColor {
    5
            if #available(iOS 13, *) {
  4. Animations Animations Public

    SwiftUI - Animations and transitions example app.

    Swift

  5. totalshell totalshell Public

    🖥️ Simple script to turn your terminal into an enjoyable experience with autocompletion, syntax highlighting and Powerlevel10K installed automatically.

    Shell

  6. NexusFlow NexusFlow Public

    Example Web Application that showcases SSRF, XML XXE and SVG XXE (XML External Entities Injection)

    Python