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

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.

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. GUI-program-for-serial-communication GUI-program-for-serial-communication Public

    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-C Lookahead-Parser-in-C Public

    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-python VLAB_0.1-in-python Public

    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-model Vector-Space-IR-model Public

    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-Model Markov-Model Public

    Implementation of Hidden Markov model in Java

    Java

  6. Sudoku Sudoku Public

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

    Java