olivier361
4th year Computer Science student at UVic. Interested in game and application development. Mainly programs in C#, C++, C, Java & Python.
Canada
Pinned Repositories
Cube-Game
Day-Trading-App
SENG468 Project
github-slideshow
A robot powered training repository :robot:
HashMap
Modified version of an assignment. Implementation of a HashMap ADT while using generics. HashMap.java features my code written to extend or implement the other provided files. Run A10Tester.java to run the whole program.
olivier361.github.io
These are the source files to my portfolio website.
pokeBattleSim
A little website project that uses JavaScript, jQuery, a RESTful web API and JSON data to simulate Pokemon battles.
Raytracer-AABB-Tree
Rubys-Adventure-2D
UHub
word-count-dynamic
Modified version of an assignment. The program takes a text file and will count the frequency of words of different lengths. Different parameters affect the way results are displayed. The program must be run with command line arguments "./word_count --infile <input_file> --sort" with sort being optional.
olivier361's Repositories
olivier361/word-count-dynamic
Modified version of an assignment. The program takes a text file and will count the frequency of words of different lengths. Different parameters affect the way results are displayed. The program must be run with command line arguments "./word_count --infile <input_file> --sort" with sort being optional.
olivier361/Cube-Game
olivier361/Day-Trading-App
SENG468 Project
olivier361/github-slideshow
A robot powered training repository :robot:
olivier361/HashMap
Modified version of an assignment. Implementation of a HashMap ADT while using generics. HashMap.java features my code written to extend or implement the other provided files. Run A10Tester.java to run the whole program.
olivier361/olivier361.github.io
These are the source files to my portfolio website.
olivier361/pokeBattleSim
A little website project that uses JavaScript, jQuery, a RESTful web API and JSON data to simulate Pokemon battles.
olivier361/Raytracer-AABB-Tree
olivier361/Rubys-Adventure-2D
olivier361/UHub
olivier361/Task-Tracker
An Android app which helps you track and manage your daily tasks.
olivier361/text-file-regex-decoder
A modified version of a class project. Running the program prompts the user for a filename and decryption key and uses REGEX to determine if the key is valid. The program then tries to decrypt the file that has been encoded with a standard shift cipher.
olivier361/word-count
The program takes a text file and will count the frequency of words of different lengths. Different parameters affect the way results are displayed. This is a modified version of an assignment. The program must be run with command line arguments "./word_count --infile <input_file> --sort --print-words" with sort and print-words being optional.