Skip to content
View yadav-sachin's full-sized avatar
Block or Report

Block or report yadav-sachin

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. spectre-attack-image spectre-attack-image Public

    Spectre attack variant 1 is used here to extract an image data buffer from a program. The output image data is then decoded and median filters are applied to remove the hot pixels in the output ima…

    C++

  2. kickOut kickOut Public

    Kickout is a new strategy game which I theorized as a two-player game on a 2D board. This is the online version of the game to run on a server for users to play the game from their location.

    JavaScript 1

  3. spectre-attack spectre-attack Public

    Variant 1 of the Spectre attack which is to bypass the bounds checks in the target process and retrieve the private data. Here in this example, I have demonstrated how to retrieve a string data usi…

    C++ 5 1

  4. Multilevel-Cache-Controller Multilevel-Cache-Controller Public

    Cache Controller for a multi-level Cache memory using four-way set-associative mapping with write-back, no-write allocate and LRU policy. Implemented on a Basys3 Artix-7 FPGA with proper delays and…

    Verilog 8 1

  5. nishikantparmariam/Inter-IIT-Tech-Meet nishikantparmariam/Inter-IIT-Tech-Meet Public

    Source code for Inter IIT Tech Meet Coding Hackathon

    JavaScript 1 1

  6. kickOut-game-two-player kickOut-game-two-player Public

    Kickout is a new game which I theorized as a two-player game on a 2D board. There are three types of game pieces and the last player to make a move wins the game. Here I used the game-theory concep…

    JavaScript