jcbritobr
Father, rustacean 🦀, gopher 🐹 ,open sourcerer 🪄 and digital artist 👨🏼🎨 from Brazil.
Sonda | EmbraerSão José dos Campos
Pinned Repositories
erco-fltk-examples
Erco's fltk Cheat Page examples ported for Rust Language.
keygen
Keygen is a cli golang application that automates the creation of user keys. It possible to choose between symbols, uppercase, lowercase and number characters. Also, is possible to set the key size.
libnacl
Rust wrapper API for libnacl - https://nacl.cr.yp.to/
linux_power_opt
Linux power optimization tutorial for Nvidia, Intel and Ubuntu based distributions.
nvml-csharp
Nvml( nvidia monitoring library) wrapper for c#.
pasnvml
Nvml( nvidia monitoring library) wrapper for object pascal.
pnm
PNM is a collection of open image formats. This library supports ppm, pgm and pbm formats,
rustcolor
Rust terminal rendering library thats supports 3/4 bit, 8 bit and 24 bit colors.
sray
SRay is a simple raytracer application based on Raytracer in one Weekend book.
workerpool
A simple workerpool implementation in rust.
jcbritobr's Repositories
jcbritobr/linux_power_opt
Linux power optimization tutorial for Nvidia, Intel and Ubuntu based distributions.
jcbritobr/rustcolor
Rust terminal rendering library thats supports 3/4 bit, 8 bit and 24 bit colors.
jcbritobr/clientserverkvsore
Client/Server Key Value Store
jcbritobr/go-concurrency-patterns
Examples on how to implement concurrency patterns in golang, and use the best feature of the language.
jcbritobr/james
James is a cli for create gnome desktop launchers. It can add all entries in .desktop files, as its multiple values.
jcbritobr/keygen
Keygen is a cli golang application that automates the creation of user keys. It possible to choose between symbols, uppercase, lowercase and number characters. Also, is possible to set the key size.
jcbritobr/libnacl
Rust wrapper API for libnacl - https://nacl.cr.yp.to/
jcbritobr/portscanner
This is a simple port scanner that is able to map a large range of protocols.
jcbritobr/sbox
SBOX is a cli application that implements the secretbox seal and open functions to encrypt documents.
jcbritobr/workerpool
A simple workerpool implementation in rust.
jcbritobr/concprog
Tutorials about Rust concurrency using atomics, mutexes, rwlocks, scoped threads and conditional variables.
jcbritobr/cpupower-gui
cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
jcbritobr/gonet
Gonet is a set of examples thats shows how to implement network applications using golang
jcbritobr/grpc-sample
A simple project implementation grpc in Rust using tonic and prost, based on Let's Get Rusty tutorial.
jcbritobr/iris
Iris dataset and data analysis with julia language.
jcbritobr/JuliaForDataAnalysis
Codes for the book "Julia for Data Analysis"
jcbritobr/leetfy
Leetfy encodes and transforms your text in leet using low frequency leet alphabet, and full leet alphabet. Low frequency leet is good for passwords, as you aren't using a full leet dialect, and it can enhance your passwords quality.
jcbritobr/LinAlg4DataScience
Code that accompanies the book "Linear Algebra for Data Science"
jcbritobr/linearregression-intro
Introdução a regressão e modelos lineares
jcbritobr/min-sized-rust
🦀 How to minimize Rust binary size 📦
jcbritobr/sray
SRay is a simple raytracer application based on Raytracer in one Weekend book.
jcbritobr/statistics
Notebook que descreve simples exercícios sobre estatística usando linguagem Julia
jcbritobr/tcv
A cli to convert temperatures between kelvin, celcius and fahrenheit.
jcbritobr/bhg
Code samples for No Starch Press Black Hat Go
jcbritobr/COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
jcbritobr/essentialmathfordatas
Lots of notebooks providing examples on how to do calculus, statistics and machine learning with Python.
jcbritobr/go-fltk
A simple wrapper around FLTK 1.3 library
jcbritobr/introneuron
Introdução ao modelo de redes neurais
jcbritobr/mo
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
jcbritobr/vault
Vault is a key value store for your keys. The keys are stored and persisted in json format file.