All public logs

Combined display of all available logs of Rosetta Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:54, 29 September 2022 Alcoholicspinesurgeon talk contribs created page User talk:Alcoholicspinesurgeon (Created page with "<syntaxhighlight lang="nasm"> ;; ;; -->> {{ LibLinux - Captured and ready for meat testing }} <<-- ;; I miss you cupcake. ;; %ifndef LIBLINUX_INC %define LIBLINUX_INC ;; the allmighty defined! %define PROT_READ 1 %define PROT_WRITE 2 %define PROT_EXEC 4 %define PROT_NONE 0 %define PROT_GDOWN 0x01 %define PROT_GROWU 0x02 %define MAP_SHARE 0x01 %define MAP_PRIVATE 0x02 %define...")