Pinned Repositories
AI-2-Projects
Artificial Intelligence 2 (Machine Learning, in other words) projects. Written in Python.
AI-Projects
Artificial Intelligence projects. Code written mostly in Python.
Assembly-Counters
Simple MIPS assembly program which counts how many positive, negative and zero numbers were given by the user.
Computer-Security-Capture-The-Flag
Work on a capture the flag game involving buffer overflows and other security exploits. Collaboration with jdaridis.
Computer-Security-Pen-Testing
Pen testing project for an old version of an e-class website written in PHP. Includes defense and attack strategies. Collaboration with jdaridis.
Database-System-Implementation-Heapfile
Heapfile data structure written in C.
MiniJava-Compiler
Compiler that supports Semantic Analysis of MiniJava programs. Written in Java.
Quote-Finder
Backend application for operating on quotes. Written with Node.js
SysPro-Dropbox-Sockets
Dropbox-like simulation written in C with sockets.
Web-App-Technologies-Rent-a-Ton
House Rental Web App. Front End written in React JS and Back End written in Python Django. Collaboration with Theobirmp.
pantmal's Repositories
pantmal/AI-2-Projects
Artificial Intelligence 2 (Machine Learning, in other words) projects. Written in Python.
pantmal/Web-App-Technologies-Rent-a-Ton
House Rental Web App. Front End written in React JS and Back End written in Python Django. Collaboration with Theobirmp.
pantmal/Assembly-Cache
MIPS assembly program which calculates matrix operations and is fine tuned to execute faster with the use of Dinero's cache system. Collaboration with TazTornado.
pantmal/Assembly-Counters
Simple MIPS assembly program which counts how many positive, negative and zero numbers were given by the user.
pantmal/Computer-Security-Capture-The-Flag
Work on a capture the flag game involving buffer overflows and other security exploits. Collaboration with jdaridis.
pantmal/Computer-Security-Pen-Testing
Pen testing project for an old version of an e-class website written in PHP. Includes defense and attack strategies. Collaboration with jdaridis.
pantmal/Database-System-Implementation-Heapfile
Heapfile data structure written in C.
pantmal/MiniJava-Compiler
Compiler that supports Semantic Analysis of MiniJava programs. Written in Java.
pantmal/Quote-Finder
Backend application for operating on quotes. Written with Node.js
pantmal/SysPro-Dropbox-Sockets
Dropbox-like simulation written in C with sockets.
pantmal/AI-Projects
Artificial Intelligence projects. Code written mostly in Python.
pantmal/Algorithmic-Problems-Project-1
Impementation of Nearest Neighbor and Clustering algorithms using C++. Collaboration with Theobirmp.
pantmal/Algorithmic-Problems-Project-2
Impementation of Nearest Neighbor and Clustering algorithms on time-series data using C++. Collaboration with Theobirmp.
pantmal/Algorithmic-Problems-Project-3
Implemenation of LSTM and Convolutional neural network models on time-series data using Python. Collaboration with Theobirmp.
pantmal/Assembly-Pipelining
MIPS assembly program which calculates the sum of 500 elements. Fine tuned to execute as quickly as possible. Collaboration with TazTornado.
pantmal/Data-Mining-1
Data Analysis on AirBnb dataset. Written in Python.
pantmal/Data-Mining-2
Classification and Clustering on Article Categories. Written in Python.
pantmal/Data-Mining-Final
Insult detection on forum posts using Classification. Written in Python.
pantmal/Database-System-Implementation-BPlusTree
B+ Tree data structure written in C. Collaboration with antoni4040 and Theobirmp.
pantmal/Database-System-Implementation-Hashfile
Hashfile data structure written in C. Collaboration with antoni4040 and Theobirmp.
pantmal/Human-Machine-Interaction-Project
Re-developing the website of the Ministry of Labor. Written mostly in HTML and PHP.
pantmal/Java-Calculator-and-Parser
A Calculator written in Java (Part 1) and a Parser for Java-like programs, written with JFlex and Java Cup (Part 2).
pantmal/MATLAB-Projects
Various MATLAB Projects.
pantmal/MiniJava-Compiler-IR
Compiler that produces IR code for MiniJava programs. Written in Java.
pantmal/OS-Memory-Manager
Virtual memory manager simulation written in C++.
pantmal/OS-Production-Line
Production line with the use of processes. Written in C.
pantmal/pantmal
pantmal/SysPro-Bitcoin-Manager
Bitcoin manager written in C.
pantmal/SysPro-Dropbox-Pipes
Dropbox-like simulation written in C with FIFO pipes.
pantmal/test-rdc
Testing out readthedocs