Skip to content
View nicolasventer's full-sized avatar
Block or Report

Block or report nicolasventer

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

Hello,

I'm a software engineer, full stack developer. I used to program in c++, javascript/typescript, React.

Here are a summary of my projects:

  • libraries
    • File Watcher - c++ library that allows you to watch a folder and get notified of any file changes inside.
    • Breakpoint Detector - c++ library that allows you to detect when the execution has been paused by a breakpoint.
    • Interruptible Sleep - c++ library that allows you to sleep for a specified amount of time and interrupt the sleep at any time.
  • tools
    • Webpack React Template - template for a really quick creation of React project with Webpack build.
    • SchemaGenerator - typescript/javascript library for generating mock data through a schema.
    • Cpp Include Resolver - executable that allows you to compute all folders to add to includePath in order to resolve all includes.
  • tests
  • misc

Pinned

  1. File-Watcher File-Watcher Public

    C++ File Watcher

    C++

  2. Interruptible-Sleep Interruptible-Sleep Public

    C++ Interruptible Sleep

    C++

  3. SchemaGenerator SchemaGenerator Public

    Generator of mock data through a schema

    TypeScript