Pablo Deputter (pabloDeputter)

pabloDeputter

Geek Repo

Location:University Of Antwerp

Github PK Tool:Github PK Tool


Organizations
UAntwerpen

Pablo Deputter's repositories

16-bit-custom-CPU-logisim

Design and implementation of a 16-bit CPU in Logisim, featuring a custom datapath, ALU, memory operations, branching, and exception handling. Created for the "Computer Systems & Architecture" 1st bachelor course at the University of Antwerp.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

computer-graphics-engine

Compact graphics engine, it covers various 2D and 3D rendering techniques, from basic color rectangle generation to complex 3D fractals, using transformations like rotation, scaling, and translation. Includes different rendering methods such as Z-buffering with lines and triangles, ambient lighting, shadow mapping, and texture mapping.

Language:C++License:MITStargazers:1Issues:0Issues:0

MIPS-maze-game

A MIPS Assembly project to simulate a maze-based game inspired by Pac-Man. The project involves DFS algorithm implementation, bitmap handling, and keyboard input. Created for the "Computer Systems & Architecture" 1st bachelor course at the University of Antwerp.

Language:AssemblyLicense:MITStargazers:1Issues:0Issues:0

Automata-Simulator

A C++ Automata simulator that models and visualizes automata using JSON inputs and generates .dot files for visualization. Built for the "Languages & Automata" 1st bachelor course at the University of Antwerp.

Language:C++License:MITStargazers:0Issues:1Issues:0

chess-game

A fully functional chess game built using C++ with GUI. Allows 2 players to play, restricts illegal moves, and checks for check and checkmate conditions. Includes optional features like visual aids, save/load functionality, and undo/redo options. Created for the "Introduction To Programming" 1st bachelor course at the University of Antwerp.

Language:C++Stargazers:0Issues:0Issues:0

distributed-systems-webservices-movie-app

RESTFUL API created using the https://themoviedb.org/ API that functions as a very basic recommendation engine for movies alongside a simple single-page webapp that consumes this API.

Language:VueStargazers:0Issues:0Issues:0

distributed-sytems-webservices-spotibook

University of Antwerp - Bach. 3 - Distributed Systems

Language:PythonStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

reddit-sentiment-analysis

Project made for the Information Retrieval course at The University of Antwerp.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

tcell-topic-modelling

Study and categorize a large dataset of genetic information by analyzing the TCR sequences usingtopic modeling.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Doodle-Jump-Game-Engine

Doodle Jump game implemented with SFML.

Language:C++License:MITStargazers:0Issues:0Issues:0

Multiple-Sequence-Alignment-Tool

A robust tool utilizing dynamic programming algorithms for performing multiple sequence alignments (MSA) of DNA or protein sequences. This tool generalizes the Needleman-Wunsch and Smith-Waterman algorithms to support both global and local alignments for multiple sequences, providing a powerful solution for bioinformatics analyses.

Language:PythonStargazers:0Issues:1Issues:0

tokyo-olympics-scraper

Create .ics calender by scraping Tokyo Olympics website

Language:PythonStargazers:0Issues:1Issues:0