profile sourced from GitHub
Scouting report
C++ tinkerer shipping small Win32 and utility classes
assessed from open-source footprint
Luis describes a .NET background, but his public repos are pure C++: a Matrix class, a wide/ASCII string template, a base64 encoder, and a Win32 app that captures WAV audio from the mic via native Windows libraries. These are small, self-contained systems exercises rather than products, and most sit abandoned, yet 46 commits in the past year on a decade-old account show real ongoing hands-on coding. No stars or verified external contributions. Strength is low-level C++ comfort; the limit is scope and audience reach.
Authorship & open source
What they build
Industry experience
- Media & Streaming
Signal breakdown
0
4
0% forks
0
10.2 yr
0
Active
75% stale
Strengths
- Verified author — wrote 100% of commits on Matrix
- Systems focus
- Domain experience in Media & Streaming
- Core stack: C++
About
Skills
- C++
Featured work
Matrix
Simple Matrix class
- C++
by Luis Acevedo
CplusplusString
Basic C++ string template class to manage wchar_t (wide characters) and char (ASCII characters).
- C++
by Luis Acevedo
WaveAudio
C++ Win32 Application to save RIFF - WAVE audio from your PC's Microphone using native windows libraries.
- C++
by Luis Acevedo
base64encoder
Simple console application to convert Ascii to base 64 format in c++.
- C++
by Luis Acevedo