Skip to content
View pkenil96's full-sized avatar
Block or Report

Block or report pkenil96

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. FileScan FileScan Public

    An app consisting of number of microservices that scans through your file and finds if it is safe or not.

    Python 3 1

  2. AutoCompleteMe AutoCompleteMe Public

    This is one of the many applications of trie - AUTOCOMPLETE utility! Created using javax swing and it can be used in dictionaries or other apps involving querying and searching! I did this project …

    Java

  3. Coding-Problems Coding-Problems Public

    This repository is a collection of solutions to coding problems mostly in Java and Python. Most of the problems are from Leetcode, Geeksforgeeks and Pepcoding. Additionally, there is a collection o…

    Python 3 1

  4. DNS-Attack-Detector DNS-Attack-Detector Public

    This mini project is an implementation of DNS detection tool developed in Golang. I have created a dns poision tool which can be used to detect for any dns attack attempts.

    Go 1 1

  5. NBA-Players-Analytics-Dashboard NBA-Players-Analytics-Dashboard Public

    Project done for the course CSE564 Visualization

    JavaScript 1

  6. Notes on spring concepts Notes on spring concepts
    1
    # Spring Framework
    2
    
                  
    3
    Servlets - Java technology that you use to handle incoming requests on a server.
    4
    Its a java object that has special methods for handling incoming HTTP methods. doGet, doPost, doDelete, doPut
    5