Posts Tagged ‘tutorial’
Friday, March 25th, 2011
Hi Everyone
Just a quick note to say that I’ve put all the Java video tutorials up on Youtube. Things have changed since I started making the videos – Youtube has finally allowed videos longer than 15 minutes, which means I can upload them without having to slice them all up.
Youtube Playlist
Cheers
Michael
Tags: java, Programming, tutorial, video, vtm
Posted in Java Video Tutorials, Programming, Random News | 1 Comment »
Friday, March 11th, 2011
After over a year, here’s the next instalment of my Git tutorial! In this video we look at the difference between rebasing and pulling from remote repositories. Sorry it took so long!
(more…)
Tags: git, github, pull, rebase, tutorial
Posted in Git Video Tutorials, Linux, Programming, Tutorials | 3 Comments »
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…)
Tags: git, tutorial, video, vtm
Posted in Git Video Tutorials, Random News | 3 Comments »
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…)
Tags: git, tutorial, video, vtm
Posted in Git Video Tutorials, Linux, Tutorials | 7 Comments »
Saturday, March 28th, 2009
In this video I give a brief introduction to the Git Version Control System. (more…)
Tags: git, tutorial, video, vtm
Posted in Git Video Tutorials, Linux, Tutorials | 1 Comment »
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…)
Tags: bash, Linux, tutorial, video, vtm
Posted in Linux | 2 Comments »
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…)
Tags: 3dbuzz, java, jogl, opengl, Programming, tutorial, video
Posted in Java Video Tutorials | 11 Comments »
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…)
Tags: eclipse, java, Programming, tutorial, video
Posted in Java Video Tutorials | 11 Comments »
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…)
Tags: 3dbuzz, c++, Programming, tutorial
Posted in Tutorials | No Comments »