hint.md - brcon2024-hackathons - Bitreichcon 2024 Hackathons HTML git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/brcon2024-hackathons DIR Log DIR Files DIR Refs DIR Tags DIR Submodules --- hint.md (349B) --- 1 2 14:28:09 pazz0 | `egcc -Ofast -o gopher-clustering 3 gopher-clustering.c -lm` 4 14:28:19 pazz0 | `./gopher-clustering bitreich.org 70 /index.gph 5 | sed '1,/^Silh/d' > clustering-output` 6 14:28:34 pazz0 | And in gnuplot: `plot 'clustering-output' using 7 1:2:5:(4+$4):3 with labels point pt var lc 8 | var` 9