Skip to content
View jgardona's full-sized avatar
🔬
🔬

Block or report jgardona

Report abuse

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

Report abuse
jgardona/README.md

👋🏽 About me

I am Julio, an enthusiast of data science, digital art and open source projects. During my degree in Computer Science (2001-2005), I wrote several articles in computational vision and artificial neural networks. I have been working in the industry for many years developing solutions for telecommunications, CCTV and aerospace companies. I like to build algorithms to solve problems, perform optimizations, and also build machine learning models to deliver smarter products.

⚗️ Projects

MHV - A text mode console hexadecimal viewer written in rust.

Rpools - A minimalist rust workerpool implementation that uses channels to synchronize the jobs. It can spawn a fixed number of worker threads, that waits for a job queue.

Port Scanner - A simple port scanner that is able to map a large range of protocols. Using good design patterns for concurrency and written in golang.

🌐 Socials

Mastodon Follow Discord Static Badge

Pinned Loading

  1. portscanner portscanner Public

    Forked from jcbritobr/portscanner

    This is a simple port scanner that is able to map a large range of protocols.

    Go 2

  2. mhv mhv Public

    mhv is a minimalist hexadecimal viewer.

    Rust 11 1

  3. syk syk Public

    Forked from jcbritobr/vault

    SYK (store your keys) is a key value store for your keys. The keys are stored and persisted in json format file.

    Rust

  4. tcv tcv Public

    Forked from jcbritobr/tcv

    A cli to convert temperatures between kelvin, celcius and fahrenheit.

    Rust 1

  5. sray sray Public

    Forked from jcbritobr/sray

    SRay is a simple raytracer application based on Raytracer in one Weekend book.

    C++

  6. rpools rpools Public

    A minimalist rust workerpool implementation that uses channels to synchronize the jobs. It can spawn a fixed number of worker threads, that waits for a job queue.

    Rust 3