Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / MattYu 25 repositories

Software Engineer

MattYu/Scheduler

Simulation of Linux 2.6's O(1) scheduler, using pthread and mutext

Language: C++ - Size: 45.9 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 2 - Forks: 0

MattYu/ConcordiaAce

Ongoing project. Concordia University Co-op Ace program's official job board. Python/Django. Featuring stable matching application ranking, secure file media storage, support for candidate/employer/admin, email notification, application stats and query, etc.

Language: JavaScript - Size: 6.77 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

MattYu/django-docker-nginx-postgres-letsEncrypt-jobBoard

Souce code for Concordia University's official Co-op ACE job board. https://concordia-ace.ca/

Language: HTML - Size: 6.46 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

MattYu/n-gram

Predict Tweet Languages using Naive Bayes and N-Gram classification. Auto-optimize hyper parameters with research. Differentiate lexically similar languages with F1= ~85%

Language: Python - Size: 1.72 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

MattYu/EasyPlants

Android App that waters your plants for you! Using Firebase, Humidity Sensors and Google Vision

Language: Java - Size: 3.45 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

MattYu/jquery.sumoselect Fork of HemantNegi/jquery.sumoselect

A jQuery Single/Multi Select plugin which can be used on almost any device

Size: 481 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

MattYu/plyr Fork of sampotts/plyr

A simple HTML5, YouTube and Vimeo player

Size: 55.5 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

MattYu/django_upgrade_video Fork of ChristianKreuzberger/django_upgrade_video

Size: 63.5 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

MattYu/parallel_floyd

A cost optimal parallel processor implementation of Floyd-Warshall's shortest path dynamic programming algorithm using pipelining. O(n^3/p) + O(n) time complexity. MPI

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

MattYu/parallel_quicksort

Quicksort on parallel processors with hypercube topology

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

MattYu/Project---Predictive-Rock-Paper-Scissor-AI-

Swarm mind AI that dynamically predicts opponent moves in a rock paper scissor game. Ngram based | Ranked as top Algorithm for COEN 242 Programming II class (Object orientated programming).

Language: C++ - Size: 7.02 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

MattYu/AI_Dot_Puzzle

Heuristic based best-first search and A*for solving the "Indonesian dot" puzzle game

Language: Python - Size: 45.9 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

MattYu/udpScheduler

UDP Client-Server Appointment Scheduler

Language: Python - Size: 92.8 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

MattYu/Azure_Python_Flask Fork of Azure-Samples/python-docs-hello-world

A simple python application for docs

Language: Python - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

MattYu/RockPaperScissors_Game Fork of JoComp27/RockPaperScissors_Game

Language: C++ - Size: 6.26 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

MattYu/SmartPic

Ongoing Android Project

Language: Java - Size: 120 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

MattYu/Algorithms

Algorithms for fun - in Python and Java

Language: Java - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

MattYu/Quicksort

A O(nlogn) implementation of a traditionally O(n^2) algorithm: detects pathological cases via recursive depth tracking and diverts to Knuff Shuffle to guarantee superlinear performance.

Language: Java - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

MattYu/KMP-table

Knuth Morris Pratt Practice

Language: Python - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

MattYu/VHDL

VHDL coding for COEN 313

Size: 0 Bytes - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

MattYu/Project--Old_Stock_Trading_algorithm--Fundamental_Data_trading_with_leverage_and_Machine_Learning

Stock trading algorithm with a basic uni-variable random forest supervised machine learning filter - circa summer 2015.

Language: Python - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 1 - Forks: 1

MattYu/AVL-tree-Huffman-Encoding

Custom AVL tree, rebalances at height difference >2 using 6 rotation permutations | Ranked as Top Algorithm for Data Structures & Algorithms class.

Language: Java - Size: 39.1 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

MattYu/space-commander Fork of spaceconcordia/space-commander

forks, for student society

Language: C++ - Size: 1.97 MB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

MattYu/test

test repository

Language: HTML - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

MattYu/Data_Structures_and_Algorithms-Java-QuickUnion_with_weighted_tree_and_path_compression

Practice algorithm API for fun

Language: Java - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0