Pinned Repositories
ComputorV1
A polynomial equation solver that also handles inequalities
CoreWar
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI using OpenGL and Ncurses libraries.
Darkly
DSLR
Data Science and Logistic Regression project at 42 school
GameOfLife
A simple conway's game of life written in rust and webassembly from this tutorial: https://rustwasm.github.io/docs/book/
Gomoku
Gomoku AI & GUI written in Python
Gomoku-Rust
A gomoku written in Rust
GomokuCpp
A gomoku written in C++
Krpsim
Program that generate a task schedule under time/resources constraints.
N-Puzzle
The N-Puzzle is an implementation of the fifteen-puzzle game. It's a board game for a single player. It consists of (N^2- 1) numbered squared tiles in random order, and one blank space ("a missing tile").
jafaghpo's Repositories
jafaghpo/Gomoku
Gomoku AI & GUI written in Python
jafaghpo/ComputorV1
A polynomial equation solver that also handles inequalities
jafaghpo/CoreWar
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI using OpenGL and Ncurses libraries.
jafaghpo/Darkly
jafaghpo/DSLR
Data Science and Logistic Regression project at 42 school
jafaghpo/GameOfLife
A simple conway's game of life written in rust and webassembly from this tutorial: https://rustwasm.github.io/docs/book/
jafaghpo/Gomoku-Rust
A gomoku written in Rust
jafaghpo/GomokuCpp
A gomoku written in C++
jafaghpo/Krpsim
Program that generate a task schedule under time/resources constraints.
jafaghpo/N-Puzzle
The N-Puzzle is an implementation of the fifteen-puzzle game. It's a board game for a single player. It consists of (N^2- 1) numbered squared tiles in random order, and one blank space ("a missing tile").
jafaghpo/Leetcode
List of various programming problems done on leetcode.com
jafaghpo/Libft
A reimplementation of various functions of the standard C library with additional useful functions that were not part of Libc
jafaghpo/LinearRegression
Program that predicts the price of a car by using a linear function train with a gradiant descent algorithm.
jafaghpo/RegExercises
A list of exercises on regular expressions from HackerRank website
jafaghpo/SnowCrash
Security project
jafaghpo/Wasm-template
A template for rust & wasm