Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Bitbucket.org / miranda_ricardo

miranda_ricardo/clojure-job-queue

Simplified version of a job queue.

Language: clojure - Size: 1.01 MB - Last synced: over 1 year ago

miranda_ricardo/akka-billing

Write a program that when run will parse the `calls.log` file and print out the total cost of calls for the day for each customer.

Language: scala - Size: 779 KB - Last synced: over 1 year ago

miranda_ricardo/haskellgeneticprogrammingclasses

Genetic programming inspired on the book Genetic Algorithms in Java Basics, by Lee Jacobson and Burak Kanber, cahpter 5, Class Scheduling.

Language: haskell - Size: 995 KB - Last synced: over 1 year ago

miranda_ricardo/lotkavolterrasynchronouselixir

This is an explicit Lotka Volterra model solution, using synchronous communication.

Language: elixir - Size: 247 KB - Last synced: almost 2 years ago

miranda_ricardo/scalageneticmagicsquare

(C) Ricardo Cristovao Miranda, 2016. This program solves a magic square puzzle using genetic Programming. From the wikipedia, lets see what is what is a magic square: In recreational mathematics, a magic square is an arrangement of distinct numbers (i.e., each number is used once), usually integers, in a square grid, where the numbers in each row, and in each column, and the numbers in the main and secondary diagonals, all add up to the same number, called the “magic constant.” A magic square has the same number of rows as it has columns, and in conventional math notation, "n" stands for the number of rows (and columns) it has.

Language: scala - Size: 1.11 MB - Last synced: over 1 year ago

miranda_ricardo/gaminggraphs

Writing an article describing Goncalo Castro's neo4j project. In this project GiantBomb's public API is accessed to fetch games data. neo4j is used to present and explore this data.

Language: - Size: 563 KB - Last synced: over 1 year ago

miranda_ricardo/lotkavolterraasynchronouselixir

This project solves the Lotka Volterra model asynchronously. Elixir's documentation states synchronous communications are preferable. Nevertheless I wanted to do it otherwise because, according to Carl Hewitt, communications among actors are always asynchronous (for instance take a look at the wonderful talk with Erik Mejier and Clemens Szyperski at https://www.youtube.com/watch?v=7erJ1DV_Tlo).

Language: elixir - Size: 469 KB - Last synced: almost 2 years ago

miranda_ricardo/domaindecompositionconsolidation

Actor Model approach is used to parallelize the consolidation of HDF files. These files were produced by Mohid's domain decomposition. Mpich's MPI implementation was used for message passing.

Language: fortran - Size: 32.5 MB - Last synced: almost 2 years ago