Skip to content

Instantly share code, notes, and snippets.

View tgw314's full-sized avatar
💭
😼

Koki Tagawa tgw314

💭
😼
View GitHub Profile
@salmon-meuniere
salmon-meuniere / PetitLyrics-Web-Maker-LRC-Import.user.js
Last active July 20, 2024 10:47
プチリリ Web歌詞メーカー LRCインポートユーザースクリプト(ブラウザにTamperMonkeyを導入してご利用ください)
// ==UserScript==
// @name PetitLyrics Web Maker LRC Import
// @namespace http://tampermonkey.net/
// @version 0.1
// @author Salmon Meuniere
// @match https://petitlyrics.com/mypage/maker/line_input*
// @description プチリリのWeb版の同期歌詞メーカーで、LRC形式を扱えるようになるスクリプトです。
// @grant none
// ==/UserScript==
@dudeofawesome
dudeofawesome / export-colors.fish
Last active July 6, 2022 10:22
Easily export Fish Shell colors
#!/usr/bin/env fish
function rainbowify -d "Rainbow-ify text"
set -l RAINBOW red FF8800 yellow green blue purple
set LENGTH (string length $argv)
set SPLIT (string split '' $argv)
for i in (seq $LENGTH)
set PERC (math -s2 $i / $LENGTH)
@denilsonsa
denilsonsa / README.md
Last active July 16, 2024 14:44 — forked from noromanba/README.md
add permanently HEAD links on Gist for UserScript