Coder Social home page Coder Social logo

Instagram LinkedIn

Ömer Faruk Genç's Projects

cub3d icon cub3d

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

ft_irc icon 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.

ft_printf icon ft_printf

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

get_next_line icon 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.

libft icon 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.

mini_so_long_rust icon 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.

minishell icon 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.

minitalk icon minitalk

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

philosophers icon 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.

push_swap icon 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.

responsive-site icon 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).

so_long icon so_long

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.