Lucas Pires Nogueira's repositories

campos_developers

Olá pessoal! Nesse repositório, vocês vão encontrar materiais que eu preparei durante o curso de Python na escola Campos Developers. Minhas anotações e resumos no estilo de tutorial são destinados para alunos atuais e futuros, mas também podem ser úteis para qualquer pessoa que queira aprender Python e Git.

Language:Jupyter NotebookStargazers:3Issues:1Issues:0

labs_42

Essa é a minha resolução para o desafio do Labs 4º Edição, da escola 42sp

Language:CStargazers:3Issues:1Issues:0

minishell

Minishell is a 42 school project that involves building a shell program from scratch. The program must be able to execute various shell commands, handle environment variables, and provide some basic shell functionality, such as pipes and redirects.

Language:CLicense:MITStargazers:3Issues:1Issues:1

fract_ol

Fractal is a graphic project using mini mlx for the 42 school. The project involves generating fractals and enabling their exploration and manipulation through a graphical interface.

Language:CLicense:MITStargazers:2Issues:1Issues:0

push_swap

push_swap is a 42 school project, This project is about sorting data on a stack, with a limited set of instructions, and the smallest number of moves.

Language:CLicense:MITStargazers:2Issues:1Issues:0

base_camp

all projects done in the selection process of 42sp and my experience

Language:CStargazers:1Issues:1Issues:0

cpp

CPP is a list of projects from 42 Network. The purpose of this project is to learn the basics of C++ and Object Oriented Programming.

Language:C++Stargazers:1Issues:1Issues:0

ft_libft

Ft_libft is a 42 school project that involves building a custom library of useful C functions. The library includes functions for memory manipulation, string manipulation, and other common operations in C programming. The project requires a solid understanding of data structures, memory management, and the standard library functions in C.

Language:CLicense:MITStargazers:1Issues:1Issues:0

ft_printf

ft_printf is a project for the 42 school that requires implementing a custom printf function in C. The program must be able to handle various format specifiers such as %s, %d, %x, and so on. The project also requires a deep understanding of variable argument lists, memory allocation, and pointer manipulation in C.

Language:CLicense:MITStargazers:1Issues:1Issues:0

get_next_line

get_next_line is a 42 school project whose goal is to recode the libreadline function readline.

Language:CLicense:MITStargazers:1Issues:1Issues:0

iLucasPires

Welcome to my GitHub ReadMe profile! Here you will find information about me, my projects, and my contributions to the world of software development. I am passionate about creating innovative solutions and constantly learning new technologies.

philo

Philosophers is a 42 school project simulating multiple philosophers sitting around a table, each with a plate of spaghetti and a fork on their left and right. They share forks with their neighbors to eat. The program uses multithreading and synchronization to prevent deadlocks and starvation. It handles a variable number of philosophers and forks

Language:CLicense:MITStargazers:1Issues:1Issues:0

pipex

Pipex is a 42 school project that involves simulating the functionality of the shell pipeline feature using C programming. The program reads input from a file, performs operations on the data, and writes the output to a file. The project requires an understanding of file descriptors, processes, and how to set up inter-process communication between

Language:CLicense:MITStargazers:1Issues:1Issues:0

42-Cub3D

This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever

Language:CStargazers:0Issues:0Issues:0
Language:PHPStargazers:0Issues:0Issues:0

ft-irc

A simple IRC Server. Aka WhatsApp 2.

Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

inception

Inception is a 42 São Paulo project that aims to introduce the concept of Docker and Docker Compose. The project consists of creating a Dockerfile for a MariaDB image, a WordPress image and a Nginx image. The images must be able to communicate with each other and the WordPress image must be able to communicate with the Nginx image.

Language:DockerfileStargazers:0Issues:1Issues:0