Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

Category: website

BBCloner v1.4: Bitbucket backup tool

I’ve released v1.4 of BBCloner. BBCloner (Bitbucket Cloner) creates mirrors of your public and private Bitbucket Git repositories. It also synchronizes already existing mirrors. Initial mirror setup requires you manually enter your username/password. Subsequent synchronization of mirrors is done using Deployment Keys. This release features a new flag: –tolerant (-t). It prevents bbcloner from complaining about […]

Pydocmd: Generate Markdown from python source files

I’ve created pydocmd. It generates Python Module / script documentation in the Markdown (md) format. It was written to automatically generate documentation that can be put on Github or Bitbucket. It is as of yet not very complete and is more of a Proof-of-concept than a fully-fledged tool. Markdown is also a very restricted format and […]

bexec v0.6 released: Execute Vim buffers and show output in new buffer.

I’ve just released version 0.6 of my Vim bexec plugin.  Bexec is a Vim plugin that allows the user to execute the current buffer if it contains a script with a shebang (#!/path/to/interpreter) on the first line or if the default interpreter for the script’s type is known by Bexec. The output of the script […]

bbcloner v1.3 released. BitBucket backup tool.

I’ve just released bbcloner v1.3. bbcloner creates mirrors of your public and private Bitbucket Git repositories and wikis. It also synchronizes already existing mirrors. Initial mirror setup requires you manually enter your username/password. Subsequent synchronization of mirrors is done using Deployment Keys. This release features the following changes: Support for updating over https (patch by msboom) […]

my_indexr: Script to drop and recreate MySQL indexes

As can be read in this article, I was in need of a method to quickly drop all indexes (except primary keys) from a MySQL database. After googling around a bit and being astonished that apparently no-one had written such a thing yet, I wrote the script that can be seen in that article. Unfortunately, […]

bbcloner: create mirrors of your public and private Bitbucket Git repositories

  I wrote a small tool that assists in creating mirrors of your public and private Bitbucket Git repositories and wikis. It also synchronizes already existing mirrors. Initial mirror setup requires that you manually enter your username/password. Subsequent synchronization of mirrors is done using Deployment Keys. You can download a tar.gz, a Debian/Ubuntu package or clone […]

Edgeworld Strategy guide v0.8

I’ve updated the EdgeWorld Strategy Guide to v0.8. Changes: Updated Lvl 50 Helio vulnerability. Removed lvl 250 Helio vulnerability. Thanks to madstork91 for reporting Faction vulnerability changes. Get the HTML version, or other versions (PDF, ePub, etc).

MCPlayerEdit v0.21 released

I’ve released a new version of my Minecraft Player/World Editor MCPlayerEdit v0.21. This release brings MCPlayerEdit up to date with Minecraft v1.0, The following features and modifications have been added: Lily Pad Nether Brick, Nether Brick Fence, Nether Brick Stairs, Nether Wart [block] Enchantment Table, Brewing Stand [block], Cauldron [block], Brewing Stand, Cauldron End Portal, […]

Edgeworld Strategy guide v0.7

I’ve updated the EdgeWorld Strategy Guide to v0.7. Changes: Added vulnerability of the level 1000 Maar Confederacy Base (thanks to Cam Arnold for reporting it). Get the HTML version, or other versions (PDF, ePub, etc).

Edgeworld Strategy guide v0.5

I’ve updated the EdgeWorld Strategy Guide to v0.5. Changes: Added vulnerability of lvl 50 Helio base Added vulnerability of lvl 250 Helio base Updated Appendix II (upgrade costs) Fixed battle duration before automatic retreat Fixed some FIXMEs Added some info about leveling up. You can find the new version on my Writings page

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.