crl-n
Software engineer and Hive Helsinki alumni with a passion for learning, sharing knowledge and creating things. 🌱
TietoevryHelsinki
Pinned Repositories
advent-of-code
Advent of Code. ❤️ All years. Various languages.
bootleg-twitter
A Twitter clone made with Spring Boot for a course in web server development at University of Helsinki.
FdF
A simple 3D wireframe rasterizer using MinilibX.
github-readme-stats-go
Stats cards for Github readmes in the form of dynamic SVGs. Made with Go.
ktor-to-do-list
A humble todo list API made with Ktor
linear-regression
Linear regression using gradient descent from scratch in C.
Little-Computer-3
A simple virtual machine based on the LC-3.
roger-skyline-1
test_libft
Unit tests for Libft, a 42-school project.
tic-tac-toe
A Vanilla JS Tic Tac Toe. Can you beat the AI opponent?
crl-n's Repositories
crl-n/roger-skyline-1
crl-n/FdF
A simple 3D wireframe rasterizer using MinilibX.
crl-n/test_libft
Unit tests for Libft, a 42-school project.
crl-n/bootleg-twitter
A Twitter clone made with Spring Boot for a course in web server development at University of Helsinki.
crl-n/GET_Next_Line
GET_Next_Line is a 42-school project, in which you implement a function that reads lines of text from file descriptors.
crl-n/Libft
A personal library of basic, useful C-functions and data structures for string handling, I/O memory management and more.
crl-n/sound-synthesis-rush
A minisynth.
crl-n/Test_GET_Next_Line
Test repository for GET_Next_Line, a 42-school project.
crl-n/advent-of-code
Advent of Code. ❤️ All years. Various languages.
crl-n/Filler
A small algorithmic game project, part of the algorithm branch of the 42-curriculum.
crl-n/github-readme-stats-go
Stats cards for Github readmes in the form of dynamic SVGs. Made with Go.
crl-n/ktor-to-do-list
A humble todo list API made with Ktor
crl-n/linear-regression
Linear regression using gradient descent from scratch in C.
crl-n/Little-Computer-3
A simple virtual machine based on the LC-3.
crl-n/tic-tac-toe
A Vanilla JS Tic Tac Toe. Can you beat the AI opponent?
crl-n/ansible-osx-setup
Ansible script for setting up an Intel Mac for general web development
crl-n/c-vec
Implementation and tutorial for a dynamic vector data-structure in C.
crl-n/corewar-tests
A set of tests for 42-Corewar.
crl-n/crl-n
crl-n/crl-n.github.io
My personal GitHub page.
crl-n/DevOps-with-Docker
An open university course offered by University of Helsinki.
crl-n/fillit
Fillit is a 42-school project, in which tetrominos are fit in the smallest possible square.
crl-n/fillit_bitwise
Bitwise version of fillit, a 42-school project.
crl-n/ft_printf
Re-implementation of C's printf function for a 42-school project.
crl-n/fullstack-hy2020.github.io
crl-n/hy-alon.github.io
crl-n/piscine-overloaded
crl-n/Piscine-Reloaded
The first project at Hive Helsinki. Piscine Reloaded consists of a number of shell scripting and C-programming exercises.
crl-n/test_fillit
Tests for fillit, a 42-school project.
crl-n/test_printf
Unit tests for the 42-project ft_printf.