Skip to content
View sajiyashodha's full-sized avatar

Block or report sajiyashodha

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pubg-game-dashboard pubg-game-dashboard Public

    For game board-caster, this API is a game-changer. It allows us to access real-time game data directly from PUBG Mobile — everything from match stats, team performance, player rankings, and much mo…

    TypeScript

  2. water-detect-project water-detect-project Public

    AI-powered water consumption awareness system using ESP32, TinyML (Edge Impulse), sound classification, and real-time voice notifications to help reduce water usage.

    C++

  3. BoyerMooreParallel-WellOptimize-Python BoyerMooreParallel-WellOptimize-Python Public

    Boyer Moore parallel version with Bidirectional searching method and changed logic was implemented using six threads for this process like two for bad character rule another two for good suffix rul…

    Python 1

  4. GUI-Application-for-Searching-Mechanism GUI-Application-for-Searching-Mechanism Public

    After optimized the Boyer Moore Algorithm, i create a GUI application to use in searching process.Boyer Moore string searching algorithm is one of the mechanism that uses in most of the string sear…

    Python 1

  5. BoyerMooreParallel-Python BoyerMooreParallel-Python Public

    Boyer Moore parallel version was implemented using three threads for this process like one for bad character rule another one for good suffix rule and other one for searching mechanism

    Python

  6. BoyerMooreParallelBidirectional-Python BoyerMooreParallelBidirectional-Python Public

    Boyer Moore parallel version with Bidirectional searching method was implemented using six threads for this process like two for bad character rule another two for good suffix rule and other two fo…

    Python