Category Programming

Getting up to speed with Git

This is how you can get started successfully using Git. Basic concepts: Git Tutorial (by Lars Vogel) how successful developers are using Git:A successful branching model for Git (Gitflow) Online books: Pro Git and Git Community Book Additional things to…

Creating visually random images

How complicated does a mathematical function, pseudorandom(x), have to be to create something that seems random, and how do you check whether it seems random? Looking at a long list of numbers is not a good way, because our ability…