Giter Site home page Giter Site logo

Jad Maalouf's Projects

cpp_modules icon cpp_modules

The modules are designed to give us a solid foundation in C++ programming. Covering topics such as algorithms, data structures, object-oriented programming, and software engineering practices.

fract-ol icon fract-ol

A fractal rendering project that allows the user to generate and display fractals using the command line. The user can specify the type of fractal they want to generate, and the program will use mathematical algorithms to create the fractal and display it on the screen

ft_printf icon ft_printf

This project is an exercise in recreating the printf function, one of the most widely used function in the C library, in order to understand how the printf function works and the basic concepts of variable arguments and the use of different types and conversions in C.

get_next_line icon get_next_line

This project is an exercise in creating a function that can read a file line by line. It is designed to help us understand and implement file reading, memory allocation and management, and basic parsing techniques in C. We also have to handle multiple file descriptor in the same time and work with static variables

libft icon libft

This project is designed to help us understand and create our own C library functions, which are basic building blocks for programming in C

minishell icon minishell

A project that involves creating a basic shell program in the C programming language. The goal is to replicate the functionality of a standard shell, such as the ability to execute commands, handle input and output redirection, and handle errors. The project requires a good understanding of system calls and process management in C.

philosophers icon philosophers

A project that simulates the Dining Philosophers problem using the pthreads library in C. It is a classic example of a concurrency problem. This project requires a good understanding of threading and synchronization in C.

pipex icon pipex

A Unix command-line utility that allows the user to execute a command pipeline, where the output of one command is passed as the input to another. It is similar to the "pipe" command in Unix, with the added feature of allowing the user to redirect the input and output of commands in the pipeline.

push_swap icon push_swap

An algorithm project that aims to sort a given stack of integers using a set of limited commands. The stack is represented by a linked list, and the commands are used to manipulate the stack in order to sort it. The goal of the project is to sort the stack in the fewest number of commands possible.

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.