From e6b9b207b426eb028bbdda67893183a7824a524b Mon Sep 17 00:00:00 2001 From: danm36 Date: Thu, 27 Nov 2014 00:52:37 +0000 Subject: [PATCH 1/6] Create team.json --- Teams/Axon/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Axon/team.json diff --git a/Teams/Axon/team.json b/Teams/Axon/team.json new file mode 100644 index 0000000..893ff4a --- /dev/null +++ b/Teams/Axon/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Axon", + "members": [ + { + "name": "Daniel Masterson", + "twitter": "danm36", + "koding": "danm36", + "location": "Hull, UK" + } + ] +} From f991c628d4cfb76e7083d10b1af1af2d321b9130 Mon Sep 17 00:00:00 2001 From: danm36 Date: Thu, 27 Nov 2014 00:54:36 +0000 Subject: [PATCH 2/6] Added lead flag --- Teams/Axon/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Axon/team.json b/Teams/Axon/team.json index 893ff4a..25a8530 100644 --- a/Teams/Axon/team.json +++ b/Teams/Axon/team.json @@ -5,7 +5,8 @@ "name": "Daniel Masterson", "twitter": "danm36", "koding": "danm36", - "location": "Hull, UK" + "location": "Hull, UK", + "lead": true } ] } From cc9b6cc09bc17f161da5d39263301c17cc9fca27 Mon Sep 17 00:00:00 2001 From: danm36 Date: Thu, 27 Nov 2014 01:04:22 +0000 Subject: [PATCH 3/6] Create ABOUT.md with initial details --- Teams/Axon/ABOUT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/Axon/ABOUT.md diff --git a/Teams/Axon/ABOUT.md b/Teams/Axon/ABOUT.md new file mode 100644 index 0000000..a1e6e6f --- /dev/null +++ b/Teams/Axon/ABOUT.md @@ -0,0 +1,17 @@ +Axon +==== + +I am Daniel Masterson, a second year university student at the University of Hull (UK) currently studying MEng Computer Science With Games Development. I have been interested in programming since the age of 9 where I dove straight in (and straight back out again) to C++. My life has lead me through many languages - PHP, JavaScript, UnrealScript and my all time favourite C#. I'm here to show people what I can do with a free weekend and a lot of JavaScript. + +Here's my face: +![Me](https://gravatar.com/avatar/95278064437320be49a4f68d742b9075?size=128) + +## My Languages +Where to begin... +- C and C++ +- C# (And a bit of Java) +- PHP +- JavaScript with JQuery +- UnrealScript (with the Unreal Development Kit) +- Visual Basic if the need arises +- A bunch of other things I've dabbled in like x86 Assembly, Python, Ruby and more esoteric languages. I even made a Befunge interpreter in HTML and JavaScript because...uh. From 1bcf6b99488ecc09122d5f69540b71ace0b949ba Mon Sep 17 00:00:00 2001 From: danm36 Date: Thu, 27 Nov 2014 01:05:10 +0000 Subject: [PATCH 4/6] Update ABOUT.md --- Teams/Axon/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Axon/ABOUT.md b/Teams/Axon/ABOUT.md index a1e6e6f..c114cc8 100644 --- a/Teams/Axon/ABOUT.md +++ b/Teams/Axon/ABOUT.md @@ -3,7 +3,7 @@ Axon I am Daniel Masterson, a second year university student at the University of Hull (UK) currently studying MEng Computer Science With Games Development. I have been interested in programming since the age of 9 where I dove straight in (and straight back out again) to C++. My life has lead me through many languages - PHP, JavaScript, UnrealScript and my all time favourite C#. I'm here to show people what I can do with a free weekend and a lot of JavaScript. -Here's my face: +Here's my face from that one time what I done did wear a suit to: ![Me](https://gravatar.com/avatar/95278064437320be49a4f68d742b9075?size=128) ## My Languages From 4b6d6ede098d34d93653d470a156f1f78ac96f89 Mon Sep 17 00:00:00 2001 From: danm36 Date: Thu, 27 Nov 2014 01:11:13 +0000 Subject: [PATCH 5/6] Update ABOUT.md some more --- Teams/Axon/ABOUT.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Teams/Axon/ABOUT.md b/Teams/Axon/ABOUT.md index c114cc8..bd9713d 100644 --- a/Teams/Axon/ABOUT.md +++ b/Teams/Axon/ABOUT.md @@ -6,7 +6,12 @@ I am Daniel Masterson, a second year university student at the University of Hul Here's my face from that one time what I done did wear a suit to: ![Me](https://gravatar.com/avatar/95278064437320be49a4f68d742b9075?size=128) +## Why 'Axon' + +Because it sounds cool and technical, and my other cool and technical names have been used recently for other things so I kind of had to fall back to this. Also, an axon is a core component of a neuron, so natually it means this project is intelligent, right? + ## My Languages + Where to begin... - C and C++ - C# (And a bit of Java) @@ -15,3 +20,7 @@ Where to begin... - UnrealScript (with the Unreal Development Kit) - Visual Basic if the need arises - A bunch of other things I've dabbled in like x86 Assembly, Python, Ruby and more esoteric languages. I even made a Befunge interpreter in HTML and JavaScript because...uh. +- +## What I will be doing in the project + +Due to my almost annoyingly deep knowledge into the intricacies and quirks of JavaScript and JQuery, a large quantity of code will be written in that with either a raw HTML or Canvas front end (I once made a 3D Doom-like engine using CSS 3D transforms on div elements, so I'm not limited to going way out of bounds here!). I personally have not use many frameworks or libraries, but I'll definitely investigate whats on offer and see if it will help in my project. From 927b9c79b3792c9e31bb787e088963c0c2c7b952 Mon Sep 17 00:00:00 2001 From: danm36 Date: Thu, 27 Nov 2014 01:12:20 +0000 Subject: [PATCH 6/6] Fixed markdown throwing a wibbly at a bullet point --- Teams/Axon/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Axon/ABOUT.md b/Teams/Axon/ABOUT.md index bd9713d..0b47e6f 100644 --- a/Teams/Axon/ABOUT.md +++ b/Teams/Axon/ABOUT.md @@ -20,7 +20,7 @@ Where to begin... - UnrealScript (with the Unreal Development Kit) - Visual Basic if the need arises - A bunch of other things I've dabbled in like x86 Assembly, Python, Ruby and more esoteric languages. I even made a Befunge interpreter in HTML and JavaScript because...uh. -- + ## What I will be doing in the project Due to my almost annoyingly deep knowledge into the intricacies and quirks of JavaScript and JQuery, a large quantity of code will be written in that with either a raw HTML or Canvas front end (I once made a 3D Doom-like engine using CSS 3D transforms on div elements, so I'm not limited to going way out of bounds here!). I personally have not use many frameworks or libraries, but I'll definitely investigate whats on offer and see if it will help in my project.