This file has been truncated, but you can view the full file.
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
}_>_{|^>|!|||^^}|{*!}|^{^{{>_}*|*_}|^}|*_}*!|{|*{^^|>!}}_*^}}^^{*> | |
*__>__{|!!!^>*^^_!_>|^*}**|{!}|^*{^}!{!*>^!_}{}^>!^|*!*_*{}|>^*^!| | |
!|*|>>>{_{}{}_}{|*}|}|!_}|*>|^}^^>!|>!|{*{|*{}|^>_|^^>}|^{_!*!!>|*{* | |
}^{!}_}|{|>__*!_*_**{>{_}{{!}_}*^{**{|>>>**>*>>>{}>^|*|_}^!|*_{{|{{_ | |
{^>!{>>>}*|^^>_>{{!}**>|_}_*^^^|||_{{!{>}*|_}|{^!_>^|*{>||^!*|__>{_{> | |
*_!}_}!*|*>!!*{>*}||>^}_{*>}*>^_^|||*^!_!_*>^{!^}>|**|!*_!_*!!^_}^>_| | |
{*_}*!^_}!*|!|*{{_>{|}*{|}_*|{{!_>_}{{!{|!||}|_*_|{*^}!!>*!|}_>*^|!*^ | |
}{|{_|}^>|}*!_*{_*^{|^||^}>!!^>^|}>||*{_{}>>^>|!^|^!{!_!*^*|}_^!{!}>{_ | |
}}{>!*!^>|_>_^*^_^>^_!*{_}}!*{_^}{!_{_}}>^||_*|}!^!|!!>>|^^>*^!**_}^!| | |
{}}*!^}_*_}>|*|*|>|_>}*!_!*_!|^!^>}!>{!|{{^*}{|>|}*!^^>!*!}>!_||!_}}>{^ |
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
.Dd January 6, 2024 | |
.Dt TOTP 1 | |
.Os | |
.Sh NAME | |
.Nm totp | |
.Nd A tiny command line utility to generate OTP tokens | |
.Sh SYNOPSIS | |
.Nm | |
.Sh DESCRIPTION | |
Reads a line of binary secret to output a six-digit TOTP code; |
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
お言葉ですが逆に、人に迷惑をかけずにどうやって助けを求めるものなのでしょうか | |
そういう方法が学校のカリキュラムにありますか | |
例をください | |
私が通っていた工業分野の高専でさえありませんでした | |
また、人に迷惑をかけることが必ずしも悪事に該当するというのは物事の一面しか見ていないことになると存じますがいかがでしょうか | |
事実として、私の母の兄は重めの身体知的障害者であり、当然ながらだれかのケアを持ちながら(一部自分でできることは自分でやりながら)生きる必要があります | |
その最たる例は車椅子に乗せてもらうこと、トイレなどです | |
アフリカメソッドとなったこと恐縮ではありますが余談をさせていただきました | |
私は人に迷惑をかけないようにした結果相談すべきことを相談できずに自己崩壊して今に至ります | |
最たる例として、2019年はBFDIシリーズ界隈にいて、当時のツイッターの人たちはカップリングの話とかで盛り上がってるように見えました。あの雰囲気に勝てそうになくて私はツイッターを退会するしかなく母の父とその家族と当時の主治医に対する怒りの中言う事やることをこの世の全ての教えとして遵守するしかありませんでした |
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
['010101', '010102', '010103', '010104', '010105', '010106', '010107', '010108', '010109', '010110', '010111', '010112', '010113', '010114', '010115', '010116', '010117', '010118', '010119', '010120', '010121', '010122', '010123', '010124', '010125', '010126', '010127', '010128', '010129', '010130', '010131', '010201', '010202', '010203', '010204', '010205', '010206', '010207', '010208', '010209', '010210', '010211', '010212', '010213', '010214', '010215', '010216', '010217', '010218', '010219', '010220', '010221', '010222', '010223', '010224', '010225', '010226', '010227', '010228', '010301', '010302', '010303', '010304', '010305', '010306', '010307', '010308', '010309', '010310', '010311', '010312', '010313', '010314', '010315', '010316', '010317', '010318', '010319', '010320', '010321', '010322', '010323', '010324', '010325', '010326', '010327', '010328', '010329', '010330', '010331', '010401', '010402', '010403', '010404', '010405', '010406', '010407', '010408', '010409', '010410', '010411', '010412', '01 |
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 | |
# https://ledger-cli.org/doc/ledger3.html#Balance-Report | |
# 貸借対照表を出力 | |
ledger -f Ledger.txt balance | | |
# | |
# 1: 金額(通貨単位なし) 2: インデントで構造を表しながら勘定科目を表示 | |
# インデントレベルを表示(2スペース単位の場合はこれ) | |
sed ' | |
s/\([0-9]\) /\1 A/ |
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
# Obtain source files to render. | |
( ls -l . | grep -e '-..x..x..x' | grep -vE '\.(tmp|old)' | self NF; ls C_SRC/*.c; ls ../Parsrs/*.sh ../../AurRepositories/shellshoccar-jpn-tukubai/src/ShellShoccar-jpn-Tukubai-just-sh-1.450.1/COMMANDS.SH/* ) | | |
# | |
# Randomize their order. | |
shuf | | |
# | |
# Now construct a command for each file | |
sed 's/^/head -n 50 /' | | |
sed 's/$/ | expand/' | | |
# vvvvvvvvvvvvvv Verbosity |
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
#!/usr/bin/env perl | |
my $line = shift; | |
my @values = unpack("C*", $line); | |
my $ptr = 0; | |
my @val = (); | |
my $io = 172; | |
for my $datum (@values) { | |
my $chr = $datum; | |
my $chr0 = $chr; | |
my $bits0 = 0; |
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
.Dd January 9, 2024 | |
.Dt SORT 1 | |
.Os IEEE Std 1003.1-2017 | |
.Sh 名前 | |
.Nm sort | |
.Nd テキストファイルを並べ替え、結合、または並べ替え済みかどうか確認 | |
.Sh 書式 | |
.Nm | |
.Op Fl m | |
.Op Fl o Ar output |
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
# .A>.B?#1:#0 | |
DO.C<- | |
'?" | |
.A$.B | |
" | |
' | |
~' | |
#0 | |
$ | |
#65535 |
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
0.01 use ExtUtils::MakeMaker | |
0.02 use ExtUtils::MakeMaker | |
0.02 use Getopt::Long | |
0.03 use Config | |
0.03 use ExtUtils::MakeMaker | |
0.03 use Fcntl | |
0.03 use Getopt::Long | |
0.04 use Carp | |
0.04 use Config | |
0.04 use Data::Dumper |
NewerOlder