Pinned Repositories
100NumberGrid
Augmented-Reality-Projects
IOS App in augmented reality. The user can see nearest restaurants and the shortest way to reach them. GMaps API are used.
BayesVisuallyExplained
To understand how the bayes theorem works
LearnMovementWithNeuroevolution
Using neuroevolution teach to simple "creatures" how to move
lyrics-generator
It applies the n-gram model to a dataset of txt files. It was tested to generate pseudo-Beatles lyrics.
PrisonersDilemma
Simulator of the iterated prisoner's dilemma.
SelfCopyCode
Interactive editor to execute code written in BFF (Extending Brainfuck) and to show how it generates the output. BFF was defined in the paper "Computational Life: How Well-formed, Self-replicating Programs Emerge from Simple Interaction".
SongsAnalyzer
Simple program to automatically retreive songs data (lyrics + guitar chords) and visualize them. The data is scraped from UltimateGuitar.com. The visualization is created using p5.js. The input is a list of song titles. The current data is related to the top chart songs from 1950 to 2020.
SonicPi
This repo contains some code to practice with SonicPi.
tamagotchi
Tamagotchi emulator. Code created starting from ryesalvador/tamagotchi.py.
adebiasi's Repositories
adebiasi/SongsAnalyzer
Simple program to automatically retreive songs data (lyrics + guitar chords) and visualize them. The data is scraped from UltimateGuitar.com. The visualization is created using p5.js. The input is a list of song titles. The current data is related to the top chart songs from 1950 to 2020.
adebiasi/SonicPi
This repo contains some code to practice with SonicPi.
adebiasi/tamagotchi
Tamagotchi emulator. Code created starting from ryesalvador/tamagotchi.py.
adebiasi/100NumberGrid
adebiasi/Augmented-Reality-Projects
IOS App in augmented reality. The user can see nearest restaurants and the shortest way to reach them. GMaps API are used.
adebiasi/BayesVisuallyExplained
To understand how the bayes theorem works
adebiasi/benford-law-examples
Case studies using Benford's Law.
adebiasi/Chaos-and-complexity
Fractals, cellular automata, attractors, etc.
adebiasi/Doing-Math-with-Python
Examples taken from the book Doing Math with Python.
adebiasi/LearnMovementWithNeuroevolution
Using neuroevolution teach to simple "creatures" how to move
adebiasi/LinuxCommandLineTutorial
Guidelines to practice with the Linux shell.
adebiasi/lyrics-generator
It applies the n-gram model to a dataset of txt files. It was tested to generate pseudo-Beatles lyrics.
adebiasi/PrisonersDilemma
Simulator of the iterated prisoner's dilemma.
adebiasi/SelfCopyCode
Interactive editor to execute code written in BFF (Extending Brainfuck) and to show how it generates the output. BFF was defined in the paper "Computational Life: How Well-formed, Self-replicating Programs Emerge from Simple Interaction".
adebiasi/SOAPClientServerExamples
adebiasi/VisualMachineLearning
adebiasi/DobbleAlgorithm
adebiasi/DrumByNumbers
Drum machine written in p5js. It is configurable with simple commands.
adebiasi/InteractiveInfographics
Interactive visualization to play with open data. Written in p5.
adebiasi/NumberphileCountTanks
After looking the Numberphile video "The Clever Way to Count Tanks", I wanted to check their findings.
adebiasi/RecursiveTicTacToe
Ricursive Tic-tac-toe board composed by mini tic-tac-toe boards
adebiasi/TicTacToeStrategy
The project enable to play Tic-Tac-Toe with some statistics about the possible ends of the game.
adebiasi/VirtualTexturingProjects
Implementation of the concept of Virtual Texturing using the JOGL libraries.
adebiasi/WorldWindProjects