Skip navigation

Category Archives: programming/scripting

so, december last year i posted a script to render minecraft maps but it was way to big for what it did, too many variables, static as fuck etc. so i rewrote it.

all this needs is a way to detect what kind of world it’s rendering because nether and the_end need other settings, but for now this works fine

Read More »

Writing a test for my co-workers MCITP test, in case anyone’s interested, here’s the code :)

This bad boy can list questions with answers with radiobuttons or checkboxes in case of multiple correct answers
it runs through every question, no matter how many you have
the database is easily customisable through the config file

Live test:  http://mc.munsking.com/quiz

the index.php:

Read More »

So, lets try out some javascript!

I was wondering how you can calculate pi without trying to take a measuring tape and going in a circle and all that.

Have a look, after the jump.

 

Read More »

Trying out java programming at work, especially android app development.

This is what we made in our first try:

Read More »

Here’s a little script i wrote for ubuntu servers to enable SSH.

It’s not that complicated to do, but I prefer a script to messing around in the files themselves.

Please keep in mind that this will change any existing configurations and it’s meant for a fresh install of ubuntu server 11.10

Read More »

Here’s a “script” for installing a pretty complete website to ubuntu, i recommend you actually read all of it and see you understand what’s going on because it’s just the commands you’d enter anyways, but i decided to put em all in 1 file.

I made this for a school project, so please don’t expect to much from it, but it works.

Read More »