Skip to content
View bhavyajeet's full-sized avatar

Highlights

  • Pro

Block or report bhavyajeet

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 Loading

  1. 3c-citation_text_classification 3c-citation_text_classification Public

    code used as a part of our team's submission for the 2021 3c Shared task. Task 1 was titled 'Citation Context Classification based on Purpose'

    Python 5 1

  2. C-shell C-shell Public

    a basic implementation from scratch of the bash shell in C with some built-ins and additional features

    C

  3. Project-PreQL Project-PreQL Public

    a CLI based DBMS from scratch for Insertion, Deletion, Selection and Aggregation commands, similar to that of SQL, with support for B+ tree and linear hashing type indexes.

    C++

  4. Wikipedia-SearchEngine Wikipedia-SearchEngine Public

    An efficient indexing and search engine for English Wikipedia with blocked-sort indexing and TF-IDF based ranking to serve general and field queries on 64 GB of XML in less than 1 seconds.

    Python

  5. abhishek0508/scproject abhishek0508/scproject Public

    A digital social companion for elderly people

    C 1

  6. semaphores semaphores Public

    implementation of semaphores, mutex locks and threads under different scenarios

    C