Skip to content
View trsctr's full-sized avatar
Block or Report

Block or report trsctr

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
trsctr/README.md

Hi.

I'm Otto. I'm currently learning programming at Hive Helsinki . I also make music and audiovisual arts.

Anyway, here you'll find some of my programming projects, both personal and school projects.

Pinned

  1. libft libft Public

    The first project at Hive Helsinki was to code your own function library. This is my library. There are many others, but this one is mine.

    C

  2. philosophers philosophers Public

    A school project at Hive Helsinki tackling the classic dining philosophers problem with the use of threads and mutexes

    C