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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
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