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

GitHub topics: 42porto

joseevilasio/piscine_cpp_42

Deep dive into C++

Language: C++ - Size: 469 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

allancrabelo/Libft

The Libft project is a foundational assignment at 42 School, where I developed a custom C library from scratch. It includes reimplementations of standard functions like 'memset', 'strlen', 'atoi', etc. This project enhanced my expertise in memory management, string manipulation and efficient algorithm design.

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

allancrabelo/Born2beRoot

Born2beroot is a hands-on cybersecurity & infrastructure project where I built and secured a Linux system from scratch. From LVM and UFW to SSH hardening and audit scripting, it's DevOps meets resilience — proving I can build secure systems with zero guesswork.

Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

goncalofgalmeida/so_long

Part of the 42 Porto Common Core.

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

GinaldoFT/Libft

Custom implementation of standard C library functions (42)

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

goncalofgalmeida/minitalk

Part of the 42 Porto Common Core.

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

MrSloth-dev/42-NorminetteNvim

A simple linter plugin for format checking and check function sizes with norminette inside the buffer through diagnostics.

Language: Lua - Size: 11.7 MB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 33 - Forks: 2

GinaldoFT/so_long

simple 2D game built with C and MiniLibX, developed as part of the 42 School curriculum.

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

Kuninoto/42_Philosophers

Philosophers dinner problem in C. Introduction to parallel programming.

Language: C - Size: 346 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 14 - Forks: 0

teresa-chow/42-common-core

[ INDEX ] Coursework developed during the Common Core curriculum at 42 Porto, part of the global 42 Network.

Size: 1.31 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Kuninoto/42_webserv

A web server written from scratch in C++98.

Language: JavaScript - Size: 17.2 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

Kuninoto/42_CPP_Modules

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

Language: C++ - Size: 1.41 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 19 - Forks: 0

teresa-chow/42-libft

Libft is the 1st project of the Common Core curriculum at 42. It's about coding a C library: specifically, recoding a few functions of the C standard library, as well as some other utility functions.

Language: C - Size: 37.1 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

ramos21rodrigo/42porto.get-next-line

42: get next line

Language: C - Size: 5.86 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

GinaldoFT/ft_printf

reimplementation of the C printf function

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

Kuninoto/42_ft_ping

ping network diagnostic tool replica.

Language: C - Size: 109 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: 5 days ago - Pushed at: 4 months ago - Stars: 19 - Forks: 0

allancrabelo/Piscine12Porto

I took part in the 42 Piscine, an intensive immersion program focused on C , logic, and problem-solving. Over 28 challenging days, I developed technical skills, resilience, and autonomy through peer-to-peer learning. It was a transformative experience in my journey as a software developer.

Language: C - Size: 144 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - 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: 3 months ago - Pushed at: 4 months ago - Stars: 9 - Forks: 0

Kuninoto/42_ft_printf

A simple replica of the C printf function

Language: C - Size: 126 KB - Last synced at: 3 months ago - Pushed at: 4 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: 5 days ago - Pushed at: 4 months ago - Stars: 7 - Forks: 1

Kuninoto/42_NetPractice

Small quizz about networks and subnet masks

Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: 4 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: 66.2 MB - Last synced at: 5 days ago - Pushed at: 4 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: 4 months ago - Pushed at: 4 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: 4 months ago - Pushed at: 4 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: 3 months ago - Pushed at: 4 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: 3 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

Nuno-Jesus/Make-A-Make

Clear the fog around Makefiles with this Makefile tutorial and enhance your knowledge with advanced tips and concepts.

Language: C - Size: 497 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 144 - Forks: 7

PedroZappa/42_get_next_line

42 Project : get_next_line

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

teresa-chow/42-get_next_line

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

Language: C - Size: 1.47 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

pin3dev/42_PushSwap

Algorithm challenge focused on sorting a stack of integers with the minimum number of operations. Implemented in C with a limited set of operations, ideal for understanding algorithm optimization.

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

teresa-chow/42-push_swap

Push_swap is a project about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Its goal is reaching an optimized data sorting solution.

Language: C - Size: 90.8 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Nuno-Jesus/42_miniRT

A small version of a Ray Tracer implemented in C

Language: C - Size: 29.3 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 2

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: 3 months ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 3

Nuno-Jesus/libft_file_checker

Small tool to verify files of the libft project

Language: Python - Size: 43.9 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

Nuno-Jesus/so_long_invalidator

Small map validator for 42 School so_long project

Language: Python - Size: 38.1 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 14 - Forks: 1

teresa-chow/42-ft_printf

Recoding of C function printf(), developed during Common Core curriculum at 42.

Language: C - Size: 1.45 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

PedroZappa/42_Born2beRoot

42 Project : Born2beRoot

Language: Shell - Size: 451 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 2

Nuno-Jesus/42_ft_transcendence

The final boss of 42 Common Core: a web application.

Language: HTML - Size: 25.3 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

teresa-chow/42-Born2beRoot

Born2beRoot is a System Administration related exercise from 42 School core curriculum.

Language: Shell - Size: 371 KB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

AdaoG0n/42_libft

Libft is a custom C library that recreates standard C library functions and includes additional utility functions. The project aims to deepen understanding of memory management and C programming while creating reusable code.

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

amauricoder/42_Cub3D

Repository for the Cub3d project for 42 Porto.

Language: C - Size: 16.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

teresa-chow/42-libft-extended

This is my current extended version of Libft, the first project of the Common Core curriculum at 42. It currently includes a simplified recoded version of printf (ft_printf) and get_next_line.

Language: C - Size: 33.2 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

amauricoder/42_minishell

Repository of the project minishell from 42 Porto.

Language: C - Size: 4.05 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

amauricoder/42_NetPractice

his document is a System Administration related exercise.

Language: JavaScript - Size: 7.43 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

amauricoder/42_libft

First project from 42 - create your own library of functions.

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

pin3dev/42_Born2BeRoot

Setting up a secure virtual machine without a graphical interface. It covers essential Linux server security practices such as system partitioning, password policies, firewall configuration, SSH security, and automating tasks using Cron.

Language: Shell - Size: 1.47 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

teresa-chow/42-hackathon-sogrape

Web scraping website developed in a 3-day period, during the Hackathon promoted by Sogrape and 42 Porto (23 - 26 Oct. 2023).

Language: Python - Size: 18.1 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

GustaDNS/Libft

My first project in 42 Porto!!

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

pin3dev/42_CPP_Modules_05-09

Exploring advanced C++ and OOP concepts like SOLID, casting operators, templates (value, functions, and classes), exception handling using throw() and try/catch blocks, and so on

Language: C++ - Size: 2.51 MB - Last synced at: 17 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

pin3dev/42_CPP_Modules_00-04

Exploring advanced C++ and OOP concepts like abstraction, encapsulation, simple and multiple inheritance, polymorphism, interfaces, and so on

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

amauricoder/42_So_Long

Repo to 42 so long project

Language: C - Size: 14.7 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

Kelho0812/vicaima_hackathon Fork of hiimgabe/vicaima

Web platform developed during a 42Porto hackathon to streamline and enhance the evaluation process for HR, evaluators, and evaluatees within the company Vicaima..

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

GustaDNS/ft_printf

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

amauricoder/42_Pipex

42 Porto Pipex Project.

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

Nuno-Jesus/42_libft

The very first project, a collection of useful functions

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

Nuno-Jesus/42_ft_printf

The recoding of the printf() function

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

Rapcampo/42_libft

42 first common core project - make your own C library

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

Rapcampo/42_ft_printf

Reproduce the functionality of printf

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

Rapcampo/42_minitalk

A project about sending and handling signals as well as working with bitwise operators

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

Nuno-Jesus/42_classes

A collection of READMEs of all the classes given at 42 Porto

Language: C - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 0

Nuno-Jesus/42Porto_piscine

Projects developed at the 42 Porto C Piscine in 2022/2023

Language: C - Size: 5.44 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

Nuno-Jesus/42_so_long

A graphical project consisting on making a 2D game in C.

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

tuliofeitoza/Project-42-Piscine

Meu percuso na 42porto Pisciner

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

JessicaCC-gd/so_long

Project from 42 school

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

maricard18/42-miniRT Fork of Nuno-Jesus/42_miniRT

A mini Ray Tracer build in C

Language: C - Size: 29.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

Nuno-Jesus/42_minishell

Your very own shell!

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

maricard18/42-minishell

Small version of shell

Language: C - Size: 15.7 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

braasantos/42-libft

"My* very first own library"

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

maricard18/42-push_swap

Algorithm sorting project

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

renanbotasse/porto42

This is a repository with all the subjects and projects completed by me. Not all of them were validated by the 42 computers, but their structure follows the correct logic of the requested answers.

Language: C - Size: 4.24 MB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

maricard18/42-philosophers

Philosophers dining problem using threads

Language: C - Size: 1.38 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nuno-Jesus/42_libnc

An augment to the standard 42 libft library

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

gablm/42_Piscine

Some code I've done for my Piscine at 42 Porto

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

richardmarcela/42-push_swap

This is a 42 project. Sort a stack of integer numbers using the minimum number of instructions.

Language: C - Size: 346 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Nuno-Jesus/42_cpp_modules

Mini C++ piscine of rank 04 and 05 of 42 School

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

Nuno-Jesus/42_get_next_line

A function to read a line from a file descriptor

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

richardmarcela/42-born2beroot

This is a 42 project that aims to create a virtual machine in VirtualBox under specific instructions.

Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

josevazf/42-Piscine

Language: C - Size: 34.7 MB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

RubenTeles/Piscine42

Piscine 42Lisboa

Language: C - Size: 14.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 24 - Forks: 4

RubenTeles/Cub3D

Language: C - Size: 85.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

knoxvillie/Piscine_42Porto

This repository is my journey at Piscine 42 Porto (September 2022). From preparation to approval.

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

knoxvillie/minitalk

The goal of this project is to code a small data exchange program between client and server using UNIX signals.

Language: C - Size: 782 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

knoxvillie/ft_printf

The goal of this project is to recreate the printf() function. It is all about mastering one of the key concepts in C, functions with a variable number of arguments, the variadic functions.

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

ramos21rodrigo/42porto.libft

42: libft

Language: C - Size: 29.3 KB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Nuno-Jesus/42_minitalk

UNIX signal handling and bits manipulation project

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