Skip to content

Instantly share code, notes, and snippets.

View skytomo221's full-sized avatar

skytomo skytomo221

View GitHub Profile
@skytomo221
skytomo221 / led-type-destination-sign-svg-generator.ts
Created February 13, 2023 10:24
LED表示機風SVGジェネレーター
/*!
* "led-type-destination-sign-svg-generator.ts" by skytomo in 2022
*
* This program is released under the CC0 1.0 Universal.
* See https://creativecommons.org/publicdomain/zero/1.0/legalcode
*/
import * as fs from "node:fs/promises";
import * as path from "node:path";
import { Canvas, Image, ImageData } from "canvas";
# frozen_string_literal: true
require 'io/console'
VV_ROMAJIS = {
'3' => 'oo',
'7' => 'ua',
'8' => 'ia',
'9' => 'oa',
'q' => 'ae',
' ー
, 、
- ー
. 。
/ ・
: :
; っ
[ 「
] 」
a あ

Keybase proof

I hereby claim:

  • I am skytomo221 on github.
  • I am skytomo (https://keybase.io/skytomo) on keybase.
  • I have a public key ASDI6BGSs7iNms7mQ7ZvgAbE1h17RcdvMqgWGR88t4yUXAo

To claim this, I am signing this object:

@skytomo221
skytomo221 / wentiay-license.md
Last active December 27, 2020 08:37
ウェンティアユ・ライセンス

ウェンティアユ・ライセンス

Version 2.0, 2020年12月27日

本ライセンス文書を、一字一句忠実に複製、頒布することは許可します。しかし変更は認めません。

利用条件はここから


@skytomo221
skytomo221 / the 言語 Advent Calendar 2018.md
Created November 4, 2020 15:34
the 言語 Advent Calendar 2018

ロジバンたんのプロフィールとルール

あらすじ

ロジバンと一緒に生まれてきた妖精だけど、 うっかり寝てしまい、 起きたら2019年だった…!?

ぽんこつでなり損ないロジバン妖精、ロジバンたん。

using c=System.Console;using System.Text.RegularExpressions;class P{static void Main(){c.WriteLine(Regex.IsMatch(c.ReadLine(), @"^(?!.*(Ll|lL))(?i)(0[0-7]*|[1-9]\d*|0x[\da-f]+)(u?l?l?|l?l?u?)$"));}}
@skytomo221
skytomo221 / cmavo-A.md
Last active September 26, 2020 17:50
skaitomon-zei-jbovlaste
            a                 e                 o                 u         
   ┌─────────────────┬─────────────────▗▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▖─────────────────┐
   │              U  │              U  ▐█████████████████▌              U  |
   │ ▗▄▄▄A▄▄▄▄▖      │ ┌───A────┐      ▐█▛▀▀▀A▀▀▀▀▜██████▌ ▗▄▄▄A▄▄▄▄▖      |
   │ ▐████████▌      │ │        │      ▐█▌        ▐██████▌ ▐████████▌      |
   │ ▐████████▙▄▄▄▄▖ │ │    ▗▄▄▄▖────┐ ▐█▌    ▗▄▄▄▞▀▀▀▀▜█▌ ▐████▛▀▀▀▘────┐ |
   │ ▐█████████████▌ │ │    ▐███▌    │ ▐█▌    ▐███▌    ▐█▌ ▐████▌   │    │ |
   │ ▝▀▀▀▀▜████████▌ │ └────▝▀▀▀▘    │ ▐█▙▄▄▄▄▞▀▀▀▘    ▐█▌ ▝▀▀▀▀▘───┘    │ |
 │ ▐████████▌ │ │ │ ▐██████▌ ▐█▌ │ │ |
@skytomo221
skytomo221 / DicWord.cs
Last active March 21, 2020 15:19
リパライン語の品詞の種類をリストアップします。
namespace LineparinePartOfSpeechListUp
{
public class DicWord
{
public string Word { get; set; }
public string Trans { get; set; }
public string Exp { get; set; }
public string Level { get; set; }
public string Memory { get; set; }
public string Modify { get; set; }