Pinned Repositories
AmazingSort
Amazing sort is a java program to test different sorting algorithms with different sets of data. These sets differ on amount of elements and on the generated element, for each time that the generator is executed new and a different set of numbers is created.
CarouselFX
A template to create a carousel using JavaFX.
cppstl
Dora
Dora is a Go program to automate writing letters.
Monografia
oscarneiva
oscarneiva.github.io
My Webpage.
PageRank
A simulation of the Pagerank algorithm in Matlab. The implementation of some techniques are simulated in this experiment, for instance, the power method, teleportation model and distributed matrices.
pendas
public-apis
A collective list of free APIs for use in software and web development.
oscarneiva's Repositories
oscarneiva/Dora
Dora is a Go program to automate writing letters.
oscarneiva/oscarneiva
oscarneiva/PageRank
A simulation of the Pagerank algorithm in Matlab. The implementation of some techniques are simulated in this experiment, for instance, the power method, teleportation model and distributed matrices.
oscarneiva/AmazingSort
Amazing sort is a java program to test different sorting algorithms with different sets of data. These sets differ on amount of elements and on the generated element, for each time that the generator is executed new and a different set of numbers is created.
oscarneiva/CarouselFX
A template to create a carousel using JavaFX.
oscarneiva/cppstl
oscarneiva/Monografia
oscarneiva/oscarneiva.github.io
My Webpage.
oscarneiva/pendas
oscarneiva/public-apis
A collective list of free APIs for use in software and web development.
oscarneiva/TSPGeneticAlgorithms
This repository was created to put in practice my studies about genetic algorithms and its different strategies for selection and crossover. Did not have enough time to prepare lessons and implement them all, but some selection techniques can be found in this repository.
oscarneiva/solving-problems
oscarneiva/UserSystem
Sample Java project with MVC design pattern and CRUD operations of persistent storage in a CSV file.