An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: ecole42

btleafar/42

This is a repository for all my projects during the program at 42 US in Silicon Valley.

Language: C - Size: 410 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 234 - Forks: 67

PfClaKr/Ecole42Paris

Curriculum of Ecole 42 Paris

Size: 11.7 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

ygor-sena/42cursus-miniRT

The eleventh project of 42's curriculum is an introduction to the beautiful world of Raytracing and asks students to render simple Computer-Generated-Images so that they will never be afraid of implementing mathematical formulas again.

Language: C - Size: 6.5 MB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

daisvke/ft_malcolm

This project implements Address Resolution Protocol (ARP) spoofing/poisoning, a foundational Man-in-the-Middle (MiM) attack.

Language: C - Size: 93.8 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Vidal-m/microshell

the lastest version of my microshell

Language: C - Size: 2.93 KB - Last synced at: 18 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

zerenay/C_Piscine

//eksik kodları en kısa zamanda yükleyeceğim

Language: C - Size: 11.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Kuninoto/42_ft_ping

ping network diagnostic tool replica.

Language: C - Size: 109 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

daisvke/ft_otp

This program allows you to securely store an initial password in an encrypted file and generate a new TOTP (Time-based One-Time Password) every time it is requested. It provides both a CLI and a GUI version.

Language: C++ - Size: 29.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

Kuninoto/42_minitalk

Small data exchange between client and server programs using UNIX signals - introduction to Inter Process Communication (IPC)

Language: C - Size: 1.86 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 0

Lilia10010/ecole_42sp_software_engineering

Repository of projects developed in Common Core - Training

Language: C - Size: 4.46 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 1

jraleman/42.Exam-C

Solutions of the C beginner exam. Doing each problem correctly, one level up, and so the difficulty of the problems. If one fails a problem, you can retry another problem in the same level, but without getting the full marks.

Language: C - Size: 1.73 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 224 - Forks: 70

Kuninoto/42_Philosophers

Philosophers dinner problem in C. Introduction to parallel programming.

Language: C - Size: 346 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 13 - Forks: 0

Kuninoto/42_Libft

Static C library with usual functions and recreations of libc functions to use throughout the course.

Language: C - Size: 1.64 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 0

Kuninoto/42_CPP_Modules

Basic C++ exercises. Introduction to CPP, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.

Language: C++ - Size: 1.41 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 18 - Forks: 0

Kuninoto/42_ft_printf

A simple replica of the C printf function

Language: C - Size: 126 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 21 - Forks: 0

Kuninoto/42_minishell

Small implementation of a shell replicating bash, truly hell

Language: C - Size: 417 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 1

Kuninoto/42_NetPractice

Small quizz about networks and subnet masks

Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

Kuninoto/42_cub3D

A simple 3D 'game' using MinilLibX (mlx), the graphic library of the 42School and the raycasting algorithm

Language: C - Size: 81.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

Kuninoto/42_pipex

A simple C program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC)

Language: C - Size: 1.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

Kuninoto/42_push_swap

A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions

Language: C - Size: 1.61 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

Kuninoto/42_so_long

A small 2D game developed with MiniLibx, the graphic library of the 42School.

Language: C - Size: 277 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 14 - Forks: 1

Kuninoto/42_get_next_line

Handy function that returns a line, ending with a newline, read from a file descriptor.

Language: C - Size: 173 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

felixtanhm/42-piscine

This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.

Language: C - Size: 17.2 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 47 - Forks: 7

simon-zerisenay/42_So_Long

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

Language: C - Size: 301 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

PublioElio/School-42-Born2beroot

This is a repository to prepare the defense of the School 42 project Born2beRoot. Contains code, commands and definitions that will help in correcting the project.

Language: Shell - Size: 2.41 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 0

Kr1sNg/42cursus-Libft

42's Functions Library

Language: C - Size: 4.63 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

PublioElio/School42-Piscina-agosto-2022

Ejercicios realizados durante la :swimmer: piscina (C Piscine) de agosto de 2022 en School 42 Málaga :sunny: (Fundación Telefónica)

Language: C - Size: 1.23 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 36 - Forks: 3

simon-zerisenay/42-ft_printf

42 ft_printf: ft_printf is a project that involves recreating the functionality of the printf function from the standard C library. The project focuses on parsing format specifiers, formatting output, and handling various data types.

Language: C - Size: 133 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 9 - Forks: 0

HEADLIGHTER/Born2BeRoot-42

monitoring.sh script, walk through installation and setting up, evaluation Q&A

Language: Shell - Size: 47.9 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 89 - Forks: 50

PublioElio/School-42-printf

This repository contains all files for the printf project from School 42 Málaga cursus. The project consist in duplicate the printf function, part of the stdio.h library

Language: C - Size: 1.26 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 0

ygor-sena/42cursus-python-for-data-science

This repository is a foundational Python for Data Science course.

Language: Python - Size: 433 KB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

harm-smits/42docs

Documentation on MiniLibX and curriculum projects

Language: Ruby - Size: 161 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 174 - Forks: 22

jraleman/42

Repository of all my work during the program of Ecole 42 SIlicon Valley; a private, project-based and tuition-free coding school.

Language: Shell - Size: 48.8 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 151 - Forks: 28

daisvke/Bomberman

This project is a small 2D Bomberman-style game created using minilibx, a graphics library used at 42. The game features textures, sprites, and tile-based design.

Language: C - Size: 3.93 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 1

znichola/cpp42

Language: C++ - Size: 4.62 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ygor-sena/42cursus-get-next-line

The second project of 42 curriculum asks students to implement a function that returns a line read from one or more file descriptors.

Language: C - Size: 39.1 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

appinha/42sp-piscine

Code developed at 42's Piscine, a 26-day (straight) C bootcamp - from 18/nov/2019 to 13/dec/2019.

Language: C - Size: 20.3 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 322 - Forks: 92

daisvke/ft_linear_regression

This project implements a simple linear regression with a single feature.

Language: Python - Size: 232 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

PublioElio/School-42-Get_Next_Line

This is a repository for the School 42 Málaga cursus project get_next_line. This function reads a file descriptor and returns a line, until the first line break.

Language: C - Size: 1.22 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Kuninoto/installette

A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.

Language: Shell - Size: 32.2 KB - Last synced at: 26 days ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 3

daisvke/cub3d

This project focuses on creating a “realistic” 3D graphical representation of the interior of a maze from a first-person perspective, based on the principles of Ray-Casting.

Language: C - Size: 2.52 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

simon-zerisenay/42_get_next_line

Get next line is a function that takes one argument which is file descriptor and return the first line of a given file. Detailed explanation can be found in readme

Language: C - Size: 97.7 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

simon-zerisenay/42_Push_Swap

Pushswap is a 42 project emphasizing efficient sorting by minimizing operations. Participants use a limited set of commands to manipulate stacks and achieve the desired sorted order, showcasing algorithm design and optimization skills while developing problem-solving abilities.

Language: C - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

simon-zerisenay/SuperCube3D

3D Game

Language: C - Size: 2.47 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

simon-zerisenay/42Minitalk

42 Minitalk: Minitalk is a project that involves creating a client-server communication system using signals. The goal is to implement a client program that can send messages to a server program using signals, which are then displayed by the server.

Language: C - Size: 1.11 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

simon-zerisenay/42_Philosophers

42 Philosophers: Philosophers is a project that involves solving the dining philosophers problem using threads and synchronization. The goal is to implement a solution where multiple philosophers can share a limited number of resources (such as forks) without encountering deadlocks or starvation.

Language: C - Size: 85 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

simon-zerisenay/libft

Libft: Libft is a library project that aims to recreate various standard C library functions as well as additional useful functions. The project helps to strengthen programming skills by implementing common functionality from scratch.

Language: C - Size: 166 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

Kr1sNg/42cursus-ft_printf

42's project to implement the function printf() in C Standard library

Language: C - Size: 1.64 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

OsemaFadhel/42-Cursus

All my projects of 42Network at 42 Roma.

Size: 4.26 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

harmonie-durrant/wiki-42

Wiki42, all things 42. made by Harmonie Durrant, student at 42Perpignan!

Language: MDX - Size: 2.41 MB - Last synced at: 8 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

evgenkarlson/ALL_SCHOOL_42

| SCHOOL_42_UPDATE 2020 | This repository contains ALL PROJECTS, TASKS AND SUBJECTS OF THE MAIN PROGRAM OF LEARNING AT SCHOOL 42 ( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ). Этот репозиторий содержит все проекты и задания основной программы обучения Школы 42 и Школы 21

Language: C - Size: 1.04 GB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 750 - Forks: 173

Kr1sNg/42piscine-C

my piscine of 42 Perpignan in Septembre 2024

Language: C - Size: 4.64 MB - Last synced at: 10 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

vinislima/42sp_piscine_shell01

The Shell01 project at École 42 is a challenging exercise that builds upon foundational shell scripting skills, focusing on more advanced command-line operations and file manipulation techniques.

Language: Shell - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

vinislima/42sp_piscine_shell00

The Shell00 project at École 42 serves as a foundational introduction to basic shell scripting operations, focusing on essential terminal commands and file manipulation for programming novices.

Language: Shell - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

TeomanDeniz/Inception

Inception project from Ecole 42

Language: Dockerfile - Size: 2.78 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

secondfry/school21-RT

Language: C - Size: 3.48 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

ygor-sena/42cursus-minishell Fork of magalhaesm/minishell

The eighth project of 42's curriculum gives the students a very "simple" task: to create our very own little shell based on bash.

Language: C - Size: 249 KB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

DimaRU/School42Header

School 42 header plugin for Xcode. Add or update school 42 header in one click.

Language: Swift - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

DimaRU/NorminetteLint 📦

Norminette check for Xcode

Language: Swift - Size: 328 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

OsemaFadhel/CPP42

The goal of these modules is to introduce you to Object-Oriented Programming.

Language: C++ - Size: 476 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

SofianeHamlaoui/42

My 1-month Experience with @42School (Lyon)

Language: C - Size: 5.64 MB - Last synced at: 17 days ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 4

whymami/MiniShell

Minishell is a project developed as part of the curriculum at 42 School. It aims to deepen understanding of process management and shell functionality.

Language: C - Size: 739 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 13 - Forks: 2

ygor-sena/42cursus-piscine-object

This repository contains the solutions developed during an immersion in advanced topics of object-oriented programming in C++.

Language: Makefile - Size: 20.5 KB - Last synced at: 1 day ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ygor-sena/42cursus-ftl-quantum

Introduction to quantum programming using Python and Qiskit (IBM).

Language: Jupyter Notebook - Size: 43.9 KB - Last synced at: 1 day ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ygor-sena/42cursus-NetPractice

The tenth project of 42's curriculum asks students to configure small-scale networks. To do that, it's necessary to understand how TCP/IP addressing works.

Language: JavaScript - Size: 307 KB - Last synced at: 1 day ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

365kim/42_cursus

42Seoul 커리큘럼 정리

Language: C - Size: 27.8 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 56 - Forks: 10

memirdogan/42Piscine

Discover a repository featuring projects from Ecole 42's piscine training, showcasing a blend of C, C++, embedded systems, shell scripting, and other cutting-edge technologies. Immerse yourself in hands-on projects that delve into the fundamentals of programming and system-level development.

Language: C - Size: 453 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

fbkeskin/42-so_long

This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.

Language: C - Size: 120 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Arivima/42_cursus

References to all projects done at Ecole 42

Language: Shell - Size: 707 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

rarakira/JavaPiscine

2 weeks intensive dive into Java language, 42 curriculum

Language: Java - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

magalhaesm/minishell

This project is about creating a simple shell.

Language: C - Size: 256 KB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 3 - Forks: 1

ygor-sena/42cursus-ft-irc

The 12th project of 42's curriculum is about creating our own IRC server. An actual IRC client will be used to connect to the server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.

Language: C++ - Size: 1.35 MB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 0 - Forks: 2

D-Daria/CPP-Modules

Project is an introduction to C++ at School21/Ecole42.

Language: C++ - Size: 112 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ffoissey/lem_in_42

Algorithmes de parcours de graphe et de gestion de flots.

Language: C - Size: 834 KB - Last synced at: 17 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

raveriss/cpp04

C++98 exercises on subtype polymorphism, abstract classes, and interfaces, demonstrating advanced object-oriented programming techniques.

Language: C++ - Size: 3.12 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

msoares-prog/42AI-BootcampPython

Bootcamp to learn Python for Machine Learning .

Language: Python - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

fbkeskin/42-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: C - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

raveriss/cpp03

C++98 exercises on inheritance, exploring base and derived class dynamics and multiple inheritance challenges.

Language: C++ - Size: 1.64 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

denizkarhan/transcendence

This project is about creating a website for the mighty Pong contest!

Language: TypeScript - Size: 44.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 3

whymami/push_swap

This project allows to sort data in a stack using the minimum possible number of actions

Language: C - Size: 139 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yanismiraoui/La_Piscine_2020

Code done during "The Pool"/"La Piscine" at l'ecole 42 in Paris in September 2020.

Language: C - Size: 2.26 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

dobrosha/Maze_cpp

Maze and cave realization

Language: C++ - Size: 909 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

soulee-dev/webserv

Language: C++ - Size: 21.7 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

D-Daria/minishell

Shell implementation (group project)

Language: C - Size: 183 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

ygor-sena/42event-april-fools-2023

On the occasion of the April Fool's Day of 2023, the 42 staff devised a fun challenge for its global student body. The project had to be completed in three days and there were 18 exercises to be done. Each exercise was worth 5 points and the last one 15 points. Project grades spanned from 0 to 100 with cumulative rewards on the intranet.

Language: Python - Size: 166 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ygor-sena/42cursus-Inception

One container is not enough, we need to go deeper. This project aims to broaden the student's knowledge of system administration by using Docker, the tasks are to virtualize several Docker images and create them in a new personal virtual machine.

Language: Dockerfile - Size: 258 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

yuann3/42-Rush02

Piscine Rush 02 Project

Language: C - Size: 1.4 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

AslanAmca/get_next_line

This project is about programming a function that returns a line read from a file descriptor.

Language: C - Size: 1.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AslanAmca/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 one (of many) most appropriate solution for an optimized data sorting.

Language: C - Size: 3.03 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AslanAmca/libft

This project is designed to reimplement the basic C functions from the C Standard Library (Libc) and create your own custom standard library. As a bonus you will also need to implement some data structures and functions such as linked-list.

Language: C - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sungwoo-shin/ecole42-42cursus

Computer Science & System Programming (2021.03 ~ 2022.10)

Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

meteulken/CPP_Modules

CPP projects

Language: C++ - Size: 184 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Leticia-Franca/ft_printf_42

This project aims to reproduce the original printf function of the C standard library (this one doesn't include flags or widths).

Language: C - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Leticia-Franca/so_long

This is a quick and simple 2D game made with MiniLibX.

Language: C - Size: 153 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Leticia-Franca/Libft

The first project for Ecole 42-SP. The goal was to create your library of functions that mimic the behaviour of the C standard library.

Language: C - Size: 53.7 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Leticia-Franca/get_next_line

Get_next_line is about creating a function that reads from a file and returns its content line by line.

Language: C - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wblondel/C_libunit

Unit testing microframework.

Language: C - Size: 33.2 KB - Last synced at: 4 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

mavmi/exam_rank

Ecole 42 exams

Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

amalliar/exam-rank-03-04-05

My solutions to ecole42 exams.

Language: C++ - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

amalliar/cub3d

This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.

Language: C - Size: 18 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 0