Skip to content
View isaiahrbs's full-sized avatar
  • 42Lausanne
  • Lausanne, Switzerland
  • 10:23 (UTC +01:00)

Highlights

  • Pro

Block or report isaiahrbs

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
isaiahrbs/README.md

Header

🇨🇭 42 Lausanne student

💼 Skills

  • C
  • Python
  • Lua

🌎 Languages

🇬🇧 English
🇫🇷 French

💻 Working on: Minishell



📊 Github Stats ✅

isaiahrbs Activity Graph

Pinned Loading

  1. 42-Projects 42-Projects Public

    All My 42 Projects This repo links to all my 42 projects. Feel free to check them out and explore the work I've done. Just click on any of the repos, and you’ll see what I’ve been up to!

  2. Push_Swap Push_Swap Public

    This repository contains my implementation of the Push Swap project from the 42 curriculum. The goal of this project is to sort a stack of integers using a limited set of stack operations, with a …

    C

  3. Lava-Cube-Game Lava-Cube-Game Public

    A simple survival game where you control a red cube on a platform surrounded by lava. Avoid falling lava and stay alive for 20 seconds to win. Coded in Lua.

    Lua

  4. Minitalk Minitalk Public

    Minitalk is a 42 project that involves creating a simple communication system using UNIX signals. It consists of a server and a client, where the client sends a string to the server, which then pri…

    C

  5. File-System-Explore File-System-Explore Public

    A lightweight command-line file system explorer written in C. Navigate directories (1), list contents (2), or exit (0).

    C

  6. ft_printf ft_printf Public

    ft_printf is a custom implementation of the standard printf function in C. It replicates the behavior of printf by formatting and printing data to the standard output. The goal of the project is to…

    C