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

Block or report ibeauregard

Report abuse

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

Report abuse

Pinned Loading

  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 3 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 1

  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