Skip to content
View ibeauregard's full-sized avatar
  • Montréal, Québec
Block or Report

Block or report ibeauregard

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

Pinned

  1. malloc malloc Public

    This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.

    C 2 2

  2. sqlite sqlite Public

    This project is a partial replica of the SQLite command-line interface (CLI) and data manipulation operations. It is implemented with Python 3.6, using only modules of the Python Standard Library.

    Python

  3. unix-shell unix-shell Public

    This is a Unix command line interpreter. It implements the following built-ins: echo, cd, setenv, unsetenv, env and exit. Other commands are delegated to the system.

    C 1

  4. url-shortener url-shortener Public

    This repo contains the backend components of a URL shortening service similar to what is offered by TinyURL and Bitly.

    Go

  5. asm-library asm-library Public

    A library of 11 C functions implemented with the NASM assembler for Linux x86-64 systems

    C 1

  6. http-proxy http-proxy Public

    This repo features a forward HTTP proxy used for caching purposes.

    Go