Pinned Repositories
asyncapi-schema-pydantic
Pydantic model for the AsyncAPI (v2) specification schema
GJKCollisionDetection
C++ implementation of the GJK algorithm for convex polygon collision detection.
IceClimberClone
Implementation of the "Ice Climber"(1984) NES game from scratch using C++ and Raylib
KohonenNeuralNetwork
C implementation of the Kohonen Neural Network (SOM algorithm)
MandelbrotGoLang
Distributed computing of the Mandelbrot set using GoLang, gRPC and RayLib
ng2-daterange-picker
Light and simple date range picker component for Angular2 based on Material
Tensar
A C++ implementation to create, visualize and train Convolutional Neural Networks
tensorflowjs-mnist-live
A real-time handwritten digit recognition using tensorflow.js, node.js and socket.io
tsp-solver
A Travelling Salesman Problem solver written in C implementing Genetic Algorithms.
Wolf3DClone
Implementation of the "Wolfenstein 3D"(1992) game engine from scratch using vanilla C and raylib
albertnadal's Repositories
albertnadal/Tensar
A C++ implementation to create, visualize and train Convolutional Neural Networks
albertnadal/IceClimberClone
Implementation of the "Ice Climber"(1984) NES game from scratch using C++ and Raylib
albertnadal/MandelbrotGoLang
Distributed computing of the Mandelbrot set using GoLang, gRPC and RayLib
albertnadal/asyncapi-schema-pydantic
Pydantic model for the AsyncAPI (v2) specification schema
albertnadal/Wolf3DClone
Implementation of the "Wolfenstein 3D"(1992) game engine from scratch using vanilla C and raylib
albertnadal/KohonenNeuralNetwork
C implementation of the Kohonen Neural Network (SOM algorithm)
albertnadal/GJKCollisionDetection
C++ implementation of the GJK algorithm for convex polygon collision detection.
albertnadal/tsp-solver
A Travelling Salesman Problem solver written in C implementing Genetic Algorithms.
albertnadal/tensorflowjs-mnist-live
A real-time handwritten digit recognition using tensorflow.js, node.js and socket.io
albertnadal/download_dragon_ball_episodes
Download Dragon Ball episodes from 3cat
albertnadal/kohonen-wine-quality
A Kohonen Neural Network (aka Self-Organizing Map) implementation to discover wich properties makes a wine good
albertnadal/AngularAjManresa
L'objectiu d'aquest curs és entendre i adquirir els coneixements bàsics necessaris per poder desenvolupar aplicacions web emprant el framework Angular.
albertnadal/binary-search-tree
A Binary Search Tree implementation written in C++
albertnadal/funtastic
A simple web game to have fun playing basketball with body poses
albertnadal/QBasicBoids
An implementation in QBasic of the artificial life algorithm Boids by Craig Reynolds
albertnadal/SeamCarvingAlgorithm
Implementation of the Seam Carving algorithm in Python
albertnadal/simdjson-vs-rapidjson
A very simple performance test to compare simdjson and rapidjson parsing times
albertnadal/social-golfer-problem-solver
This is a C implementation to solve the Social Golfer Problem
albertnadal/cloe
Cloe (command-line interface CLOud Editor). This is a work in progress!
albertnadal/conway-game-of-life
Go implementation of the Conway Game of Life.
albertnadal/HttpAcceptParser
C++11 class for parsing HTTP 'Accept' headers. Implemented according to the RFC 7231 and 2616.
albertnadal/json2tsdb
Containerized application to generate TSDB databases from JSON files
albertnadal/lzw-encoder
The LZW compression algorithm written in C99
albertnadal/Minecraft
Voxel Engine (like Minecraft) in Python and OpenGL
albertnadal/old-turbo-pascal-shit
floppy backups from 1998
albertnadal/particle-attraction-sim
Particles (luquid) attraction simulation with raylib
albertnadal/raycaster
A simple raycaster engine
albertnadal/raytracer
A simple 3D scene rendering engine using Ray Tracing using JavaScript & p5.js
albertnadal/RaytracerCpp
albertnadal/Verlet
Verlet Integration Demo written in C using Raylib