Skip to content
View ikasty's full-sized avatar
Block or Report

Block or report ikasty

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

    혀엉씨

    C 13 2

  2. Ray-Tracer Ray-Tracer Public

    C based Ray Tracer

    C 1

  3. Commit lotto Commit lotto
    1
    target=$(git rev-parse --short=7 HEAD 2>&1)
    2
    if [ "$?" -eq "0" ]; then
    3
      echo -n "Roll commit lotto... "
    4
      count=$(sed 's/^ *\([0-9]\+\).*$/\1/' <<< `echo "$target" | fold -w1 | sort | uniq -c | sort | tail -n1`)
    5
      if [[ "$target" =~ ^[0-9]+$ ]]; then
  4. percent-calendar percent-calendar Public

    Show calendar by percent

    1