Skip to content
View yshngg's full-sized avatar
  • 06:17 (UTC -12:00)

Block or report yshngg

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
yshngg/README.md

Pinned Loading

  1. rust-magic-patterns rust-magic-patterns Public

    Forked from alexpusch/rust-magic-patterns

    Magical Rust patterns laid out and simplified

    Rust 3 1

  2. new-codebase-discovery-template new-codebase-discovery-template
    1
    ## Overview
    2
    <details>
    3
      <summary>How to document a new codebase</summary>
    4
      Use this template to document a new codebase. 
    5
    
                  
  3. golang-algorithms golang-algorithms Public

    Forked from trekhleb/javascript-algorithms

    📝 Algorithms and data structures implemented in Golang with explanations and links to further readings

    JavaScript

  4. set -e, -u, -o, -x pipefail explanation set -e, -u, -o, -x pipefail explanation
    1
    # Table of Contents
    2
    - [set -e, -u, -x, -o pipefail](#set--e--u--x--o-pipefail)
    3
    - [set -e](#set--e)
    4
    - [set -x](#set--x)
    5
    - [set -u](#set--u)