Skip to content
View kotakato's full-sized avatar

Block or report kotakato

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 Loading

  1. Googleカレンダーから翌週の空き時間を計算するGoogle Apps...
    1
    var moment = Moment.moment;
    2
    var LOCAL_TZ_SUFFIX = '+09:00';  // タイムゾーの接尾辞
    3
    var TOTAL_DAYS = 14;  // 空き時間を取得する日数
    4
    var MINUTES_PER_TIMESLOT = 30;  // タイムスロットの分数
    5
    var TIMESLOTS_PER_DAY = 60 * 24 / MINUTES_PER_TIMESLOT;  // 1日あたりのタイムスロット数
  2. parabol-csv2md Public

    Tiny Deno script to convert Parabol's CSV to Markdown list

    TypeScript 1

  3. golang-hands-on Public

    Go 1

  4. my-gh-comments Public

    Tiny Deno script to list comments by myself on a GitHub pull request.

    TypeScript

  5. print-diff-tree Public

    Print old and new file tree from output of git diff --name-status

    TypeScript