| Author: | Daniel Keep <daniel.keep@gmail.com> |
|---|---|
| Version: | 1.0 |
| Licence: | http://creativecommons.org/publicdomain/zero/1.0/ |
SSFS is designed to be an as-simple-as-possible filesystem for use with the
| # | |
| # Minecraft Resizer (for Windows) | |
| # Copyright (C) 2010, Daniel Keep. | |
| # Licensed under the BSD <http://www.opensource.org/licenses/bsd-license.php> | |
| # Canonical URL: https://gist.github.com/675096 | |
| # | |
| # Changelog: | |
| # | |
| # 2010-11-13: |
| # | |
| # Minecraft World Translater | |
| # Copyright (C) 2010, Daniel Keep. | |
| # Licensed under the BSD <http://www.opensource.org/licenses/bsd-license.php> | |
| # Canonical URL: https://gist.github.com/706617 | |
| # | |
| # Usage: mctranslate.py X-OFFSET Z-OFFSET | |
| # | |
| # Translates a Minecraft world by (X-OFFSET,Z-OFFSET) chunks and places the | |
| # result in the "translated" directory. |
| module ouro.util.invokeImpl.X86_Windows.cdecl; | |
| /** | |
| Invokes the given function pointer. | |
| Params: | |
| fp = Function pointer. | |
| ss = Size of argument stack. | |
| sp = Pointer to bottom of argument stack. | |
| eax = Pointer to storage for result eax register. |
| import "/ouro/ast" : * | |
| import "/ouro/stdio" : * | |
| (-- | |
| These functions haven't been exposed via a module yet, so I have to bind them | |
| manually. The '~' means the function modifies the environment. | |
| --) | |
| let loadLibrary~ = __builtin__("ouro.native.loadLibrary") | |
| let loadFunction~ = __builtin__("ouro.native.loadFunction") | |
| let invoke~ = __builtin__("ouro.native.invoke") |
| """ | |
| DCPU Font converter. | |
| Written by Daniel Keep <daniel.keep@gmail.com>. | |
| Released under the MIT license. | |
| """ | |
| from PIL import Image |
| HIT_HMD2043 | |
| __ __ | |
| || || | |
| ||==|| I T | |
| _|| ||_ | |
| Harold Innovation Technologies | |
| "If it ain't a HIT, it's a piece of..." |
| You can get a pre-generated disk image here: | |
| http://ompldr.org/vZGlzZA/hello.zip |
| /* | |
| * Binary Image Exchange Format reference implementation. | |
| * | |
| * Note that not everything here has been exhaustively tested. There may be | |
| * bugs a-lurkin'. | |
| * | |
| * This implementation is written to conform to version 1.0.3 of the BIEF spec. | |
| * | |
| * Latest version: | |
| * https://gist.github.com/2585085 |
| Author: | Daniel Keep <daniel.keep@gmail.com> |
|---|---|
| Version: | 1.0 |
| Licence: | http://creativecommons.org/publicdomain/zero/1.0/ |
SSFS is designed to be an as-simple-as-possible filesystem for use with the
| # ##### BEGIN GPL LICENSE BLOCK ##### | |
| # | |
| # This program is free software; you can redistribute it and/or | |
| # modify it under the terms of the GNU General Public License | |
| # as published by the Free Software Foundation; either version 2 | |
| # of the License, or (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |