This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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`; \ |
OlderNewer