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

Block or report avisin27

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. Remote-Code-Publisher-with-Custom-NoSQL-Database-C-OOP-STL-Socket-Communication- Remote-Code-Publisher-with-Custom-NoSQL-Database-C-OOP-STL-Socket-Communication- Public

    Developed Client - Server system using socket communication with a publisher (process code files into HTML pages), dependency analyzer (code dependency check and complexity check) and a NoSQL repos…

    1 1

  2. Object-Oriented-C-C-11-and-C-14- Object-Oriented-C-C-11-and-C-14- Public

    Implementation of advanced C++ (C++11 and C++14) constructs. Data abstraction, classes, derived classes, types, structures and template. Access control, information hiding, multiple inheritance. Fo…

  3. -Document-Handling-System-C-OOP-STL-Data-Structures-Trie-Queue-Hashtable- -Document-Handling-System-C-OOP-STL-Data-Structures-Trie-Queue-Hashtable- Public

    Design and implement a Document Handling System that supports misspelled word detection and word suggestion, automatic competition of a given prefix, and efficient document retrieval.

  4. String-Matching-Algorithms-C-OOP-Data-Structures-Suffix-Tree-Algorithmic-Comparisons- String-Matching-Algorithms-C-OOP-Data-Structures-Suffix-Tree-Algorithmic-Comparisons- Public

    Implemented - The Knuth-Morris-Pratt, The Boyer-Moore, Rabin-Karp Algorithms to compare the run time. Compared Bit-Oriented Approach and AhoChorasick Algorithm for the string search efficiency. Use…

  5. Custom-COM-for-Linux-and-Text-Search-Component-Linux-C-OOP-Object-Factory-Pattern- Custom-COM-for-Linux-and-Text-Search-Component-Linux-C-OOP-Object-Factory-Pattern- Public

    Created the COM structure for Linux which is then used to search for the files of specified types, search for the regex expression and return the line numbers where the regex matches.

  6. Text-Search-Component-with-Windows-Component-Object-Model-COM-C-OOP- Text-Search-Component-with-Windows-Component-Object-Model-COM-C-OOP- Public

    Access the windows COM to effectively retrieve files of specified types, search for the given regex expression and display the matching lines.