Skip to content
View k-ta-yamada's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report k-ta-yamada

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

    recursive encode for Hash and Array.

    Ruby 1

  2. tee_logger tee_logger Public

    logging to file and standard output. require standard library only.

    Ruby 1

  3. angular-ja angular-ja Public

    Forked from angular/angular-ja

    repository for Japanese localization of angular.io

    HTML

  4. vue-test-utils-docs-ja vue-test-utils-docs-ja Public

    Vue Test Utils (https://test-utils.vuejs.org) の日本語訳

  5. postgres-ha-ansible postgres-ha-ansible Public

    PostgreSQL High availability configuration by Streaming Replication and pgpool-II with watchdog.

    Shell 1 4

  6. catch me if you can catch me if you can
    1
    def catch(_)
    2
      (rand * 10).to_i.odd?
    3
    end
    4
    
                  
    5
    def you (_)