Skip to content
View gabriel-rusu's full-sized avatar
💻
Coding
💻
Coding
Block or Report

Block or report gabriel-rusu

Report abuse

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

Report abuse
gabriel-rusu/README.md

Hi, I'm Gabi:

  • a Fullstack Software Engineer
  • an Open Source Enthusiast

I'm currently working on:

  • some cool web projects
  • building scalable systems

Pinned Loading

  1. game-engine game-engine Public

    A game engine is the base of every modern game development project. This engine will be extended further into a personal game. The targeted devices are smartphones and tablets because this engine u…

    C

  2. webpage-v2 webpage-v2 Public

    This website is a digital version of my traditional paper resume. It shows my education, skills, previous positions and projects I've worked on. But, it also shows things I cannot accurately share …

    TypeScript

  3. shell shell Public

    This project consists of a C++ program to serve as a shell interface that accepts user commands and then executes each command in a separate process. This project can be compiled on any Linux, UNIX…

    C++ 1

  4. E.L.F-Executable-Loader E.L.F-Executable-Loader Public

    The E.L.F Executable Loader loads the executable file into memory page-by-page, using a request-paging mechanism - a page will only be loaded when it is needed. For simplicity, the loader runs only…

    C 17 6

  5. ngx-utils ngx-utils Public

    Angular(TypeScript) library that contains reusable services like CacheService for browser caching either in session or local storage and a HttpCacheClient (a HttpClient wrapper that caches the resu…

    TypeScript

  6. eigenfaces eigenfaces Public

    Face recognition algorithm that follows the observations from the research paper "View-based and modular eigenspaces for face recognition" to build a face space and find the projections of the trai…

    Jupyter Notebook