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
Series: Why git?, Basics, Branches, Merging, Remotes The last video covered how to make branches and simple merges. This time we look at what to do wh… ...more
Can you guess the output of this program? class SplitTest { static void split( String s ) { System.out.println( s.split( ";" ).length … ...more
Windows generally uses a case-insensitive but not case-preserving file system. When writing some code that is intended to be used on Linux as well as … ...more