unix-logic

There are 32 repositories under unix-logic topic.

  • bnidia/minitalk

    The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

    Language:C14100
  • andersonhsporto/ft-printf

    Library That Contains ft_printf, Function That Mimic the Real Printf

    Language:C4100
  • andersonhsporto/ft-libft

    The Libft Project at 42, C Library Regrouping Usual Functions

    Language:C3100
  • GowthertG/pipex

    This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes.

    Language:C2100
  • le-mountassir/ft_printf

    In this project, we will recode the famous printf function using variadic arguments with some of the functions that we made in the first project Libft.

    Language:C2100
  • andersonhsporto/ft-get-next-line

    Function Which Returns a Line Read From a File Descriptor

    Language:C110
  • AntonioSebastiaoPedro/minitalk

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

    Language:C110
  • lachlanstephen/minitalk_42

    My minitalk project for the 42 Cursus. A small client server communication program using UNIX signals. 115/100

    Language:C1100
  • Aggyx/pipex

    Pipes and redirections

    Language:C0110
  • carlosrocha-dev/42_minitalk

    The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

    Language:C0100
  • snhou/Libft

    This is your first project as a student at 42. In this project, you'll be required to rewrite a few functions from the C standard library, along with some other utility functions that you'll use throughout your entire course.

  • YYBer/minishell

    create a simple shell

    Language:C0100
  • andersonhsporto/ft-minishell-ht

    Shell Using C (As Beautiful as a Shell)

    Language:C00
  • andersonhsporto/ft-pipex

    O Objetivo Deste Projeto é Reproduzir O Comportamento de Redirecionamento E Pipe “ | “ Utilizando C

    Language:C10
  • ava8kyoko/42-philosophers

    Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

    Language:C10
  • cvine21/ft-printf

    Implementation of printf() function of the C standard library

    Language:C10
  • cvine21/get-next-line

    Programming a function that returns a line read from a file descriptor

    Language:C
  • cvine21/libft

    Implementation of a few functions of the C standard library

    Language:C10
  • cvine21/philosophers

    A solution of the Dining Philosophers Problem. It is about handling threading a process.

    Language:C10
  • cvine21/pipex

    This project is about handling pipes

    Language:C
  • gabrieldejesus/42-ft_printf

    This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.

    Language:C20
  • Justhiro55/minishell

    create a simple shell that imitates bash.

    Language:C118
  • mohaslimani/minishell

    The objective of this project is for you to create a simple shell. using C language

    Language:C10
  • Mushigarou/ft_printf

    Wrote ft_printf() a function that mimic the original printf()

    Language:C10
  • smetola/get_next_line

    Ya sea un archivo, la entrada, o incluso una conexión de red, habrá que leer siempre el contenido línea por línea. Es hora de empezar a trabajar en esta función, que será esencial en proyectos futuros.

    Language:C
  • smetola/libft

    Este es el primer proyecto como estudiante de 42. Hay que programar algunas funciones de la librería estándar de C, así como otras funciones que me serán útiles a lo largo de todo el cursus.

    Language:C
  • smetola/pipex

    Este proyecto busca profundizar un poco en dos conceptos que ya conoces: Las redirecciones y los pipes. Es un proyecto de introducción para proyectos de UNIX más grandes que habrá más tarde en el cursus.

  • smetola/printf

    Este proyecto va bastante al grano, hay que programar la función printf. Se aprende qué significa esto y cómo implementar funciones variádicas. Una vez validado el proyecto, podrés utilizar esta función en futuros proyectos.

    Language:C