|
Written by MJH
|
|
Monday, 14 November 2011 23:14 |
|
Well I've been banging on about this to everyone I know so thought it was time to put something on this blog too.
The Raspberry Pi is a UK charity aiming to produce a cheap computer to get children back into programming to address the shortfall in skills that has gradually been on the rise in the 16 - 18 bracket.
By producing a small and cheap ARM based linux computer in the $25 - $35 range they hope that they will be able to get younger children involved in how a computer works instead of just being a consumer.
|
|
Last Updated on Tuesday, 15 November 2011 18:16 |
|
|
Written by MJH
|
|
Wednesday, 18 November 2009 22:43 |
|
Hello, welcome to my new site.
Somewhere for me to keep track of the things I (find/make/keep forgetting) and to share them with the world.
#include
using namespace std;
void main()
{
cout << "Hello World!" << endl; cout << "Welcome to My Site" << endl;
}
You can sign in with Facebook Connect, an OpenID or your GMail account, however if you sign in with a GMail account please go in to your account settings and change your display name so your email address or other details don't get displayed when making comments.
File downloads are Hotlink Protected, please feel free however to link to the download page of any item on this site.
|
|
Last Updated on Tuesday, 15 November 2011 18:15 |
|
Written by MJH
|
|
Wednesday, 17 November 2010 11:16 |
|
Ever wanted an online backup solution for your important documents, have you ever lost a USB Key, or have you ever needed to share some documents with someone else.
Dropbox can do all of this easily, just sign up to dropbox install the software on all of your PC's and keep your dropbox folder in sync between them all, you can then even create a folder and share it with other people.
You start with 2GB but the more people you refer, like this http://www.dropbox.com/referrals/NTIyNjkxOTU5 then the more space you get, gaining 250mb for each referal.
|
|
|
Written by MJH
|
|
Monday, 17 January 2011 14:09 |
|
I've quickly knocked up a command line MD5 hash calculator to well, calculate MD5 hashes.
Simple usage
md5.exe "path to file" md5.exe "path to file" "expected hash"
it will either give you a hash or if you give it the expected hash will come back with True for a match and False for a miss match.
Get it here.
|
|
|