mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-16 18:05:01 +01:00
move submodules in-tree
This commit is contained in:
parent
57c4a239da
commit
830045ee2f
238 changed files with 41955 additions and 187 deletions
BIN
blog/helpers/elf-linkage/animation/1.png
Normal file
BIN
blog/helpers/elf-linkage/animation/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
17
blog/helpers/elf-linkage/animation/1.txt
Normal file
17
blog/helpers/elf-linkage/animation/1.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
┌───┐ ┌───┐
|
||||
ld │a.o│ │b.o│
|
||||
└───┘ └───┘
|
||||
|
||||
┌───────────┐ ┌───────────┐
|
||||
│a.o │ │b.o │
|
||||
│defined: │ │defined: │
|
||||
│ myfunc │ │ dependency│
|
||||
│undefined: │ │ │
|
||||
│ dependency│ │ │
|
||||
└───────────┘ └───────────┘
|
||||
|
||||
symbols:
|
||||
|
||||
|
||||
BIN
blog/helpers/elf-linkage/animation/2.png
Normal file
BIN
blog/helpers/elf-linkage/animation/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
17
blog/helpers/elf-linkage/animation/2.txt
Normal file
17
blog/helpers/elf-linkage/animation/2.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
│
|
||||
▼
|
||||
┌───┐ ┌───┐
|
||||
ld │a.o│ │b.o│
|
||||
└───┘ └───┘
|
||||
|
||||
┌───────────┐ ┌───────────┐
|
||||
│a.o │ │b.o │
|
||||
│defined: │ │defined: │
|
||||
│ myfunc │ │ dependency│
|
||||
│undefined: │ │ │
|
||||
│ dependency│ │ │
|
||||
└───────────┘ └───────────┘
|
||||
|
||||
symbols:
|
||||
|
||||
|
||||
BIN
blog/helpers/elf-linkage/animation/3.png
Normal file
BIN
blog/helpers/elf-linkage/animation/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
17
blog/helpers/elf-linkage/animation/3.txt
Normal file
17
blog/helpers/elf-linkage/animation/3.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
│
|
||||
▼
|
||||
┌───┐ ┌───┐
|
||||
ld │a.o│ │b.o│
|
||||
└───┘ └───┘
|
||||
|
||||
┌───────────┐ ┌───────────┐
|
||||
│a.o │ │b.o │
|
||||
│defined: │ │defined: │
|
||||
│ myfunc │ │ dependency│
|
||||
│undefined: │ │ │
|
||||
│ dependency│ │ │
|
||||
└───────────┘ └───────────┘
|
||||
|
||||
symbols:
|
||||
myfunc defined in a.o
|
||||
dependency undefined
|
||||
BIN
blog/helpers/elf-linkage/animation/4.png
Normal file
BIN
blog/helpers/elf-linkage/animation/4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
17
blog/helpers/elf-linkage/animation/4.txt
Normal file
17
blog/helpers/elf-linkage/animation/4.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
│
|
||||
▼
|
||||
┌───┐ ┌───┐
|
||||
ld │a.o│ │b.o│
|
||||
└───┘ └───┘
|
||||
|
||||
┌───────────┐ ┌───────────┐
|
||||
│a.o │ │b.o │
|
||||
│defined: │ │defined: │
|
||||
│ myfunc │ │ dependency│
|
||||
│undefined: │ │ │
|
||||
│ dependency│ │ │
|
||||
└───────────┘ └───────────┘
|
||||
|
||||
symbols:
|
||||
myfunc defined in a.o
|
||||
dependency undefined
|
||||
BIN
blog/helpers/elf-linkage/animation/5.png
Normal file
BIN
blog/helpers/elf-linkage/animation/5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 138 KiB |
17
blog/helpers/elf-linkage/animation/5.txt
Normal file
17
blog/helpers/elf-linkage/animation/5.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
│
|
||||
▼
|
||||
┌───┐ ┌───┐
|
||||
ld │a.o│ │b.o│
|
||||
└───┘ └───┘
|
||||
|
||||
┌───────────┐ ┌───────────┐
|
||||
│a.o │ │b.o │
|
||||
│defined: │ │defined: │
|
||||
│ myfunc │ │ dependency│
|
||||
│undefined: │ │ │
|
||||
│ dependency│ │ │
|
||||
└───────────┘ └───────────┘
|
||||
|
||||
symbols:
|
||||
myfunc defined in a.o
|
||||
dependency defined in b.o
|
||||
3
blog/helpers/elf-linkage/animation/create.sh
Normal file
3
blog/helpers/elf-linkage/animation/create.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ffmpeg -framerate 0.5 -i %d.png -plays 0 -f apng output.png
|
||||
BIN
blog/helpers/elf-linkage/animation/output.png
Normal file
BIN
blog/helpers/elf-linkage/animation/output.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Loading…
Add table
Add a link
Reference in a new issue