• Servers

    ID Status OS Info CPU Info Memory Info Handled requests
    66e2fb2f 2025-4-16 11:39:07 Debian GNU/Linux 12 bookworm x64 AMD EPYC 7702 64-Core Processor@2GHz 819 MiB/960.7 MiB 0
  • Compile Commands

    • C(c)
      /usr/bin/clang -Wall -Wextra -Wpedantic -Werror=deprecated-declarations -Werror=uninitialized -Wno-newline-eof -Ofast -march=native -mtune=native --std=c99 -o foo foo.c -lm
    • C++(cc)
      /usr/bin/clang++ -Wall -Wextra -Wpedantic -Werror=deprecated-declarations -Werror=uninitialized -Wno-newline-eof -Ofast -march=native -mtune=native -o foo foo.cc -lm -I/include
    • Rust(rs)
      /usr/bin/rustc --color always -C opt-level=3 -C target-cpu=native foo.rs -o foo