Search Results
7/17/2025, 3:44:33 AM
7/12/2025, 1:34:15 AM
6/25/2025, 3:04:16 PM
>>105696372
info_line_percentage ()
{
manual=$1
search=${*:2}
info --subnodes $manual -o /tmp/info.txt
lines=$(wc -l /tmp/info.txt | cut -d' ' -f1)
match=$(grep -nm1 "$search" /tmp/info.txt | cut -d: -f1)
percent=$(sbcl --noinform --eval "(format t \"~a~%\" (* (/ $match $lines) 100.0))" --quit)
echo $percent% in $manual
}
$ info_line_percentage libc "POSIX says that simple calendar times do not include leap seconds"
50.98632% in libc
an elispgod will rewrite this abomination
info_line_percentage ()
{
manual=$1
search=${*:2}
info --subnodes $manual -o /tmp/info.txt
lines=$(wc -l /tmp/info.txt | cut -d' ' -f1)
match=$(grep -nm1 "$search" /tmp/info.txt | cut -d: -f1)
percent=$(sbcl --noinform --eval "(format t \"~a~%\" (* (/ $match $lines) 100.0))" --quit)
echo $percent% in $manual
}
$ info_line_percentage libc "POSIX says that simple calendar times do not include leap seconds"
50.98632% in libc
an elispgod will rewrite this abomination
6/20/2025, 3:33:50 PM
>>279825166
There is plenty of people that love MT, only tourists hate MT.
There is plenty of people that love MT, only tourists hate MT.
6/19/2025, 8:15:48 PM
I'm rewatching Oreimo again and it's almost unbelievable just how best girl Kuroneko is. It's not even a competition. The other girls can be nice too, but at best it's a race for second. The fact is that she's best girl and everyone would agree to this if it weren't for the imouto angle. If both Kuroneko and Kirino were Kyouske's imouto, Kirinofags would be an endangered species
Page 1