Skip to content
View Carlos12001's full-sized avatar
🐧
Electrical and Computer Engineering
🐧
Electrical and Computer Engineering
  • Tecnológico de Costa Rica
  • Costa Rica

Organizations

@Bases-Crew

Block or report Carlos12001

Report abuse

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

Report abuse
Carlos12001/README.md

💫 About Me:

Hi, I'm a Computer Engineer with a passion for both low-level systems. I enjoy working across the stack, from deep down in the hardware layer with assembly and architectures like RISC-V and ARM, also worked on building complex applications using machine learning and web development frameworks.

I'm particularly passionate about GNU/Linux and have spent countless hours mastering its ins and outs. I'm someone who loves learning and is always eager to dive into new technologies. I consider myself self-taught, adaptable, and comfortable exploring a variety of fields within computing. Whether it's writing optimized code in assembly or experimenting with neural networks in Python, I’m always excited to grow and improve.

📊 GitHub Stats:

💻 Tech Stack

🧠 Programming Languages

C C++ Python Rust AssemblyScript

C# Java TypeScript Lua

🧰 Tools & Build Systems

Shell Script CMake Git GitHub

📊 Data & Machine Learning

NumPy Pandas scikit-learn PyTorch Octave

🌐 Web Development

HTML5 Angular.js Angular Bootstrap

🗃️ Databases & APIs

Postgres MongoDB Postman

🖼️ Frameworks & Others

.Net Qt

Pinned Loading

  1. oppenmpi_image_processing oppenmpi_image_processing Public

    Custom Linux kernel driver for GPIO-based 7-segment displays and input buttons, integrated into a distributed image processing system on Raspberry Pi 3 using OpenMPI, Caesar encryption, and real-ti…

    C 1

  2. scheduling-ships scheduling-ships Public

    User-level thread scheduling library implemented in C for Linux systems. Includes custom thread and mutex management (CEThreads) with multiple scheduling algorithms (RR, SJF, FCFS, Priority, Real-T…

    C 1

  3. real-time-signal-processing real-time-signal-processing Public

    Real-time signal processing project in C++ using Jack for Linux audio systems. It features volume control, energy measurement, period detection, and auto-tune functionality. The project leverages o…

    C++

  4. nios2-alarm-clock-fpga nios2-alarm-clock-fpga Public

    Real-time alarm clock system on Intel NIOS II FPGA using hardware interrupts and GPIO peripherals. No OS required. Developed in C with timer-driven scheduling.

    Verilog

  5. funtrans_calculatorpp funtrans_calculatorpp Public

    This is an application written in C++ that enables users to approximate the numerical values of transcendental functions of a real variable. It achieves this using only the following arithmetic ope…

    C++

  6. mnist-ann-svm-classification mnist-ann-svm-classification Public

    This project implements neural networks (ANN) with PyTorch and support vector machines (SVM) with Scikit-Learn to classify handwritten digits using the MNIST dataset. It includes data augmentation,…

    Python