In this project, I reproduced the behavior of 58 library functions those are widely used in c programming and other languages as well
-
Updated
Dec 9, 2019 - C
In this project, I reproduced the behavior of 58 library functions those are widely used in c programming and other languages as well
Hive Arena was friendly AI competition with other Hive students
Realistic image rendering with ray tracing technique
A basic yet interesting client/server communication software - Hive Helsinki (42 school)
The 42 School version of the classic Dining Philosophers problem is where eating, starving and thinking are just the start. Concurrency and synchronisation come into play as philosophers compete for their turn at the table.
The most useful and important functions from Hive Helsinki Piscine.
Project that implements a basic messaging system using Unix signals. It allows communication between two programmes by sending messages encoded as signals. This project is a part of the Hive Helsinki (42 School Network) core curriculum.
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
Libft is the first project in Hive Helsinki where the objective is to recode important and useful functions from the standard C library and create a static library to be used in future projects.
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.
Multi-threaded, concurrency-focused solution to the dining philosophers problem
Utilizing Docker to deploy a multi-service web application
This project aims to solve a very local problem: sorting numbers using two stacks and a set of specific operations. So, push-swap-sort.
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.
Comprehensive collection of C++ programs, from beginner to expert
This project is the first step into AI and Machine Learning under 42 curriculum at Hive Helsinki. Basic machine learning algorithm and program that predicts the price of a car by using a linear regression function with a gradient descent algorithm.
Indispensable utility to read a file - Hive Helsinki (42 school)
Add a description, image, and links to the hivehelsinki topic page so that developers can more easily learn about it.
To associate your repository with the hivehelsinki topic, visit your repo's landing page and select "manage topics."