Skip to content
View moalitoali's full-sized avatar
  • Strawberry
  • Stockholm

Block or report moalitoali

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Parallelized-Game-of-Life Parallelized-Game-of-Life Public

    Parallelized implementation of Game of Life using Pthreads in C. This was an individual project as part of the course "High Performance Programming - 10 credits" at Uppsala University

    C

  2. Parallelized-Shearsort Parallelized-Shearsort Public

    Parallelized implementation of the shearsort algorithm in C using MPI. This was an individual project as part of the course "Parallel and Distributed Programming - 5 credits" at Uppsala University

    C

  3. Website-CafeCoruscant- Website-CafeCoruscant- Public

    Implementation of a website made for a made-up coffee shop (with a Star Wars theme). Code in HTML, CSS and JavaScript. This was an individual project as part of the course "Web Application Developm…

    HTML

  4. Parallelized-matrix-matrix-multiplication Parallelized-matrix-matrix-multiplication Public

    This assignment includes a parallelized implementation of Cannon's algorithm for matrix-matrix multiplication. The code was written in C and the parallelization was made using MPI. This was a group…

    C

  5. Parallelized-Quicksort Parallelized-Quicksort Public

    This assignment includes a parallelized implementation of the quicksort algorithm. The code was written in C and the parallelization was made using MPI. This was a group project as part of the cour…

    C

  6. The-N-body-Problem The-N-body-Problem Public

    This assignment includes two different implementations in C for solving the N-body problem, each with a serial code and a parallelized code. The file galsim1.c is a linear implementation, and its p…

    C