Skip to content
View Jugurtha's full-sized avatar

Block or report Jugurtha

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

Popular repositories Loading

  1. ChessHeuristics ChessHeuristics Public

    Chess Heuristics evaluation function.

    C 1

  2. VehicleOBD2Monitoring VehicleOBD2Monitoring Public

    Collecting monitorig data from vehicles (via OBD2), storing the data, encripting it with sha256 and HMAC before transmitting them to the central via Wifi (After authentification) using NodeMCU ESP8…

    C++ 1

  3. PrimeNumbers PrimeNumbers Public

    Finding the N first prime numbers in sequential and parallel fashion with OpenMP and MPI.

    C

  4. QtPrimeNumbers QtPrimeNumbers Public

    Same project as https://github.com/Jugurtha/PrimeNumbers but using QtConcurrent API with a little workaround that I found here : https://stackoverflow.com/a/16729619/4830454

    C++

  5. FSAutomata FSAutomata Public

    Finite state automata implementation using boost::multi_index_container and Qt

    C++

  6. KnapSack-Porblem KnapSack-Porblem Public

    A dynamic programming implementation of the classical 0/1 Knapsack problem.

    C++