Pinned Repositories
21sh
Next step on creating a shell that fill the requirements of POSIX
42sh
42sh is a full functional, mostly POSIX compliant shell, coded entirely by @hlaineka and @huhtasheikki
42sh-1
Time has come. Make way for the famous 42sh!
advanced-css-course
Starter files, final projects and FAQ for my Advanced CSS course
cpp_primer
Exercises done from C++ Primer by Stanley Lippman, Josee Lajoie and Barbara Moo, as a part of C++ study group
dev-academy-2023-exercise
My recruitment project for Solita dev academy in 2023
evaluation_review
My first project with python. An evaluation reviewer that fetches data from 42API and calculates points based on the quality of the evaluation. Uses Bottle to create web interface, SQLite database and docker.
ft_ls
My own ls command, used to list files and folder. Flags -lartR implemented as well as multiple files and folders as parameters.
ft_select
A program that creates a selection list using termcaps.
minishell
Mini command line interpreter coded by me. Done with a grade 101/100!
hlaineka's Repositories
hlaineka/minishell
Mini command line interpreter coded by me. Done with a grade 101/100!
hlaineka/21sh
Next step on creating a shell that fill the requirements of POSIX
hlaineka/42sh
42sh is a full functional, mostly POSIX compliant shell, coded entirely by @hlaineka and @huhtasheikki
hlaineka/42sh-1
Time has come. Make way for the famous 42sh!
hlaineka/advanced-css-course
Starter files, final projects and FAQ for my Advanced CSS course
hlaineka/cpp_primer
Exercises done from C++ Primer by Stanley Lippman, Josee Lajoie and Barbara Moo, as a part of C++ study group
hlaineka/dev-academy-2023-exercise
My recruitment project for Solita dev academy in 2023
hlaineka/evaluation_review
My first project with python. An evaluation reviewer that fetches data from 42API and calculates points based on the quality of the evaluation. Uses Bottle to create web interface, SQLite database and docker.
hlaineka/ft_ls
My own ls command, used to list files and folder. Flags -lartR implemented as well as multiple files and folders as parameters.
hlaineka/ft_select
A program that creates a selection list using termcaps.
hlaineka/fillit
Our implementation of the fillit project in programming language c. The objective of the project was to make a tetris piece solver. The solver will calculate the smallest possible square to fit the given pieces and then print the solution. The folder fillit_tests includes files with different tetris piece combinations to try with the solver.
hlaineka/FullStackOpen2021
hlaineka/FullStackOpenPart3
server side exercises of Full Stack Open 2021
hlaineka/get_next_line
The function takes as parameter the fd where if reads from and a string line, where it writes the data it has read, until newline or EOF. The function returns 1 every there is a line to be read and 0 ones it finds EOF. The function is able to handle multiple open file descriptors
hlaineka/github.io
hlaineka/HackTheCrisis
hlaineka/hlaineka
hlaineka/hlaineka.github.io.old
Terminal based portfolio website from CodeNerve - altered by hlaineka
hlaineka/instanssi2024
hlaineka/kisu
hlaineka/lainekallio
hlaineka/libft
basic c library written by me at Hive Helsinki. We are required to write out own functions to deepen our knowledge. This in an ongoing project that started with basic functions but I'm adding new useful ones in every project I make.
hlaineka/PHPpiscine
Projects of different web technologies made in the PHP piscine.
hlaineka/printf
My implementation of the c printf-function.
hlaineka/printf_tests
Some tests for ft_printf function.
hlaineka/seppo
Seppo recruitment assesment
hlaineka/submission_to_junction2019
Our submission to Junction 2019 with only one of the team members with backgroud of the required languages. I coded the front end (with some help of my team mates) and learned it all from scratch during the 48h hackathon!
hlaineka/todo-list-recruitment-project
hlaineka/vaccine-exercise-2021
hlaineka/weather-app
Etteplan recruitment exercise, a simple weather app