Skip to content

Instantly share code, notes, and snippets.

View karubabu's full-sized avatar
☺️

karubabu karubabu

☺️
View GitHub Profile
@aiwas
aiwas / characters.csv
Created May 8, 2018 12:41
List of characters for "COM3D2 MIDNIGHT MAID-EDIT 60MINS ONE GAME MATCH" on mstdn.maud.io .
1 黒髪
1 赤髪
1 青髪
1 緑髪
1 茶髪
1 桃髪
1 銀髪
1 金髪
2 ツインテール
2 ポニーテール
@lo48576
lo48576 / git-repo-xkeyboard-config-2.31-add-lo48576-opts.patch
Last active October 26, 2020 12:10
xkeyboard-config-2.31 の git リポジトリや tar 展開後ファイル群に当てるパッチ。「変換」キーを Super として使う設定と「カタカナひらがなローマ字」を Ctrl として使う設定。
commit e9547b95589eaf45068076a5a05be8a25b8e9df2
Author: YOSHIOKA Takuma <[email protected]>
Date: 2018-04-02 14:25:11 +0900
Add custom settings for @lo48576
diff --git a/rules/0042-o_s.part b/rules/0042-o_s.part
index 0b03935b7e75..fe5ad64b398f 100644
--- a/rules/0042-o_s.part
+++ b/rules/0042-o_s.part
@hcmiya
hcmiya / mastodon-ni-teikeibun-kino-wo-tukeru-yatu.user.js
Last active June 23, 2018 14:20
マストドンに定型文機能を付けるやつ
// ==UserScript==
// @name マストドンに定型文機能を付けるやつ
// @namespace https://js4.in/ns/
// @include *
// @version 1.0.11
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @author Miyagi Hikaru
// @website https://gist.github.com/hcmiya/3645e7ef572685c56e58fca5e1375e0e
@rinsuki
rinsuki / mastodon-compose-form-sticky.user.css
Last active February 25, 2018 11:02
Stylusで自分のMastodonインスタンス/web/*で読み込ませるようにして使ってね
.columns-area .drawer {
position:sticky;
left:0;
z-index:100;
background-color:rgba(25, 27, 34, 0.75);
}
.privacy-dropdown__dropdown {
z-index: 101;
}
@unarist
unarist / mastodon-open-link-in-webui.user.js
Last active October 20, 2024 16:38
Mastodon - Open post link in WebUI
@tSU-RooT
tSU-RooT / debian_ubuntu_difference_of_packages.md
Created December 2, 2017 13:46
Debian/Ubuntu Advent Calendar 2017 2日目: DebianとUbuntu〜それぞれのパッケージの扱いの違い〜

DebianとUbuntu〜それぞれのパッケージの扱いの違い〜

この記事はDebian/Ubuntu Advent Calendar 2017の2日目の記事です。

DebianとUbuntuはそれぞれ一部に共通したソースパッケージを持ちながら、結果として なかなか異なるディストリビューションとして様々なユーザーに利用されています、 この記事ではそれぞれの単純な優劣を論じませんが、違いを取り上げてみようと思います。

ちなみに筆者は家のデスクトップはDebian、ラップトップと職場のPCはUbuntu(Xubuntu)にしています。

@tenpoku1000
tenpoku1000 / AC_2017-12-08.md
Last active February 21, 2025 02:07
UTF-32 でも固定長で処理出来るわけではない

UTF-32 でも固定長で処理出来るわけではない

2024/04/17 更新

この記事は、自作OS Advent Calendar 2017の 12/8 の記事として書かれました。

もう、日本語の漢字や仮名を 2 バイト文字と呼ぶのは、やめよう

IT 系のニュースサイトでも、未だに日本語の漢字や仮名のことを 2 バイト文字と呼んでいる記事が散見されます。

@pacochi
pacochi / mastodon_spc2zwsp.user.js
Last active June 3, 2021 09:55
Mastodon の発言入力欄で絵文字の後ろについているスペースをゼロ幅スペースに変換するボタンを追加します。
// ==UserScript==
// @name [Mastodon] add "space → zero width space" button
// @namespace hen.acho.co
// @include https://*/web/*
// @version 2.210603
// @description make custom emoji fit snugly
// @downloadURL https://gist.github.com/pacochi/ae6714d1c71a8ef52a3d5a3407886e94/raw/mastodon_spc2zwsp.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@unarist
unarist / mastodon-add-2col-layout.user.js
Last active November 13, 2022 09:12
:don: - Add tablet layout
// ==UserScript==
// @name :don: - Add tablet layout
// @namespace https://github.com/unarist/
// @version 0.8
// @description Add tablet layout (w/ tabbar, w/o compose column) for <=1024 width
// @author unarist
// @match https://mstdn.maud.io/*
// @downloadURL https://gist.github.com/unarist/71067609416aed633cf74eddb6feb725/raw/mastodon-add-2col-layout.user.js
// @grant none
// @run-at document-body
@unarist
unarist / SKK-JISYO.emoji.utf8
Last active August 15, 2017 05:19
SKK gemoji dic w/ generate script
;; -*- fundamental -*- ; coding: utf-8 -*-
;; Emoji dictionary for SKK system
;;
;; Generated from gemoji @3f60571 like below:
;;
;; emojis = JSON.parse(/* read from db/emoji.json */)
;; [].concat(...emojis.filter(({emoji}) => emoji).map(({emoji,aliases}) => aliases.map(alias => `:${alias}: /${emoji}/`))).sort().join('\n')
;;
;; inspired by https://github.com/uasi/skk-emoji-jisyo
;;