Skip to content
View otariidae's full-sized avatar

Block or report otariidae

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

    single executable application compiler for Node.js

    TypeScript 1

  2. ke2daira.js ke2daira.js Public

    A JavaScript implementation of ke2daira

    TypeScript

  3. lonely_silhouette lonely_silhouette Public

    いや待て、この孤独な𝑆𝑖𝑙ℎ𝑜𝑢𝑒𝑡𝑡𝑒は…?

    Python

  4. gojibake gojibake Public

    Generates garbled text by combining multiple characters like ligatures.

    TypeScript

  5. アツアツのゴハン アツアツのゴハン
    1
    const regexp = /^(?:(?<a>\p{scx=Katakana}[]?)(?<tsu>\p{scx=Katakana}+)){2}(?<go>\p{scx=Katakana}[]?)(?<han>\p{scx=Katakana}*)$/u
    2
    const atsuatsugohan = "アツアツのゴハン"
    3
    const gotsugotsuahan = atsuatsugohan.replace(regexp, "$<go>$<tsu>$<go>$<tsu>の$<a>$<han>")
  6. pdf-linter pdf-linter Public

    Find problems with text in your PDF file, Runs client-side only powered by PDF.js and textlint

    TypeScript 1