mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00

Let me explain- When RH.org fired up, it wasn't sorting the filenames. Now, that gives us a problem.. It was relying on the ext order of the bits. Oops. Sorry, I didn't think about that, I released in a hurry. Anyway, to keep compatibility, I've ensured that the fileorder from RH.org is now reflected in the files themselves. This was done by naming each one with up to two sets of numbers 0001#01Body/01.png What the 0001# before the pound sign means does is ensure the code is sorted with that gif first, when assigning them. Anyway, this makes the code messier, but it will be the same everywhere now. I'll clean up the filenames later, if anyone cares. Or, you're welcome to! Renaming them to drop the numbers in the basefilename should be perfectly OK. Try it ;) -CPD
Description
RoboHash.org
Languages
JavaScript
32.7%
Python
24.8%
CSS
22.8%
HTML
18.9%
Dockerfile
0.6%
Other
0.2%