MichaelSDavid
Prev @ Chatbase | CS @ Lassonde 2025 | Python | Java | Swift | C/C++ | Javascript
@Chatbase-coCanada
Pinned Repositories
Multility
Multility, by MATDEV Technologies, is a revolutionary app with 6 utilities to use for your own convenience and productivity.
CharCNN
A convolutional neural network that has detection for English characters (letters) written by hand.
conure-lang
A small, dynamically-typed, object-oriented scripting language written in C that takes inspiration from Python, JS, and Ruby.
Cupcake-Compiler
A compiler for Jonathan Blow's new programming language, JAI
ModelPicker-AR
An AR iOS model picker system using SwiftUI and RealityKit that allows one to place a selection of 3D models on a plane in the given field of view.
MusePlay
A small music player iOS app made with AVFoundation and a similar player experience to Apple Music / Spotify.
nCalc
A numerical calculus solver supporting the calculation of limits, derivatives at a given point, and definite integrals.
Weathera
A weather app for iOS with a sleek and minimalistic design made using the OpenWeatherMap API.
XSS_Vulnerability_Scanner
Capstone project from the Python and Ethical Hacking course by ZSecurity
MichaelSDavid's Repositories
MichaelSDavid/conure-lang
A small, dynamically-typed, object-oriented scripting language written in C that takes inspiration from Python, JS, and Ruby.
MichaelSDavid/Cupcake-Compiler
A compiler for Jonathan Blow's new programming language, JAI
MichaelSDavid/CharCNN
A convolutional neural network that has detection for English characters (letters) written by hand.
MichaelSDavid/ModelPicker-AR
An AR iOS model picker system using SwiftUI and RealityKit that allows one to place a selection of 3D models on a plane in the given field of view.
MichaelSDavid/nCalc
A numerical calculus solver supporting the calculation of limits, derivatives at a given point, and definite integrals.
MichaelSDavid/XSS_Vulnerability_Scanner
Capstone project from the Python and Ethical Hacking course by ZSecurity
MichaelSDavid/Collatz-Conjecture-Visualization
A visualization of the Collatz Conjecture for any initial positive integer, n, checking until the sequence eventually narrows down to 1.
MichaelSDavid/MusePlay
A small music player iOS app made with AVFoundation and a similar player experience to Apple Music / Spotify.
MichaelSDavid/TicTacToe-Java
Console-based Tic Tac Toe implemented in Java using multi-dimensional arrays/matrices.
MichaelSDavid/XSS_Code_Injector
An XSS code injector script that generates an alert popup box in the browser, part of the Python and Ethical Hacking course by ZSecurity (requires HTTP only, all caches cleared)
MichaelSDavid/Weathera
A weather app for iOS with a sleek and minimalistic design made using the OpenWeatherMap API.
MichaelSDavid/AoC-2020
Advent of Code 2020 in Python (3.6+)
MichaelSDavid/CodeBreaker-ISU
A final project for ICS2O1/3U1. Caesar cipher encryption/decryption GUI application
MichaelSDavid/Functions-Competition
A program for a small competition at school about Python Functions from the Standard Libraries. TDSS, ICS2O1.
MichaelSDavid/Infinity-Plane-SwiiftUI-Playground
A Swift Playground that depicts a plane animated to fly around an infinity-shaped path (v 5.3)
MichaelSDavid/Iron-Programmer
A program for a small competition at school being a parody of "Iron Chef" where the program requires a for loop, while loop and conditional statements. TDSS, ICS2O1.
MichaelSDavid/NumbersExtraordinaire
A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.
MichaelSDavid/PriveCall
An anonymous, secure, easy to use, video calling platform that requires no sign-ups and provides immediate connections for its users.
MichaelSDavid/RomanNumerals-Converter
An object-oriented Java program that allows conversion between Roman numerals and base-10 integers.
MichaelSDavid/ShapesInheritance
An object-oriented Java implementation of multiple polygons along with properties for side lengths, heights, as well as the calculation of their areas and perimeters.
MichaelSDavid/StockPredictor
A recurrent neural network with long short-term memory that can predict future stock prices for stocks and ETFs on the market
MichaelSDavid/tic-tac-toe-python
Just another Tic Tac Toe game in Python 3