Skip to content
View jvtoppa's full-sized avatar
  • Unicamp
  • Campinas - SP

Block or report jvtoppa

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

Hi, I'm João!

jameswebb

About me

Hello, my name's João and I'm an Applied Maths student at Unicamp - Brasil

Most of my projects are related to automation, data management and statystical analysis.

If you want to contact me you can send me an email at [email protected]

My skillset

python arduino git cpp2 cprog

Current projects

Currently studying compression algorithms and numeric methods.

Pinned Loading

  1. huffman-rle-compressor huffman-rle-compressor Public

    Entropy-based coding algorithms. Based on Gonzalo Navarro's "Compact Data Structures - A Practical Approach".

    C++

  2. EcoCAN EcoCAN Public

    A Simple I2c/CAN Module designed for the Shell Eco Marathon

  3. Super-Tanks Super-Tanks Public

    Game made for the Algorithms and Data Structure course at Universidade Federal do Rio Grande.

    Python

  4. detectabee detectabee Public

    Integração de câmera com detecção de marcadores ArUco para monitoramento de abelhas e sistemas de visualização embarcado utilizando Raspberry Pi. O projeto é oriundo do Núcleo de Estudos em Ecologi…

    Python

  5. LP-solver LP-solver Public

    Solving linear programs with the Primal Simplex Method.

    C++

  6. pattern-mismatch-FFT pattern-mismatch-FFT Public

    Given a string of size T, a pattern of size P and an integer k; calculate how many times P appears in T with at most k mismatches.

    C++