Monthly Archives: October 2017

lo-resolution fun – setting up a minecraft server

I remember playing computer games on 640×480 resolution and it was a lot of fun. Computer graphics has now improved to the point that some of the games are virtually photo-realistic. With all of this in mind it didn’t make … Continue reading

Posted in Setup From Scratch | Comments Off on lo-resolution fun – setting up a minecraft server

Maven simple example

Maven was briefly described in my previous post.  In this post I will do a few small examples for actually using Maven. One of the main things about Maven is the idea of the artifact.  The artifact is a file, which … Continue reading

Posted in programming | Tagged , | Comments Off on Maven simple example

creation of a more responsible padlock

I have been cleaning up my flat in preparation for the move when I ran across a few small TSA locks.  Sure I have used them when traveling to and from the United States but it certainly seemed to be … Continue reading

Posted in Soapbox | Tagged , , , | Comments Off on creation of a more responsible padlock

Maven the alternative build tool

Why maven Maven is a tool for building software. Doesn’t there already exist a number of tools for doing this exact task?  Two different tools that do this are the classic make utility or the much newer Apache Ant. The make utility … Continue reading

Posted in programming | Tagged , | Comments Off on Maven the alternative build tool

installing maven on linux

Maven offers quite a bit as a enterprise build tool.  It can help ensure that standards are followed and offers support for automated testing.  This tool is actually really simple to install.  It is just a matter of unpacking it … Continue reading

Posted in Command line, Setup From Scratch | Tagged | Comments Off on installing maven on linux