Skip to content

Instantly share code, notes, and snippets.

View Terminus-IMRC's full-sized avatar
💭
Doing nothing helpful

Yukimasa Sugizaki Terminus-IMRC

💭
Doing nothing helpful
View GitHub Profile
@Terminus-IMRC
Terminus-IMRC / !README.md
Last active December 24, 2023 07:27
deviceQuery results
@Terminus-IMRC
Terminus-IMRC / list.md
Last active April 18, 2023 22:49
My/our active projects for Raspberry Pi
@Terminus-IMRC
Terminus-IMRC / bench-random.cpp
Created June 26, 2022 10:27
A benchmark program for C++ random number generators
#include <bit>
#include <random>
#include <benchmark/benchmark.h>
template <class Generator> static void BM_random(benchmark::State &state) {
Generator gen;
for (auto _ : state)
benchmark::DoNotOptimize(gen());
@Terminus-IMRC
Terminus-IMRC / result.md
Last active January 21, 2022 16:48
mmal_list_supported_encodings result
@Terminus-IMRC
Terminus-IMRC / README.md
Last active December 13, 2020 11:01
Raspberry Pi informations
We couldn’t find that file to show.

docker-texlive-templates

English/Japanese TeX Live examples in a Docker container.

$ docker-compose build
$ make test-english.pdf
$ make test-japanese.pdf
$ make clean
@Terminus-IMRC
Terminus-IMRC / chargen.txt
Created November 16, 2020 17:06
The chargen service in one line: xargs -0 -a chargen.txt yes
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefg
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh
"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghi
#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijk
%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkl
&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklm
'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmn
()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno
)*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnop
@Terminus-IMRC
Terminus-IMRC / Makefile
Last active May 8, 2020 14:25
An infinite loop in Makefile with remaking rules
$(info ** Remaking: MAKE_RESTARTS=$(MAKE_RESTARTS) **)
#
# If WAIT >= t, this Makefile will loop infinitely.
# If WAIT < t, it won't loop infinitely due to filesystem's time resolution.
# +------------+------+
# | Filesystem | t |
# +------------+------+
# | ext4 | 0.01 |
# | hfsplus | 1 |
@Terminus-IMRC
Terminus-IMRC / README.md
Last active March 6, 2020 02:35
/proc/cpuinfo of Raspberry Pis

/proc/cpuinfo of Raspberry Pis

Raspberry Pi 1 Model B

processor	: 0
model name	: ARMv6-compatible processor rev 7 (v6l)
BogoMIPS	: 697.95
Features	: half thumb fastmult vfp edsp java tls
CPU implementer	: 0x41