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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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