Pinned Repositories
azathoth
Personal project to research about project patterns in Node.js
charles-dexter
Rust modules for Node.js.
cli-parameter-getter
From CLI you can get any parameter from it order or parameter name
dra-dual-reference-array
Use the same JS object like an array or a map
elevators
Simulate elevators service, given a number of floors X elevators.
guts
Small and self contained utils for Go language
tcc-ia-big-data
Simulating multi-agent turn-based board games using reinforcement learning via Value-Decomposition Network and Gymnasium API.
trucks-x-cargo
Load cargos and trucks data (.csv files), pick the closest truck for each cargo, and output in the stdout.
vertx-kotlin-rest-api
REST API using Vert.x and Kotlin.
jotafeldmann's Repositories
jotafeldmann/elevators
Simulate elevators service, given a number of floors X elevators.
jotafeldmann/dra-dual-reference-array
Use the same JS object like an array or a map
jotafeldmann/cli-parameter-getter
From CLI you can get any parameter from it order or parameter name
jotafeldmann/trucks-x-cargo
Load cargos and trucks data (.csv files), pick the closest truck for each cargo, and output in the stdout.
jotafeldmann/azathoth
Personal project to research about project patterns in Node.js
jotafeldmann/guts
Small and self contained utils for Go language
jotafeldmann/netflix-subtitle-shorcut
A Netflix shortcut to make it easier to show and hide subtitles on browsers.
jotafeldmann/nyarlathotep
Playground of technologies.
jotafeldmann/vertx-kotlin-rest-api
REST API using Vert.x and Kotlin.
jotafeldmann/charles-dexter
Rust modules for Node.js.
jotafeldmann/culture
Base repository for culture documentation
jotafeldmann/document-mutation
Library: given a document and a mutation, must generate the database update statements.
jotafeldmann/is-sum-inside-the-list
Given an array A and a sum S, write a function that returns true if there are 2 numbers inside.
jotafeldmann/java-rest-api
Bleeding edge Java REST API, from scratch, without Spring
jotafeldmann/jotafeldmann-node-utils
jotafeldmann/learning-c
Learning C language
jotafeldmann/lovecraft
CLI crawler with recipes
jotafeldmann/node-rest-api
REST API for Node.
jotafeldmann/python-rest-api
REST API for Python.
jotafeldmann/tcc-ia-big-data
Simulating multi-agent turn-based board games using reinforcement learning via Value-Decomposition Network and Gymnasium API.
jotafeldmann/code-comment-remover
jotafeldmann/deep-rl-toolkit
RLToolkit is a flexible and high-efficient reinforcement learning framework. Include implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
jotafeldmann/jota-node-scaffold
My basic Node structure
jotafeldmann/jotafeldmann
jotafeldmann
jotafeldmann/ma-gym
A collection of multi agent environments based on OpenAI gym.
jotafeldmann/minimal-marl
Minimal implementation of multi-agent reinforcement learning algorithms