Skip to content

Instantly share code, notes, and snippets.

View eai04191's full-sized avatar
🦀

y.takahashi eai04191

🦀
View GitHub Profile
@eai04191
eai04191 / feelcycle-diff-sheet.js
Last active May 14, 2021 12:38 — forked from owatan/feelcycle-diff-sheet.js
FEELCYCLE の予約ページで難易度を表示する userscript
// ==UserScript==
// @name feelcycle-diff-sheet.js
// @namespace http://tampermonkey.net/
// @version 0.1
// @description FEELCYCLE の予約ページで難易度を表示する userscript
// @author owatan
// @match https://m.feelcycle.com/reserve
// @icon https://m.feelcycle.com/favicon.png
// @grant none
// @run-at document-idle
@eai04191
eai04191 / install_byobu_on_centos7.sh
Last active July 28, 2023 04:46 — forked from tinkertims/install_byobu_on_centos7.sh
Install byobu to CentOS 7
sudo yum install epel-release -y
sudo yum install byobu -y --enablerepo=epel-testing