Skip to content
View MH2033's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MH2033

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 Loading

  1. EvenFasterFFT EvenFasterFFT Public

    Forked from AMSC22-23/FFT-Pesce-Miotti-Allahakbari

    A set of Fourier Transfrom implementations are explored here. From simple DFT to Block FFT on GPU

    C++

  2. distributed-transcoder distributed-transcoder Public

    A distributed transcoding tool built with gstreamer, ffmpeg and open MPI for Nvidia jetson platfrom

    C++ 1 1

  3. worker-crew-manager worker-crew-manager Public

    C++ worker crew manager built on top of eventpp project

    C++ 1

  4. Quadcopter-Flight-Controller Quadcopter-Flight-Controller Public

    Quadcopter flight controller developed using ESP-IDF for ESP32 microcontroller

    C 5

  5. Research on making reverse engineer ... Research on making reverse engineer proof C++ apps
    1
    1. Tools for analyzing and exploring executables
    2
      strings, nm, readelf, objdump
    3
      
    4
    2. Compiler flags to exclude global symbol table and information generated by compiler(Also removing dead code)
    5
      "-fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-s -Wl,--exclude-libs=ALL"
  6. Die-Again-Shell Die-Again-Shell Public

    A minimalistic shell for linux based enviroments

    C++