Skip to content
View giorgapost's full-sized avatar
๐Ÿ˜Ž
๐Ÿ˜Ž

Highlights

  • Pro

Organizations

@AnonKour
Block or Report

Block or report giorgapost

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. wordsearch-package wordsearch-package Public

    This Java package implements a system which searches for some given words into a large number of text files, and returns all the locations where they are found.

    Java 1

  2. smith-waterman-algorithm smith-waterman-algorithm Public

    A C++ implementation of the Smith - Waterman algorithm. The system consists of 3 different implementations: the one is sequential, while the other two parallelize the execution in a coarse and a fiโ€ฆ

    C++ 4

  3. edas edas Public

    A distributed embedded system, which returns the average of the temperatures measured by its components.

    C

  4. convex-optimization convex-optimization Public

    A collection of convex optimization algorithms.

    MATLAB

  5. mips-list-with-factorial mips-list-with-factorial Public

    Simple list implemented for MIPS processor. Moreover, it can compute the factorial of the words stored at each node.

    Assembly