Skip to content
View drhugo's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report drhugo

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
drhugo/README.md
  • Hi, I’m Hugo Ayala (@drhugo).
  • I’m interested in computer graphics, video (mxf, HDR)
  • I'm also interested in Machine Learning, in particular with regards to images
  • I'm also interested in ETL for Geographic data
  • I'm afan of doctest and of writing tests. Look at some of my public repositories for examples.
  • I'm also a fan of Qt as a application development framework
  • Most of my experience has been in writing C++ code. I practice structured programming and of the GNU style of writing code -- but I also think other styles are fine.
  • I have some public repositories, including
    • ovalToRaster which can be used to raterize a list of ovals into a rasters
    • parse_options which is a header-only implementation for a library to parse options from the command line

Popular repositories Loading

  1. drhugo drhugo Public

    Config files for my GitHub profile.

  2. parse_options parse_options Public

    A header-only library for parsing options in C++

    C++

  3. ovalToRaster ovalToRaster Public

    This implements a rasterizer for a list of ovals.

    C++