Coder Social home page Coder Social logo
ybouchra's 42 stats

Hi 👋, I'm Youssef BOUCHRAA

I'm Youssef BOUCHRAA from Morocco, a student at 1337 school (42 NETWORK). I'm skilled in coding, focusing on building websites and desktop applications using various technologies and frameworks. Eager to take on new challenges and continuously improve my skills.


Connect with me:

https://www.linkedin.com/in/youssef-bouchraa-1140a11ba/

Languages and Tools:

html5   css3   javascript   bootstrap   c   csharp   mssql

YoussefBouchraa's Projects

42_cpp_modules icon 42_cpp_modules

A C++ pool, made up of 10 modules intended to deepen the notions of classes and polymorphisms, templates and casts...

42_norm icon 42_norm

this is global rules for the norm code.

biblioussef icon biblioussef

C'est une bibliothèque en ligne qui propose des livres

born2beroot icon born2beroot

project specified about system administration and virtual machine and Install Wordpress on a Debian server following very strict rules regarding security, encryption and partitioning. Creation of a simple monitoring script with Bash.

cub3d_42 icon cub3d_42

cub3D is a duo graphics project in which we create a game that looks like an old FPS, like Wolfenstein 3D. We therefore have Raycasting to do in C with a very minimalist graphics library, MinilibX (it only allows one pixel to be displayed).

ft_printf42 icon ft_printf42

Recreate the printf function from the standard C library. ft_printf works in exactly the same way, but "only" with the following flags: %cspdiuxXand the precision flags: -0.# +.

get_next_line42 icon get_next_line42

Recreate the function getline()of the standard C library. get_next_line allows, like getline, to return each line of a file successively. It is possible to vary the size of the buffer.

libft icon libft

This project aims to have us create a lib(ft, for forty-two) containing lots of widely used functions in C, but which we recode from scratch. We will use our own standard library "libft" in future 42 projects.

mini_talk_42 icon mini_talk_42

Make two programs, a server and a client, communicate via two unix signals sent with KILL, that is to say send the data in binary via unix signals. Difficulties? Receive the bits in the order sent ;)

minishell42 icon minishell42

Big partner project. The goal is to create a command interpreter that mimics a bash. Minishell manages environment variables, launches programs and manages their return, pipes and redirects. We also have a number of built-in functions, like cd, echo, env, exit, export, pwdand unset.

net_practice icon net_practice

NetPractice is a project of 10 exercises which aim to help us discover the network (subnet masks, routers, switches, etc.).

philo icon philo

Model the Philosophers' Dinner problem . Firstly by representing each philosopher by a thread and each fork by a mutex, and secondly by representing each philosopher by a fork (child process) and the forks by semaphores.

push_swap icon push_swap

Sort a pile with as few operations as possible using a temporary pile. We are entitled to two operations that do not normally exist on stacks, rotate and reverse rotate. To solve it, I created my own sorting algorithm (it's actually probably an adaptation of an existing algorithm, adapted to the subject and these two additional instructions).

so_long icon so_long

Solong is a 2D game project where players navigate through a maze, collecting items and avoiding obstacles. It involves tasks like parsing map files, handling player movement, and implementing basic game mechanics using the MinilibX graphics library.

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.