An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by jcbritobr

A curated list of projects in awesome lists by jcbritobr .

https://github.com/jcbritobr/pasnvml

Nvml( nvidia monitoring library) wrapper for object pascal.

freepascal lazarus-ide nvidia-gpu nvidia-smi nvml pascal-language

Last synced: 06 Apr 2025

https://github.com/jcbritobr/rustcolor

Rust terminal rendering library thats supports 3/4 bit, 8 bit and 24 bit colors.

colors rendering rust terminal

Last synced: 06 Apr 2025

https://github.com/jcbritobr/nvml-csharp

Nvml( nvidia monitoring library) wrapper for c#.

csharp cuda gpu library monitoring nvidia nvml

Last synced: 06 Apr 2025

https://github.com/jcbritobr/linux_power_opt

Linux power optimization tutorial for Nvidia, Intel and Ubuntu based distributions.

battery-life intel linux mangohud nvidia overheating power powertop tutorial

Last synced: 06 Apr 2025

https://github.com/jcbritobr/toyshell

This is a simple toy shell written in Rust language with porpose of learning system programmim, and in a specific theme, process management.

process rust shell system-programming

Last synced: 06 Apr 2025

https://github.com/jcbritobr/pnm

PNM is a collection of open image formats. This library supports ppm, pgm and pbm formats,

decoder encoder go golang image image-processing pbm-image pgm-image pnm ppm-image

Last synced: 06 Apr 2025

https://github.com/jcbritobr/gtk-rs-demo

This demo shows how I(personal use case) use to organize view and controller data in a gtk-rs program. Also, this example shows a lot of stuff about styling widgets, use drag and drop and how to use widgets references.

controller demo gtk-rs gtk3 rust view

Last synced: 06 Apr 2025

https://github.com/jcbritobr/erco-fltk-examples

Erco's fltk Cheat Page examples ported for Rust Language.

fltk gui rust tutorial

Last synced: 06 Apr 2025

https://github.com/jcbritobr/color-space-pkg

A Color Space package for Free Pascal.

color freepascal lazarus

Last synced: 06 Apr 2025

https://github.com/jcbritobr/img2ascii

Simple term ascii image encoder fully tested.

ascii ascii-art encoder go golang image image-processing tdd testing

Last synced: 06 Apr 2025

https://github.com/jcbritobr/go-concurrency-patterns

Examples on how to implement concurrency patterns in golang, and use the best feature of the language.

concurrent-programming golang parallel-programming parallelism patterns

Last synced: 06 Apr 2025

https://github.com/jcbritobr/sbox

SBOX is a cli application that implements the secretbox seal and open functions to encrypt documents.

cryptography symmetric-encryption tool

Last synced: 06 Apr 2025

https://github.com/jcbritobr/james

James is a cli for create gnome desktop launchers. It can add all entries in .desktop files, as its multiple values.

application desktop gnome golang launcher

Last synced: 06 Apr 2025

https://github.com/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.

golang key-generator random-generation

Last synced: 06 Apr 2025

https://github.com/jcbritobr/c8vm

C8VM is a chip 8 virtual machine built using Go language.

chip8 emulator golang interpreter virtual-machine

Last synced: 06 Apr 2025

https://github.com/jcbritobr/libnacl

Rust wrapper API for libnacl - https://nacl.cr.yp.to/

api cryptography nacl wrapper-api

Last synced: 06 Apr 2025

https://github.com/jcbritobr/workerpool

A simple workerpool implementation in rust.

parallel rust threading worker-pool

Last synced: 06 Apr 2025

https://github.com/jcbritobr/clientserverkvsore

Client/Server Key Value Store

api golang kvstore

Last synced: 06 Apr 2025

https://github.com/jcbritobr/portscanner

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

go golang network-analysis networking port-scanner tdd testing

Last synced: 06 Apr 2025

https://github.com/jcbritobr/rust-fs-tutorial

A Rust filesystem tutorial that shows how to use fs module for realize operations in files, create hard and soft links.

filesystems rust system-programming

Last synced: 06 Apr 2025

https://github.com/jcbritobr/concprog

Tutorials about Rust concurrency using atomics, mutexes, rwlocks, scoped threads and conditional variables.

concurrent-programming locks mutex rust-lang

Last synced: 06 Apr 2025

https://github.com/jcbritobr/gorilla-api-tdd

A gorilla to-do rest api using tdd and golang tests best practices

golang gorilla-mux rest-api tdd testing

Last synced: 06 Apr 2025

https://github.com/jcbritobr/statistics

Notebook que descreve simples exercícios sobre estatística usando linguagem Julia

julia-language notebook statistics

Last synced: 06 Apr 2025

https://github.com/jcbritobr/gonet

Gonet is a set of examples thats shows how to implement network applications using golang

Last synced: 06 Apr 2025

https://github.com/jcbritobr/tcv

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

cli temperature-converter

Last synced: 06 Apr 2025

https://github.com/jcbritobr/sray

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

computer-graphics cpp raytracer raytracer-application

Last synced: 06 Apr 2025

https://github.com/jcbritobr/sfml.net

This is a fork from Sfml.Net project.

csharp game-development sfml

Last synced: 06 Apr 2025

https://github.com/jcbritobr/linearregression-intro

Introdução a regressão e modelos lineares

calculus data-science julia linear-algebra linear-regression models

Last synced: 06 Apr 2025

https://github.com/jcbritobr/ercos-fltk-cheat-page-modern-cpp

This is a rewrite of ercos cheat page examples in modern c++ 17

cpp examples fltk gui

Last synced: 06 Apr 2025

https://github.com/jcbritobr/iris

Iris dataset and data analysis with julia language.

data-analysis data-science data-visualization iris-dataset julia-language

Last synced: 06 Apr 2025

https://github.com/jcbritobr/jcbritobr

Last synced: 06 Apr 2025

https://github.com/jcbritobr/grpc-sample

A simple project implementation grpc in Rust using tonic and prost, based on Let's Get Rusty tutorial.

client-server grpc rust

Last synced: 06 Apr 2025

https://github.com/jcbritobr/chat

Simple multithreaded chat using sync.Map.

chat go golang threading

Last synced: 06 Apr 2025

https://github.com/jcbritobr/sevenguitasksgiu

This is an implementation of the 7GUIs tasks written with Golang and GIU library.

golang graphics gui tutorial

Last synced: 06 Apr 2025

https://github.com/jcbritobr/iris-python

Simple data analysis using iris dataset, pandas, numpy, matplotlib and seaborn.

data-science matplotlib numpy pandas python seaborn

Last synced: 06 Apr 2025

https://github.com/jcbritobr/flux-xor-ml

Simple flux model thats solves the xor problem.

flux julia machine-learning tutorial

Last synced: 06 Apr 2025

https://github.com/jcbritobr/gocrypto-study

This study is based on Golang Cryptography for Depeloper book and its examples.

cryptography golang study

Last synced: 06 Apr 2025

https://github.com/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.

application cli leetcode rust

Last synced: 06 Apr 2025

https://github.com/jcbritobr/vault

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

key-value-store password

Last synced: 06 Apr 2025

https://github.com/jcbritobr/opencv-java

Lots of opencv examples from books ported to java code

computer-vision image-analysis image-processing java opencv

Last synced: 06 Apr 2025

https://github.com/jcbritobr/introneuron

Introdução ao modelo de redes neurais

julia-language machine-learning neural-network neuron pluto-notebooks

Last synced: 06 Apr 2025

https://github.com/jcbritobr/echoserver

A simple blocking echo server in rust

network-programming rust-lang server tcp tcp-server

Last synced: 06 Apr 2025

https://github.com/jcbritobr/essentialmathfordatas

Lots of notebooks providing examples on how to do calculus, statistics and machine learning with Python.

calculus data-science linear-algebra machine-learning math python3 statistics

Last synced: 06 Apr 2025

https://github.com/jcbritobr/gtkrs-view-controller

Simple gtk application template thats uses a view controller architecture.

application architecture controller gtk3 rust view

Last synced: 06 Apr 2025

https://github.com/jcbritobr/covid-analysis

A data analysis of covid-19 in Brazil. Data from the last month.

covid-19 data-science jupyter-notebook python python3

Last synced: 06 Apr 2025