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

Organizations

@baijia
Block or Report

Block or report iwill

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. ExCodable ExCodable Public

    An Extension of Swift Codable - Encode/Decode Model into JSON and back

    Swift 128 21

  2. ScriptCalculator ScriptCalculator Public

    ScriptCalculator

    HTML 1

  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 174 28

  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: