Quark by Ciro Santilli 37 Updated 2025-07-16
TODO experimental discovery.
Phenylalanine by Ciro Santilli 37 Updated 2025-07-16
How many "la"s does a name need to have?
Iterative pre-order by Ciro Santilli 37 Updated 2025-07-16
This is the easiest one to do iteratively:
  • pop and visit
  • push right to stack
  • push left to stack
grep by Ciro Santilli 37 Updated 2025-07-16
If you are a programmer, grep becomes a verb: "to grep" means "to search text files", much like "to Google" means "to search random stuff online".
Isothermal means "at fixed temperature".
This is to contrast with the more well established polymerase chain reaction, which requires heating and cooling the sample several times.
The obvious advantage of isothermal methods is that their machinery can be simpler and cheaper, and the process can happen faster, since you don't have to do through heating and cooling cycles.
gnuplot by Ciro Santilli 37 Updated 2025-07-16
Tends to be Ciro Santilli's first attempt for quick and dirty graphing: github.com/cirosantilli/gnuplot-cheat.
domain-specific language. When it get the jobs done, it is in 3 lines and it feels great.
When it doesn't, you Google for an hours, and then you give up in frustration, and fall back to Matplotlib.

There are unlisted articles, also show them or only show them.