Difference between revisions of "Code Snippets"
Jump to navigation
Jump to search
Nickelpro1 (talk | contribs) |
(First off, you can't just interchangeably say "python" referring to one version. Second, w.tkte.ch seems to be down. If you have a copy, please upload it to gist.github.com and edit this page to link to i t.) |
||
Line 1: | Line 1: | ||
== Code Snippets == | == Code Snippets == | ||
− | * Yggdrasil Authentication [ | + | * Yggdrasil Authentication [ Python3 ]: https://gist.github.com/nickelpro/7015554 |
− | * Minecraft Skin Preview Creation [ Python, PHP ]: http://w.tkte.ch/minecraft/skin_previews | + | * Minecraft Skin Preview Creation [ Python, PHP ]: <strike>http://w.tkte.ch/minecraft/skin_previews</strike> '''Appears to be down''' |
* zlib chunk decompression [ C ]: http://wiki.vg/Chunk_data_decompressing_%28Zlib%29 | * zlib chunk decompression [ C ]: http://wiki.vg/Chunk_data_decompressing_%28Zlib%29 | ||
* Java Hex Digest SHA-1 Hash Creation [ C# ]: https://gist.github.com/SirCmpwn/6d78aa1efd40124019ae | * Java Hex Digest SHA-1 Hash Creation [ C# ]: https://gist.github.com/SirCmpwn/6d78aa1efd40124019ae |
Revision as of 00:06, 13 December 2014
Code Snippets
- Yggdrasil Authentication [ Python3 ]: https://gist.github.com/nickelpro/7015554
- Minecraft Skin Preview Creation [ Python, PHP ]:
http://w.tkte.ch/minecraft/skin_previewsAppears to be down - zlib chunk decompression [ C ]: http://wiki.vg/Chunk_data_decompressing_%28Zlib%29
- Java Hex Digest SHA-1 Hash Creation [ C# ]: https://gist.github.com/SirCmpwn/6d78aa1efd40124019ae
- Slot Data Parsing [ C# ]: https://gist.github.com/SirCmpwn/860056fcc7da1036ebf3
- Nibble array storage for chunk metadata, block light, sky light, etc [ C# ]: https://gist.github.com/SirCmpwn/17f848aa8ae87da7427f
- Minecraft protocol data types [ C# ]: https://gist.github.com/SirCmpwn/f97a066a0f05f750f32e