Bash arrays are a lot like Bash Associative Arrays, but with numbers as keys. Here's a quick reference. Basics $ declare -a MYARR # Create an array $… ...more
In a previous post I outlined how to use if:set and unless:set to execute tasks conditionally in Ant 1.9.1. Unfortunately, this does not work with mac… ...more
I'm not sure anyone except me is still struggling on with using Ant, but just in case, here is a nice thing. In Ant 1.9.1 they added a useful feature:… ...more
I have recently got quite excited about Vim (the text editor), so here is a video showing you the basics. I use it because I enjoy learning it. Slide… ...more
Series: Why git?, Basics, Branches, Merging, Remotes Now I've covered almost everything you need to understand the basics of how git works. In this vi… ...more