One-to-one (data-model) Updated 2025-07-16
Here's to the crazy ones Updated 2025-07-16
Because the people who are crazy enough to think they can change the world are the ones who do.
Hyperbolic gemoetry Updated 2025-07-16
ELF Hello World Tutorial Specified file formats Updated 2025-07-16
The ELF standard specifies multiple file formats:
- Object files (
.o).Intermediate step to generating executables and other formats:Source code | | Compilation | v Object file | | Linking | v ExecutableObject files exist to make compilation faster: withmake, we only have to recompile the modified source files based on timestamps.
- Executable files (no standard Linux extension).This is what the Linux kernel can actually run.
- Archive files (
.a).Libraries meant to be embedded into executables during the Linking step.
- Shared object files (
.so).Libraries meant to be loaded when the executable starts running.
- Core dumps.Such files may be generated by the Linux kernel when the program does naughty things, e.g. segfault.They exist to help debugging the program.
In this tutorial, we consider only object and executable files.
III-V semiconductor Updated 2025-07-16
Most notable example: gallium arsenide, see also: gallium arsenide vs silicon.
An important class of semiconductors, e.g. there is a dedicated III-V lab at: École Polytechnique: www.3-5lab.fr/contactus.php
vscode jump to definition broken Updated 2025-07-16
Wang Jin (Water Margin character) Updated 2025-07-16
He used to train the 800,000 imperial guard troops at the Capital, much like Lin Chong. He's not one of the 108 Stars of Destiny.
ELF Hello World Tutorial
STT_FILE Updated 2025-07-16- 10 8:
st_name=01000000= character 1 in the.strtab, which until the following\0makeshello_world.asmThis piece of information file may be used by the linker to decide on which segment sections go: e.g. inldlinker script we write:segment_name : { file(section) }segment_name : { *(section) } - 10 13:
st_shndx= Symbol Table Section header Index =f1ff=SHN_ABS. Required forSTT_FILE. - 20 0:
st_value= 8x00: required for value forSTT_FILE - 20 8:
st_size= 8x00: no allocated size
Now from the
readelf, we interpret the others quickly. Important mathematical group Updated 2025-07-16
Janko group Updated 2025-07-16
Mathematics website Updated 2025-07-16
Readout (quantum computing) Updated 2025-07-16
Eliezer Yudkowsky Updated 2025-07-16
Feynman diagram solver Updated 2025-07-16
Indefinite orthogonal group Updated 2025-07-16
Generalization of orthogonal group to preserve different bilinear forms. Important because the Lorentz group is .
Indel Updated 2025-07-16
Mathieu group Updated 2025-07-16
Probability current Updated 2025-07-16
Superconducting magnet vendor Updated 2025-07-16
Unitary symplectic group Updated 2025-07-16
Unlisted articles are being shown, click here to show only listed articles.