This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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`; \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# これはPerlプログラムを模した作文です。電子計算機において実行するためのものではありません。 | |
$unko = 100; | |
$haraita = 1; | |
while ($haraita) { | |
print "ponponpeinn\n"; | |
wc(); | |
tearai(); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
____-------____ | |
__-- --__ | |
/ \ | |
\ _--_ _--_ / あなたはシステム管理者から通常の講習を受けたはずです。 | |
| ,--. ,--. | これは通常、以下の3点に要約されます: | |
| |()| |()| | | |
| _______ | #1) 他人のプライバシーを尊重すること。 | |
| \ ||| / | | |
| `---' | #2) タイプする前に考えること。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name maud.io NSFW | |
// @namespace net.ghippos.hide.nsfw.io.maud.mstdn | |
// @version 1.1 | |
// @description FUCK TWITTER | |
// @author mohemohe <[email protected]> | |
// @match https://mstdn.maud.io/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder