Posts Tagged ‘tutorial’

New Videos! Learn how to use Git

Saturday, March 28th, 2009

Hello everyone!

So this afternoon I was bored. Then I thought I would be somewhat productive and make some videos. I didn’t have anything prepared for making programming ones. However, I had a couple of people ask me about Git and why I thought it was so freaking great. So, today I offer you 3 new videos, giving a basic overview of the Git Source Code Management System. Here are the videos so far:

(more…)

Git Tutorial 02 – The basics

Saturday, March 28th, 2009

This video hits up the terminal and starts using git. We start by creating a git repository, which is super easy with Git. Then, we look at adding files to the repository, and commiting changes. (more…)

Git Tutorial 01 – What is Git

Saturday, March 28th, 2009

In this video I give a brief introduction to the Git Version Control System. (more…)

Shameless Plug: Martin’s Linux VTMs

Wednesday, December 31st, 2008

Hey everyone, hope you are enjoying the holidays!

Anyway, today I thought I would distract everyone from my lack of videos by pointing you to some videos made by someone else. And so I present: Martin’s Linux VTM.

(more…)

Java Tutorial 09 – OpenGL and Java

Thursday, December 11th, 2008

This video looks at how we can use the OpenGL graphics library in our Java programs. This video was an entry in a competition on 3dbuzz.com. As such, it doesn’t flow on from the previous videos, just consider it a bonus. (more…)

Java Tutorial 08 – Intro To Eclipse

Thursday, December 11th, 2008

This video gives an overview of the Eclipse IDE. Eclipse is a feature packed Java development environment that is also free and open source. In this video we see how we create projects in eclipse and run our programs. (more…)

C++ Video – 3DBuzz Suppliment

Monday, December 8th, 2008

This is a very short video explaining a problem that comes up time and time again on 3dbuzz.com. Essentially, why the code for their Hello World example doesn’t compile. If you have done any C++ coding before, you can safely ignore this video. (more…)