Skip to content
View n-at-han-k's full-sized avatar
πŸš€
πŸš€

Highlights

  • Pro

Block or report n-at-han-k

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
n-at-han-k/README.md

Hi there πŸ‘‹

Ruby is my language. English is the tool I use to describe it.

Pinned Loading

  1. Bash shell script to quickly push al... Bash shell script to quickly push all changes to git in one command from any sub-directory.
    1
    #!/bin/bash
    2
    
                  
    3
    GIT=`which git`
    4
    REPO_DIR=`${GIT} rev-parse --show-toplevel`
    5
    cd ${REPO_DIR}
  2. Ruby strftime cheatsheet πŸ’Žβ° Ruby strftime cheatsheet πŸ’Žβ°
    1
    # Additional reference here:
    2
    # https://strftime.org
    3
    
                  
    4
    require 'active_support/core_ext/integer/inflections' # To use .ordinalize() outside of rails
    5
    
                  
  3. dwm-rice dwm-rice Public

    My suckless rice

    C

  4. woof-CE woof-CE Public

    Forked from puppylinux-woof-CE/woof-CE

    woof - the Puppy builder

    Shell