Skip to content
View yudukikun5120's full-sized avatar
🖊️
一度梟身を尽して、又新に梟身を得。
🖊️
一度梟身を尽して、又新に梟身を得。
Block or Report

Block or report yudukikun5120

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
yudukikun5120/README.md

About me

Static Badge

Skills

Languages

My Skills (languages)

Frameworks & libraries

My Skills (languages)

Pinned

  1. The Javascript for Automation script... The Javascript for Automation script for converting text to monospace symbols.
    1
    
                  
    2
    function run (input, parameters) {
    3
      const plainText = input[0].toString()
    4
      const charCodes = []
    5
    
                  
  2. manaba-enhanced-for-tsukuba/manaba-enhanced manaba-enhanced-for-tsukuba/manaba-enhanced Public

    Chrome extension to make your manaba a little bit more comfortable.

    TypeScript 40 30

  3. 『マルチメディアデータ工学:音声・動画像データベースの高速検索技術 (宝... 『マルチメディアデータ工学:音声・動画像データベースの高速検索技術 (宝珍 輝尚)』31㌻のシグネチャファイルのRubyでの実装
    1
    # frozen_string_literal: true
    2
    
                  
    3
    KEYWORDS =
    4
      [
    5
        %w[ribbon trouble sister vigorous],
  4. ニコニコ動画をBibTeXエントリーに変換 ニコニコ動画をBibTeXエントリーに変換
    1
    #!/bin/bash
    2
    
                  
    3
    # Parse command line options
    4
    while getopts ":s" opt; do
    5
      case ${opt} in