MARS
size, distances and time — computed from rotation, orbit and mass
DEVELOPMENTAL MILESTONES · YEAR ONE
2, 4, 6, 9, 12 months per the CDC checklists (2022 revision): 59 milestones that at least 75% of children reach by each age
DEVELOPMENTAL MILESTONES · YEAR TWO
15, 18, 24 months per the CDC checklists (2022 revision): 41 milestones that at least 75% of children reach by each age
SIZE CHARTS
shoes, tops, bottoms — and a centimetre under every grid
STAIN REMOVAL
five stain classes and the method for each — per publication H.E. 2-840 of the University of Kentucky Cooperative Extension
AI MILESTONES
ten tasks, the year of each, the system, the figure — and the human it was measured against
AUDIO FORMATS
who published each standard, when, what it does to the sound, and how many bits per second it allows
THE EXIT STATUS
One byte from a command to the shell: what the standard assigns in it, what it leaves to the system — and why “128 + signal number” is nowhere in the standard
THE FLAGS OF OPEN()
FIVE flags of creating a file — and why O_CREAT|O_EXCL is not a faster check but a check and a creation joined into one indivisible act
${…}: TRIMMING BY PATTERN
The sign says from which end to cut and doubling it says how much: from the same path the same pair of patterns takes away either one character or fifteen
THE ORDER OF REDIRECTIONS
Redirections are done from left to right, and “2>&1” copies where the output points at that very moment: the file first — and it holds two lines; the copy first — one
THE CONDITIONS OF TRAP
FIVE conditions from the standard — EXIT and four signals — and three extensions a conformant shell refuses