School project. A program in CUDA to recover a password from a given MD5 hash file. Uses smart attack methods.
-
Updated
Dec 23, 2013 - C
School project. A program in CUDA to recover a password from a given MD5 hash file. Uses smart attack methods.
Undergraduate Research about Parallel Computing in JavaScript
Design and implementation of matrix operations using C++ and MPI.
Trace Minimization Algorithm (Alg 11.13 of book "Parallelism in Matrix Computations")
Parallel version of the matrix multiplication algorithm. The program creates N child threads that compute the multiplication of row i X column j of two square matrices and then send their results to the parent thread using thread synchronization.
My Parallel Programming experiences
Parallel Processing Course - GPGPU(CUDA) Project
Parallel Processing Course - MPI(MPICH2) Project [Team Project]
Multithreaded implementation of the Merge Sort algorithm in Java
remote_multicommand provides execution of multiple commands in multiple servers in parallel (multiple processes)
Add a description, image, and links to the parallel-programming topic page so that developers can more easily learn about it.
To associate your repository with the parallel-programming topic, visit your repo's landing page and select "manage topics."