Comment by tralarpa
4 years ago
I think it would be easier and faster to just take the millions of open source projects on github for that :)
4 years ago
I think it would be easier and faster to just take the millions of open source projects on github for that :)
...which don't have binaries. It's easier for Godbolt, since the whole purpose of the website is to compile and show output. If you crawl GitHub you need to compile the projects yourself, much more difficult.
Binaries are freely available from package management repos, with the benefit of having a known toolchain you can tag your ML inputs with. All the package managers I've worked with have a strongly structured "upstream" or "repo" field or similar that you can use to get to the source.
Fair enough!
Some projects do publish binaries with releases.
Just take all of Debian packages, or something like that.