Skip to content
View lkilpela's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report lkilpela

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lkilpela/README.md

Hi πŸ‘‹, I'm Lumi

A programming student at Hive Helsinki.

πŸ“š Currently Learning at Hive Helsinki:

  • Advanced C programming

πŸŽ“ Hive Projects

Click to expand

rank00

Project Description
libft A library of reproduction standard C library functions.

rank01

Project Description
ft_printf A reproduction of the printf function from C.
get_next_line A function to read a file line by line.
Born2beroot System administration with a Linux virtual machine.

rank02

Project Description
so_long A 2D game built in C using the MiniLibX/MLX42 graphics library.
pipex An implementation of a Unix pipe command in C.
push_swap Data sorting using two stacks in C.

rank03

Project Description
philosophers A multithreaded solution to the dining philosophers problem.
minishell A mini shell implementation in C.

rank04

Project Description
... ...
... ...

rank05

Project Description
... ...
... ...

rank06

Project Description
... ...
... ...

🀝 Connect with me

LinkedIn

πŸ› οΈ My Toolkits

C VS Code Git macOS

πŸ“Š GitHub Stats

Top Languages

GitHub Stats

Pinned

  1. libft libft Public

    `libft` is a personal C library developed during the Hive Helsinki curriculum, featuring commonly used functions for string manipulation, memory management, and list handling.

    C

  2. Born2beRoot Born2beRoot Public

    `Born2beroot` is a Hive Helsinki project focused on setting up a Linux virtual machine and performing various system administration tasks.

  3. ft_printf ft_printf Public

    `ft_printf` is a custom implementation of the standard C library function `printf`. This project is part of the Hive Helsinki curriculum.

    C