Ömer Faruk Genç (faruktinaz)

faruktinaz

Geek Repo

Company:42 Ecole (İstanbul)

Location:Istanbul

Github PK Tool:Github PK Tool

Ömer Faruk Genç's repositories

so_long

In this project, we'll code a simple 2D game to get familiar with the mlx library and UI in general.

Language:CLicense:MITStargazers:13Issues:1Issues:0

minitalk

The purpose of this project is to code a small data exchange program using UNIX signals.

Language:CStargazers:11Issues:1Issues:0

libft

The purpose of this project is to re-code some libc functions, as well as other common utility functions to be reused in the subsequent 42 projects.

Language:CLicense:MITStargazers:8Issues:1Issues:0

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.

Language:CStargazers:6Issues:0Issues:0

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.

Language:CStargazers:5Issues:1Issues:0

ft_printf

The purpose of this project is to learn about variadic functions by recoding libc's printf.

Language:CStargazers:4Issues:0Issues:0

py-ascii-webcam

Webcam ASCII streaming in a terminal.

Language:PythonStargazers:4Issues:0Issues:0
Language:CStargazers:3Issues:0Issues:0
Language:COBOLStargazers:3Issues:1Issues:0
Stargazers:3Issues:0Issues:0

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.

Language:RustStargazers:3Issues:0Issues:0
Language:JavaScriptStargazers:2Issues:0Issues:0

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.

Language:CStargazers:2Issues:1Issues:0
Language:C++Stargazers:1Issues:0Issues:0

cub3d

The goal of cub3d is to make something using raycasting (like Wolfenstein 3D).

Language:CStargazers:1Issues:1Issues:0
Language:DartStargazers:1Issues:0Issues:0

ft_irc

This project involved creating our own IRC server using C++, Socket, and Network programming. IRC, real-time text messaging between internet-connected computers, supporting group discussions in “channels”, private messaging, and client-side commands.

Language:C++Stargazers:1Issues:1Issues:0

minishell

In this project, coded own shell and learned how to execute external commands via exec, use pipes, redirect stdin and stdout to files, utilize environment variables, recognize built-in commands, and manage child processes.

Language:CStargazers:1Issues:0Issues:0

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).

Language:HTMLStargazers:1Issues:0Issues:0