hint.md - brcon2024-hackathons - Bitreichcon 2024 Hackathons | |
git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
Log | |
Files | |
Refs | |
Tags | |
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 |