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

    Block or report Krutash

    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.

    Content in all repositories owned by your account will be closed.
    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. GUI-program-for-serial-communicationGUI-program-for-serial-communicationPublic

      The GUI program was designed to assist an in house developed chromatogram for data collection and data analysis. The developed software can help communicate with the device. I have attached the co…

      Python

    2. Lookahead-Parser-in-CLookahead-Parser-in-CPublic

      Developed a look ahead parser in C. A Grammar for a custom language was designed to tokenize and syntactically analyze a program written in that language. Some features of language parser includes …

      C 1

    3. VLAB_0.1-in-pythonVLAB_0.1-in-pythonPublic

      Virtual Lab introduces a new dimension to the chemistry lab courses offered at Birla Institute of Technology & Science, Pilani. Developed as an aid to help students during online teaching, students…

      Python 2

    4. Vector-Space-IR-modelVector-Space-IR-modelPublic

      We designed an Information Retrieval system based on Vector Space model in python. We Also have implemented Bi gram Indices for Phrasal query search and Champion List retrieval. We also compared ti…

      Python 1

    5. Markov-ModelMarkov-ModelPublic

      Implementation of Hidden Markov model in Java

      Java

    6. SudokuSudokuPublic

      Backtracking Algo optimized with forward checking, MRV heuristics, degree heuristics and LCV-heuristics

      Java