• Stars
    star
    1
  • Language
    Java
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This application was built using Java and purely showcases the nature of concurrent computing and concurrent design patterns. Using the Master-Worker design pattern, this application simulates an airport elevator system.

More Repositories

1

react-grid-draw-ui

A public React NPM library that enables developers to draw a grid on top of their web page UI, specifying columns and rows by clicking the grid borders, and extract the contents within a 2D array data structure.
TypeScript
13
star
2

reddit-thread-text-analyser

Track the most common words in particular Subreddits. Hook into a particular Subreddit and track words from all posts and comments from today back to a particular time period.
Java
3
star
3

human-activity-recognition-using-wrist-mounted-sensors-based-on-symbolic-aggregate-approximation

The aim of this project is to build an application capable of detecting human activity using Machine Vision. We hope to be able to recognise four cardinal activities come the project-end.
JavaScript
3
star
4

opengl-haven

A project based around learning OpenGL. This repo will contain files about different rendering techniques and scenarios in OpenGL.
C++
2
star
5

dna-data-analysis-repl

A static file data analyser REPL built in C.
C
2
star
6

brick-breaker-extreme

Brick breaker with additional fun features! Simple C++ Game using Simple and Fast Multimedia Library (SFML).
C++
2
star
7

space-arena-online

An online multiplayer space game. Built with Node.js, Socket.io, Express and Webpack and Phaser.
JavaScript
2
star
8

animation-doodle

'Animation Doodle' is an Android application developed by Shane Creedon and James Collins in an effort to unite both drawing and artistic design with animation inside a mobile application.
Java
2
star
9

blood-rain

Blood Rain animation - A simple yet satisfying Java swing program where red rectangles rain from the heavens. Makes use of the static factory and singleton pattern to handle accessibility and control.
Java
2
star
10

data-structure-implementations

A repository dedicated to creating implementations of the most popular data structures.
Java
1
star
11

pushdown-automata

Functional Programming - Haskell Problems solved for university module.
Haskell
1
star
12

reverie

2D online web-based Role Playing Game (RPG). Create a character, explore the world, level up, make friends and alliances, fight monsters, defeat tyranny and rule the world.
JavaScript
1
star
13

simple-game-lookup-system

A quick mock-up website I made in order to learn more about SQL / PHP / JS / Jquery. Made use of the LAMP stack with Apache and Xampp. The Database technology used was MariaDB
CSS
1
star
14

distributed-booking-system-with-spring

This application is a distributed computing project based around web services and handling network load. This java application involves the Spring framework on behalf of the server architecture and Swing on behalf of the client architecture.
Java
1
star
15

the-coffee-counter

'Coffee Counter' - A simple website involving both front-end frameworks of Angular 6.0 & Bootstrap3 with CSS grids.
TypeScript
1
star
16

personal-website

A personal website built using angular 6.0 with node and npm. The website is designed and implemented within single-page application (SPA) structure.
CSS
1
star
17

webgl-3d-website

A mini-project involving 3D models & animations. I am using the webGL Framework to animate and display 3D objects on a website.
HTML
1
star
18

compiler-construction-cal-language

This project involves the use of JavaCC / JJTree to construct a java compiler for our own programming language entitled: CAL - The project covers the first 4 phases of compiler construction: • Lexical Analysis • Syntax Analysis • Semantic Analysis • Intermediate Code Generation
Java
1
star
19

party-up

A web application designed for gamers to party up together and engage in conversation and play a particular game together. Built using React with Redux for state management on the Front-end, Java (Spring) and MySQL on the Back-end with the utilization of Spring WebSockets for event-driven behavior.
Java
1
star
20

smart-light-stock-price-alert

Scheduled approach to changing a smart light colouration when the price of a specified stock changes
Python
1
star
21

twitter-bot

A simple project built to utilize the twitter API for my own fun and creativity. The project uses Node to run the JavaScript files and is hosted on a server from digital ocean for scheduled behavior.
JavaScript
1
star
22

weather-as-a-service

A simple web application that allows the user to fetch the current weather for a city. This application also exports a public RESTful API for client-query..
Java
1
star
23

snake-game-hacktoberfest

A simple snake game I built for Hacktoberfest 2018. Involves using Python and a subsequent Python Library: PyGame. Python2.7 and Pip required to run, instructions in README.
Python
1
star
24

wave-motion

Wave-Motion - A fun graphical program I made in 2017 to explore creating java GUI programs involving JFrame and JSwing. Music is also integrated to the program and flashing of graphical colors can be controlled through keyboard input.
Java
1
star
25

merciless-mario

A c++ game where the player plays as the classic NES 1983 protagonist with a few malevolent twists.
C++
1
star
26

line-segment-light-visibility-system

A project showing a visibility system using Line Segment Intersection
C++
1
star