Ferry Boender
Programmer, DevOpper, Open Source enthusiast.
I’ve released a new version of my Minecraft Player/World Editor MCPlayerEdit v0.10. This release is an update for Minecraft Beta v1.3 and features the following modifications and additions: You can now load worlds by name. Added items: Double Stone Slab, Double Sandstone Slab, Double Wooden Slab, Double Cobblestone Slab, Stone Slab, Sandstone Slab, Wooden Slab, […]
I’ve just released the latest version of MCPlayerEdit: v0.8. This release fixes a bug in the ‘give’ command. If the user supplied in invalid ID or item name, MCPlayerEdit would crash. (Patch by Stephen Rollyson). The ‘give’ command has also been extended with additional option menus when the user chooses an item by id, but […]
I’ve just released the latest version of MCPlayerEdit: v0.7. This release brings MCPlayerEdit up to date with Minecraft Beta v1.2 and adds the new block types (note blocks, wool, birch, redwood, sandstone, cake) and items (Dyes, bone, sugar, cake, charcoal) presented in Minecraft Beta v1.2. Some blocks and items already present have been renamed to […]
I released version 0.6 of my MCPlayerEdit. MCPlayerEdit is a MineCraft player/inventory editor for GNU/Linux, MacOSX and Windows. This release adds the ability to create your own kits using the kitsave command, improved tab-completing for Windows, a warpto command which allows the player to warp to a specific set of coordinates (patch by Foone) and […]
I’ve just released version 0.5 of MCPlayerEdit, a Minecraft player data and inventory editor. Features: Modifying the inventory. Adding kits (collections of items) to the inventory. Showing and moving the player and spawn point coordinates. Setting the in-game time of day. Bookmark locations and warp back to them (works inter-dimensional). Track your inventory in case […]
I’ve released Templum v0.4.0 Templum is an extremely lightweight, simple yet powerful and fast templating engine for PHP. It re-uses the power of PHP itself for rendering templates, but provides additional features making it easier to write templating code. Rendering templates using Templum is very fast; it approximates native PHP rendering speed for include() statements. […]
I wrote a little IRC server in Python: HIrcd is a minimal, hacky implementation of an IRC server daemon written in Python in about 400 lines of code, including comments, etc. It is mostly useful as a testing tool or perhaps for building something like a private proxy on. Do NOT use it in any […]
I just released v0.2.0 of Templum, a simple templating engine for PHP. About From the homepage: Templum is an extremely lightweight, simple yet powerful and fast templating engine for PHP. It re-uses the power of PHP itself for rendering templates, but provides additional features making it easier to write templating code. Rendering templates using Templum […]
At the company I work for (ZX), we needed a simple yet powerful templating language for PHP. I googled around a bit for something, but we couldn’t really find anything. So I wrote Templum, and ZX was kind enough to allow me to release it as Open Source under the MIT License. From the Templum […]
I’ve written a tool called MyQryReplayer: MyQryReplayer is a tool which can read the MySQL query log and replay an entire session’s worth of queries against a database (SELECT queries only by default). While doing so, it records the time each query took to run, and any queries that failed including their error messages. MyQryReplayer […]
Search this blog:
The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.