top | item 29138991

Arcane Algorithm Archive

130 points| max10541 | 4 years ago |algorithm-archive.org

15 comments

order

eezurr|4 years ago

This is nice. I had an idea to create a website for a "coders toolbox" for myself and others to contribute general functionality with brief documentation. Not a library; I need to copy and paste code and then modify it for my needs.

I've been learning SFML and the lack of direct code examples has been infuriating. Resources are explained in English (so paragraphs when a few lines of code would suffice), and the forums are 2/3 full of arrogant "we're not going to help you, just read the reference" posts, and are mostly outdated.

All I want(ed) to see is small code snippets for e.g. "get mouse position in map coordinates", "display text on the screen", "zoom on mouse position", "get mouse position in window/view coordinates", "create a gui box and determine size by text and center the text", "how to zoom without graphical glitches"

anitil|4 years ago

I've needed this for myself. I have hundreds, possibly thousands, of snippets of code scattered around my machines, all doing small bits of something. But instead of being able to find the snippet I end up googling around for 10 minutes an re-writing the snippets.

Part of the issue is that some are a snippet, but some are a few folders with a Makefile and some input data etc etc. So maybe I need a meta-snippet format for managing all of this

ntindle|4 years ago

Howdy! I’m a maintainer (for DevOps) on this project! Glad to see it get noticed!

dunefox|4 years ago

This looks really good. I might even contribute. Is it actively developed?

keskadale|4 years ago

Yes! The community is quite active right now.

marcodiego|4 years ago

Feels like Wikipedia for algorithms.

MikeDelta|4 years ago

Looks good, but there is a typo in the title: Alogorithm Archive.

dang|4 years ago

Fixed now. Thanks!