cat title | center | gradient f93195 a032ef
echo Programmer | center | style w
cat about | wrap 80 | center
cd projects
cat title | center | gradient f93195 a032ef
./list_projects
cd ..
cat links_title | center | gradient f93195 a032ef
cat links | center 80
host@jinux ~$ cat title | center | gradient f93195 a032ef
___
/
/ /|
/ ___
/_/ |_
_
(_)___
/ __ `
/ /_/ /
\__, /_
____/
host@jinux ~$ echo Programmer | center | style w
rogramm
host@jinux ~$ cat about | wrap 80 | center
I study
at the
niversi
of
echnolo
in
Brno,
ecifica
at the
Faculty
of
formati
chnolog
At the
time of
writing
I am 20
and I
have
been
f-learn
ogrammi
for ~7
years.
I
mostly
enjoy
ogrammi
in
anguage
like
Rust,
C, C#,
C++,...
One of
my most
useless
skills
is that
I can
do
omethin
in the
J
ogrammi
anguage
I enjoy
unction
ogrammi
(and
Haskell
but I
use it
only
when it
makes
sense.
host@jinux ~$ cd projects
host@jinux ~/projects$ cat title | center | gradient f93195 a032ef
_
(_)
\ / /
/ / /
_/ /\__
__/
host@jinux ~/projects$ ./list_projects
TYPE_DARK
Dark
theme
for
visual
studio
code
with
helpful
semantic
syntax
highlighting
- GitHub repository:
GitHub
- VS Code marketplace:
marketplace.visualstudio
MAKEMAKE
A
command
line
utility
for
creating
and
loading
folder
templates.
- GitHub repository:
GitHub
- Package:
AUR
- Documentation:
GitHub Wiki
TERMAL
Rust
library
for
fancy
colored
cli
using
ansi
escape
codes.
- GitHub repository:
GitHub
- Documentation:
docs.rs
- Package:
crates.io
PLACE_MACRO
Rust
macros
you
wish
you had
while
you
were
writing
your
non-proc
macro.
- GitGub repository:
GitHub
- Documentation:
docs.rs
- Package:
crates.io
host@jinux ~/projects$ cd ..
host@jinux ~$ cat links_title | center | gradient f93195 a032ef
_
_)___
/ __ \/
/ / /
/ /_/_/
host@jinux ~$ cat links | center 80
- GitHub profile:
BonnyAD9
host@jinux ~$