Skip to content
View Uniquedex100's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Uniquedex100

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. summer-of-code-2023 summer-of-code-2023 Public

    Forked from devclub-iitd/summer-of-code-2023

    4-week long session across 4 tracks App, Backend, Frontend and Machine Learning.

    JavaScript 1

  2. Document_Search_Tool_COL106 Document_Search_Tool_COL106 Public

    Worked within a team of four to create a potent Document Search Tool merging the concepts of DSA with ML implementations. Constructed a word-count dictionary and advanced algorithms to perform effi…

    C++

  3. EPP_Compiler_COL106 EPP_Compiler_COL106 Public

    Designed an E++ compiler capable of converting any set of mathematical expressions & variables into a set of instructions to be passed onto a stack machine and an expression evaluation system to ha…

    C++

  4. Expression_Evaluator_COL106 Expression_Evaluator_COL106 Public

    Utilized several data structures like AVL trees for implementing a Symbol Table to keep track of all the variables and memory allocations, Binary Search Trees to generate Expression Trees in which …

    C++

  5. FPGA_Gradient_Config._FSM_COL215 FPGA_Gradient_Config._FSM_COL215 Public

    Implemented gradient-based image processing algorithm using VHDL in Vivado & synchronized VGA display to check results. Then Introduced concept of FSMs in order to improve the performance.

    VHDL

  6. Logic_Gate_Optimizer_COL215 Logic_Gate_Optimizer_COL215 Public

    Designed an O(n2*d) algorithm to find the most optimum implementations in a complex circuit which would otherwise have been exponential O(an). Finally, designed a hierarchical Logic Analyzer to pre…

    Python