Skip to content
View TsubasaKawajiri's full-sized avatar
:atom:
๐Ÿš€
:atom:
๐Ÿš€

Organizations

@fact-real

Block or report TsubasaKawajiri

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

build_failed

Hi there ๐Ÿ‘‹

Anurag's github stats

Full "Stuck" Web Developer

what I can write what I can use
  • Ruby
  • JavaScript
  • Go
  • Java
  • Rails
  • Docker
  • Kubernetes
  • Terraform
  • Ansible
  • CircleCI
  • AWS

Pinned Loading

  1. resume resume Public

  2. fiscal_year fiscal_year Public

    FiscalYear is calculates half-year, quarter-year, and YTD figures.

    Ruby 3 1

  3. generate pattern for multiple branch... generate pattern for multiple branch branch protection
    1
    ['master','develop','preview'].map{|v| v.split('') }.map {|v| [v, v.length]}.sort_by {|v| v.last }.tap {|v| v.each {|y| y[y.length] = v.first.last; }}.map {|v| Array.new(v.last){|idx| v.first[idx] }}.transpose.to_s.split('').drop(1).reverse.drop(1).join.gsub('"', '').gsub(',', '').gsub(' ', '').prepend('*').reverse
    2
    
                  
    3
    # => "[mdp][aer][sve][tev][eli][roe]*"
  4. lazy_hash.rb lazy_hash.rb
    1
    # ===== Usage =====
    2
    # def hoge
    3
    #   "called"
    4
    #   "hoge"
    5
    # end