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/BBC-Web-CodingChallenge
A BBC news viewer website I created for my BBC Software Engineering year in industry coding challenge
Raymonoir/CO320-Assignment2-Collections-and-iteration
Raymonoir/CO320-Assignment3-inheritance-and-polymorphism
Raymonoir/CO320-Assignment4-In-class-timed-assessment
Raymonoir/CO527-Assessment3-SimulateACache
This code was used to simulate cache memory hardware.
Raymonoir/CO545-Assessment3-In-Class-Test
A functional programming test based around concurrency within erlang, which I completed in 40 minutes under exam conditions.
Raymonoir/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
Raymonoir/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.
Raymonoir/FlappyBoidGame-in-processing-3
My first game coded in Processing 3, inspired by the "Flappy Bird" application for Iphone and android
Raymonoir/CO323-Assignment1-HTML-CSS-Javascript
My first Databased and the Web assignment, we were required to create a webpage which had multiple functions, such as having a working tic-tac-toe game.
Raymonoir/CO323-Assignment2-PHP-SQL
Raymonoir/CO518-Assessment1-Sorting-Efficiency
Raymonoir/CO518-Assessment2-LinklessBinaryTree
My second assessment within my Algorithms, Correctness and Efficiency module, we were required to use generics to create a linkless binary tree within Java.
Raymonoir/CO520-Assessment4-In-Class-Test
Raymonoir/CO520-Assignment2-Designing-Classes
Raymonoir/CO520-Assignment3-GUI-Application
Raymonoir/CO528-Assessment1-Classification
Raymonoir/CO528-Assessment2-SearchAlgorithms
Raymonoir/CO532-Assessment3-ImplementingADatabase
Raymonoir/CO539-Assessment1-CodeIgniter-Microblog
Raymonoir/CO539-Assessment2-AJAX
Raymonoir/CO545-Assessment2-FunctionalProgramming
Raymonoir/CO545-Assessment4-ProdConsProblem
Raymonoir/CO634-Assessment2-Cryptography
Raymonoir/CO637-Assessment1-StochasticSystems
Raymonoir/CO656-Assessment1-OptimisingTradingStrategies
Raymonoir/Maze-Gen-Astar-Solve
Raymonoir/MorseCodeTranslator
This small pyton application will allow the user to input either plain text or morse code which will then be translated into the other.
Raymonoir/My-First-Genetic-Algo
Raymonoir/SudokuSolver