Skip to content
View iwill's full-sized avatar
Growing Well 🌱🌱
Growing Well 🌱🌱

Organizations

@baijia @ExCodable

Block or report iwill

Report abuse

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

Report abuse

Pinned Loading

  1. ExCodable/ExCodable ExCodable/ExCodable Public

    JSON-Model Conversion with Swift Codable

    Swift 149 22

  2. ScriptCalculator ScriptCalculator Public

    ScriptCalculator

    HTML 2

  3. ExtSwift ExtSwift Public

    Extensions for Swift

    Swift 7 1

  4. Make RegExp in multiple lines, and i... Make RegExp in multiple lines, and indent with white spaces
    1
    // #see https://stackoverflow.com/a/12317105/456536
    2
    RegExp.make = (regExp, opts) => new RegExp(regExp.raw[0].replace(/( #.*|\s)/gm, ""), opts || "")
  5. generic-json-swift generic-json-swift Public

    A simple Swift library for working with generic JSON structures

    Swift 182 25

  6. git checkout with grep patterns git checkout with grep patterns
    1
    #!/bin/bash
    2
    
                  
    3
    # alias in gitconfig:
    4
    #     cb = "!sh ~/.git-cb.sh"
    5
    # usage: