Skip to content
View lilangbr's full-sized avatar
:octocat:
Viva la revolucion
:octocat:
Viva la revolucion
  • école 42
  • Brazil

Block or report lilangbr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lilangbr/README.md

Wow! 👋

Here are projects from 42SP, a project-oriented course.

The course is gamified:

  • each delivery generates lives... ❤
  • each expired deadline takes lives. 💔

I'm in phase 3, "explorando o espaço", where a paradigm shift comes in: 💥Object Orientation!

lib lib prt gnl net cub

lib push mini mini

lib push

Let the games continue!

Pinned Loading

  1. 42Printf 42Printf Public

    Printf function recoded, with limited specifiers and flags. Because putnbr and putstr aren’t enough!

    C 2

  2. 42GNL 42GNL Public

    The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor.

    C 3

  3. 42PushSwap 42PushSwap Public

    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 an…

    C 2 1

  4. 42Cub3D 42Cub3D Public

    This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable to explore ray-casting. The goal is to make a dynamic view inside a maze, in which you…

    C 1

  5. 42Minishell 42Minishell Public

    The existence of shells is linked to the very existence of IT. At the time, all developers agreed that communicating with a computer using aligned 1/0 switches was seriously irritating. It was only…

    C

  6. 42Philosophers 42Philosophers Public

    In this project, a classic compute problem, i will treat the basics of threading a process. It's showed how to create threads and the basis of mutexes.

    C