CasperCal
After messing around with python on and off for a year I have decided to take the big leap of faith and am currently learning C, C++ and Java full time.
UZ Brussel/SwitchfullyAntwerp
Pinned Repositories
AventOfCode2022
my attempts to solve the Advent of Code puzzles from 2022
blacksholes
implementation of black sholes option pricing using pyhton
CasperCal.github.io
introduction-site
ft_printf
recreation of the printf function in C with most used types/flags
get_next_line
libft
libft project for 42 school network - recreating library functions
minimalistic-blockchain
To gain a better understanding of blockchain/ledger technology building a minimalistic one of my own - using Rust as practice since my rust is rather... Rusty.
minishell----WIP
project to create a minimalistic shell for school 19. Working on it together with Abuzdin (https://github.com/baltsaros)
minitalk
Morse
CasperCal's Repositories
CasperCal/AventOfCode2022
my attempts to solve the Advent of Code puzzles from 2022
CasperCal/blacksholes
implementation of black sholes option pricing using pyhton
CasperCal/CasperCal.github.io
introduction-site
CasperCal/ft_printf
recreation of the printf function in C with most used types/flags
CasperCal/get_next_line
CasperCal/libft
libft project for 42 school network - recreating library functions
CasperCal/minimalistic-blockchain
To gain a better understanding of blockchain/ledger technology building a minimalistic one of my own - using Rust as practice since my rust is rather... Rusty.
CasperCal/minishell----WIP
project to create a minimalistic shell for school 19. Working on it together with Abuzdin (https://github.com/baltsaros)
CasperCal/minitalk
CasperCal/Morse
CasperCal/order
Order Excercise on how to create an API/Endpoints using Java, SpringBoot and AssertJ
CasperCal/Piscine
CasperCal/push_swap
CasperCal/so_long
CasperCal/Switchfully---Java-intro
intro to java as preparation for switchfully
CasperCal/switchfully-version-control-git
CasperCal/Tower-puzzle-solver
A project made to solve the lesser known tower sudoku game using a recursive function to fill it out and check the validity until a solution has been found. Will work up until 7x7 tower puzzles (in under 8s on a home machine), bigger ones will take significantly longer and may time out. Normal Tower puzzles use the 5x5 format.