Ömer Faruk Genç's repositories
get_next_line
This project is about creating a function that allows to read a line ending with a newline character ('\n') from a file descriptor without knowing its size in advance.
push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
py-ascii-webcam
Webcam ASCII streaming in a terminal.
mini_so_long_rust
In this project, I have coded a simple 2D game using Rust and learned about the Piston library. The objective of the game is for the player, represented by a red square, to collect all the collectables, represented by medium purple squares, and reach the exit door, represented by a white square.
philosophers
In this project, I tackled the Philosopher's Problem. By coding the solution to this problem, I aimed to grasp the functioning and usage logic of threads in the C language, as well as learn how to effectively utilize mutexes.
Responsive-Site
I created this site with HTML and CSS, learning to use divs, lists, section elements, and class and id properties in HTML. I added CSS hover effects for a modern look, and also mastered button interactions and media screen adjustments for various devices (phone, tablet, computer).