Skip to content
View ssebi's full-sized avatar

Block or report ssebi

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. .swiftlint.yml example .swiftlint.yml example
    1
    disabled_rules: # rule identifiers to exclude from running
    2
      - colon
    3
      - comma
    4
      - control_statement
    5
    opt_in_rules: # some rules are only opt-in
  2. Most used docker commands Most used docker commands
    1
    # 🐳 Most Used Docker Commands
    2
    ## Image commands
    3
    build from local Dockerfile:
    4
    ```ruby
    5
    docker build -t TAG . 
  3. iOS gitignore file iOS gitignore file
    1
    # Xcode
    2
    ## Build generated
    3
    build/
    4
    DerivedData/
    5
    
                  
  4. 100-days-of-swiftui 100-days-of-swiftui Public

    Repo created for the purpose of following along with Paul Hudson's 100 Days of SwiftUI https://www.hackingwithswift.com/100/swiftui

    Swift

  5. AuthTemplate AuthTemplate Public

    Swift

  6. HWSTranslation HWSTranslation Public

    Forked from twostraws/HWSTranslation

    A community project to translate free Swift tutorials