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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. mallocmallocPublic

    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. sqlitesqlitePublic

    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-shellunix-shellPublic

    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-shortenerurl-shortenerPublic

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

    Go

  5. asm-libraryasm-libraryPublic

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

    C 1

  6. http-proxyhttp-proxyPublic

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

    Go