Mitchell Van Braeckel (mvanbraeckel)

mvanbraeckel

Geek Repo

Company:@waveaccounting

Location:Toronto, ON

Home Page:https://mvanbraeckel.github.io/

Github PK Tool:Github PK Tool

Mitchell Van Braeckel's repositories

mvanbraeckel.github.io

Hope you enjoy the lame joke! Hosts my co-op work term reports. Also hosts my turn-based battle game made using JavaScript via Khan Academy (ProcessingJS) as the final project for Gr11 high school programming course ICS3U

Language:HTMLStargazers:0Issues:0Issues:0

Nine_Mens_Morris

A Ruby terminal implementation of the board game known as Nine Men's Morris for a final group project (Software Design IV: Software Architecture and System Design course)

Language:RubyStargazers:0Issues:0Issues:0

flutter_labs_4030

My Flutter Labs for Mobile Computing course

Language:DartStargazers:0Issues:0Issues:0

RubyRandomizerCoinDice_3260

(Software Design IV: Software Architecture and System Design course A1)

Language:RubyStargazers:0Issues:0Issues:0

VideoGameRubyObserver_3260

(Software Design IV: Software Architecture and System Design course "quiz" 2, Q2)

Language:RubyStargazers:0Issues:0Issues:0

GPACalculator_4150

(Software Reliability and Testing course A1, A2, A3)

Language:HTMLStargazers:0Issues:0Issues:0

RandomizerCoinDiceSinglePlayerGemGames_3260

(Software Design IV: Software Architecture and System Design course A2 - Ruby on Rails, created Rails git)

Language:RubyStargazers:0Issues:0Issues:0

BookCost_3260

(Software Design IV: Software Architecture and System Design course "quiz" 1)

Language:RubyStargazers:0Issues:0Issues:0

UnitTestControlFlow_4150

(Software Reliability and Testing course Lab 1)

Language:JavaStargazers:0Issues:0Issues:0

CloudArchDesign_4010

Created a cloud computing architecture design proposal as the final task. Also, includes short and long answers to a midterm assessment regarding cloud AI, security, and edge computing (Cloud Computing course A5)

Stargazers:0Issues:0Issues:0

ArchiveGlacierStorageAWS_4010

Exploration and Fun! - Archival Storage using Amazon S3 Glacier (Vaults) + Amazon SNS (Simple Notification Service) (Cloud Computing course A4)

Language:PythonStargazers:0Issues:0Issues:0

ServerlessFunctions_AWS-Azure_4010

Serverless Functions are triggered when a new file is added to a storage bucket/container, then a log entry is made on a logfile and the file is copied to a “backup” bucket/container on AWS or Azure (Cloud Computing course A3)

Language:PythonStargazers:0Issues:0Issues:0

OneClickVMDeploymentAWS_4010

One-Click Deployment of VMs and Containers on AWS + Monitoring + Write-up (Cloud Computing course A2)

Language:PythonStargazers:0Issues:0Issues:0

ShellS3AWS-LoadDynamoTable_4010

Creates a CLI "shell" for interacting with and managing AWS S3 buckets, and a second part can be run to create, load, and manipulate DynamoDB tables. CLI AWS S3 Shell Program + AWS DynamoDB Load and Scan/Query Tables (Cloud Computing course A1)

Language:PythonStargazers:0Issues:0Issues:0

CSA-Survivalist_3750

CSA Survival List - Design and implementation for an app targeted at students and staff of the University of Guelph as an alternative to the physical CSA Survival Guide given out during O-week (System Analysis & Design in Applications course project)

Language:JavaScriptStargazers:0Issues:0Issues:0

NBA-Chatron_3760

Design and implementation for an NBA chatbot app that can answer natural language (English) inquiries about NBA player statistics via website or Slackbot App (Software Engineering course project : SSL, HTML, NodeJS, ESLint, Mocha tests, NLP + Wit AI, MySQL DB, Python, MS Bot Framework) - Also includes course-long "notebook" project in repo

Language:JavaScriptStargazers:0Issues:0Issues:0

SilverFace

For the first annual NCR Global Hackathon, my team of 4 co-ops, SilverFace, was awarded for being in the top 10 finalists of nearly 400 teams for our submission of a React Native software we called FacePay. Essentially, this product would allow a POS system to no longer require a card or sign-in during transactions because it uses facial recognition to detect and identify its operating customer and charge the bill to the associated account. It mainly used Expo, Microsoft Azure Face API, Imgur API, and Outlook API.

Language:JavaScriptStargazers:2Issues:0Issues:0

BattleArena_LibGDX

Local top-down 1v1 shooter battle game made using LibGDX Java via NetBeans Gradle as final project for Gr12 high school programming course ICS4U

Language:JavaStargazers:0Issues:0Issues:0

iCalendar_2750

iCalendar File Manager - C backend, NodeJS/HTML web app (Software Systems Development and Integration course, AKA Angel of Death) A1-A4

Language:CStargazers:1Issues:0Issues:0

OptimalBST-DP-Greedy_3490

Create optimal and greedy binary search trees from a data file based on word frequency probability (Analysis and Design of Computer Algorithms course A4)

Language:CStargazers:0Issues:0Issues:0

CPUscheduling_3110

Simplified Dispatcher for an OS that uses simulated events (Operating Systems course A3)

Language:CStargazers:0Issues:0Issues:0

shellOS_3110

Simple shell for OS (Operating Systems course A1)

Language:CStargazers:0Issues:0Issues:0

Semaphores_3110

Using semaphores and pthreads to properly accumulate a global variable by blocking thread when in use by the other (Operating Systems course A4)

Language:CStargazers:0Issues:0Issues:0

AnagramDetection-StringPatternSearch_3490

Analyze and compare efficiency of anagram detection using brute force and presorting (transform-and-conquer) methods. Also, do the same for searching a document for a string pattern using brute force, Horspool's, and Boyer-Moore's algorithmic solution (Analysis and Design of Computer Algorithms course A3)

Language:CStargazers:3Issues:0Issues:0

FileReadEfficiency_3110

Compares C function calls and Unix system calls in regards to efficiency of reading a file (Operating Systems course A2)

Language:CStargazers:0Issues:0Issues:0

InversionCount-ConvexHull_3490

Analyze and compare efficiency of counting the number of inversions and solving the convex hull problem using a brute force and a recursive divide-and-conquer (mergesort or quiksort) algorithmic solution (Analysis and Design of Computer Algorithms course A2)

Language:CStargazers:1Issues:0Issues:0

SortingEfficiency

GUI Java program made for Gr12 high school programming course ICS4U using NetBeans - compares the performance and efficiency of selection, bubble, insertion, and quick sort algorithms in both ascending and descending order for up to 5000 integers ranging from (-10000, 10000)

Language:JavaStargazers:0Issues:0Issues:0

StudentCoursePlanner_2430

Object Oriented Programming course A1 - system to create plans of study for students at the UoG (A2 refactors this, then overhauls it)

Language:JavaStargazers:0Issues:0Issues:0

AVLtree-WordCount_2520A4

Data Structures course A4 - reads a file and constructs an AVL tree that counts how many times each word appears, and can further manipulate the AVL tree after this

Language:CStargazers:0Issues:0Issues:0

BAET-Downheap20x10_2520A3

Data Structures course A3 - 2 programs: (1) Converts arithmetic expression into binary tree, and can then manipulate it (2) Uses parental node downheap algorithm on a 20x10 matrix of 2-digit integers using each row as an object

Language:CStargazers:0Issues:0Issues:0