Skip to content
View mk7087's full-sized avatar
🕊️
I wish for peace
🕊️
I wish for peace

Block or report mk7087

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mk7087.github.io mk7087.github.io Public

  2. mk7087 mk7087 Public

  3. UUID v4 by windows batch license: CC0 UUID v4 by windows batch license: CC0
    1
    set /A a=%RANDOM% * 0x1000 / 0x8000
    2
    set /A b=%RANDOM% * 0x1000 / 0x8000
    3
    set /A c=%RANDOM% * 0x100  / 0x8000
    4
    set /A d=%RANDOM% * 0x100  / 0x8000
    5
    set /A e=%RANDOM% * 0x1000 / 0x8000
  4. SetTimeout for Promise. LICENSE: CC0 SetTimeout for Promise. LICENSE: CC0
    1
    /**
    2
     * @param {number} time
    3
     * @param {AbortSignal} signal
    4
     * @param {Array} args
    5
     * @returns {Promise<Array>}