Skip to content
View arneish's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report arneish

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. unity2D-paratroopers-game unity2D-paratroopers-game Public

    Codebase for our very own game "Paratroopers 2018" developed on the Unity-2D engine in C# and Javascript. The game is a modern-day version of the classic 1982 MS DOS-based game "Paratrooper", writt…

    C# 10

  2. parallel-k-means parallel-k-means Public

    A parallelised implementation of the K-means clustering algorithm using C Pthreads and separately using OpenMP specification for C

    C 14

  3. CUDA-PCA-jacobi CUDA-PCA-jacobi Public

    CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable version of the Jacobi eigenvalue algorithm.

    Cuda 26 4

  4. MPI-pattern-matching MPI-pattern-matching Public

    A C++ implementation of a periodic-pattern matching parallel algorithm using MPICH 3.2 implementation of the MPI distributed-computing standard

    C 8

  5. graph-theory-algorithms graph-theory-algorithms Public

    An (under-construction) library of graph theory algorithms implemented in C++ using C++ STL

    C++ 6

  6. parallel-PCA-openmp parallel-PCA-openmp Public

    A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for C…

    C 17 3