Skip to content

Instantly share code, notes, and snippets.

View karubabu's full-sized avatar
☺️

karubabu karubabu

☺️
View GitHub Profile
@orumin
orumin / madosoft-gen.make
Last active September 30, 2020 18:35
generate madosoft's game title like text
.PHONY: all yakisuto namadere wagahai unpack
JA_DICT=SKK-JISYO.L.utf8
EN_DICT=SKK-JISYO.edict.utf8
DICTS=$(JA_DICT) $(EN_DICT)
WORD_LISTS=4ch-words.txt 6ch-words.txt en-words-ea5.txt en-words-n5.txt en-words-ic.txt
all: $(WORD_LISTS)
@for i in `seq 5`; \
@dekisugi
dekisugi / unko.pl
Created June 28, 2020 16:09
手を洗っている最中に再び催すというのを2回連続でやった直後に書いた糞リプトです。便意ともどもお収めください。
# これはPerlプログラムを模した作文です。電子計算機において実行するためのものではありません。
$unko = 100;
$haraita = 1;
while ($haraita) {
print "ponponpeinn\n";
wc();
tearai();
}
#/bin/sh
echo `grep 'cpu family\|stepping\|model' /proc/cpuinfo | grep -v 'model name' | sort | uniq | awk -F':' '{print $2}' | tr -d ' ' | tr '\n' '-' | sed 's/-$/\n/'`/`sed 's/^0x//' /sys/devices/system/cpu/cpu0/microcode/processor_flags` | xargs -I{} bzgrep {} /usr/share/doc/intel-microcode-*/releasenote.bz2
@pacochi
pacochi / waving_unaghost.user.css
Last active October 8, 2019 15:27
なみなみおばけ
/* ==UserStyle==
@name Waving Unaghost
@namespace hen.acho.co
@version 2.0.0
@description to-ke-ru-
@author pacochi
==/UserStyle== */
/* for https://media-mstdn.maud.io/accounts/avatars/000/007/337/original/f9972c4ac42087cd.png */
____-------____
__-- --__
/ \
\ _--_ _--_ / あなたはシステム管理者から通常の講習を受けたはずです。
| ,--. ,--. | これは通常、以下の3点に要約されます:
| |()| |()| |
| _______ | #1) 他人のプライバシーを尊重すること。
| \ ||| / |
| `---' | #2) タイプする前に考えること。
use strict;
use warnings;
use utf8;
use feature 'say';
use Furl;
use Mojo::DOM;
my ($http, $url, $results) = (Furl->new, 'https://shindanmaker.com/832038', []);
for my $count (1..1e6) {
@pacochi
pacochi / walking_unaghost.user.css
Last active January 16, 2019 16:00
おばけ大行進
/* ==UserStyle==
@name Walking Unaghost
@namespace hen.acho.co
@version 1.1.0
@description kawaii
@author pacochi
==/UserStyle== */
/* for https://mstdn.maud.io/system/accounts/avatars/000/007/337/original/ac9bb15b32f60d26.png */
@keyframes ghostwalkL {
@kb10uy
kb10uy / yobikomikun.hsp
Created December 10, 2018 12:07
ゲーミング呼び込み君
font msgothic, 40
repeat
redraw 2
color 40, 40, 40
circle 110, 180, 530, 300
//color 40, 80, 40
hsvcolor cnt \ 192, 255, 60
circle 130, 200, 510, 280
pos 160, 220
@aiwas
aiwas / mastodon-share-autoclose.user.js
Last active February 25, 2019 18:39
/shareが自動で閉じないことに納得がいかないのを解消するスクリプト
// ==UserScript==
// @name Mastodon Share Page Auto-Closer
// @namespace https://github.com/aiwas/
// @version 0.2
// @description /shareが自動で閉じないことに納得がいかないのを解消するスクリプト
// @author aiwas
// @match https://yysk.icu/share*
// ==/UserScript==
(function() {
// ==UserScript==
// @name maud.io NSFW
// @namespace net.ghippos.hide.nsfw.io.maud.mstdn
// @version 1.1
// @description FUCK TWITTER
// @author mohemohe <mohemohe@ghippos.net>
// @match https://mstdn.maud.io/*
// @grant none
// ==/UserScript==