Pinned Repositories
BBC-Web-CodingChallenge
A BBC news viewer website I created for my BBC Software Engineering year in industry coding challenge
CO320-Assignment1-Defining-a-class
C0320: Introduction to Object-Oriented Programming Assignment1 Defining a class
CO320-Assignment2-Collections-and-iteration
CO320-Assignment3-inheritance-and-polymorphism
CO320-Assignment4-In-class-timed-assessment
CO527-Assessment3-SimulateACache
This code was used to simulate cache memory hardware.
CO545-Assessment3-In-Class-Test
A functional programming test based around concurrency within erlang, which I completed in 40 minutes under exam conditions.
Fiverr-Gig1-Polygons
This was my first gig on Fiverr. I was required to create a class which implements a simple polygon class which will use the shoelace algorithm to calculate the polygon's area
Fiverr-Gig13-PenneysGame
This was my 13th gig on Fiverr. The customer wanted a Java implementation of Penney's Game, a coin toss prediction game played by two players. The customer also wanted to be able to use this as a resource for learning so i added many detailed comments which will help them understand exactly what is happening within the code.
FlappyBoidGame-in-processing-3
My first game coded in Processing 3, inspired by the "Flappy Bird" application for Iphone and android
Raymonoir's Repositories
Raymonoir/CO320-Assignment1-Defining-a-class
C0320: Introduction to Object-Oriented Programming Assignment1 Defining a class
Raymonoir/CO518-Assessment1-Arrays
Raymonoir/Dijkstras-Shortest-Path
Raymonoir/Number-Base-Converter
Raymonoir/Number-sorting-algorithms-in-java
A variety of number sorting algorithms such as bubble sort implemented in java