Skip to content
View MohanHarsha-Kota's full-sized avatar
😃
😃
  • India
Block or Report

Block or report MohanHarsha-Kota

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. Simple-Host-Based-Intrusion-Detection-System Simple-Host-Based-Intrusion-Detection-System Public

    This is a simple Java based Intrusion detection System. It analyses log files to detect various attacks.

    Java 3 1

  2. Uv-Index Uv-Index Public

    This Program fetches the Ultraviolet Index (UV) of a location. It fetches location coordinates basing on ip Address (credits to ipapi.co. ). The UV index info is from Openweathermap.org. Also It gi…

    Java 2

  3. Cipher-Cracker Cipher-Cracker Public

    The task is to find out if the given message fragment could be part of a given encrypted message, and if so, in how many positions? The encryption is done using substitution cipher. Unfortunately, …

    Java 1 1

  4. Prime-Reduction Prime-Reduction Public

    Consider the following process, which we’ll call prime reduction. Given an input x: 1. if x is prime, print x and stop. 2. factor x into its prime factors p1,p2,…,pk 3. let x=p1+p2+⋯+pk 4. go back …

    Java 1

  5. 2D-Parallel-Matrix-Multiplication 2D-Parallel-Matrix-Multiplication Public

    The following program is a parallel matrix multiplication algorithm that employs 2D partitioning of the work between the processing nodes. It uses standard MPI functions to accomplish the task. Thi…

    C 1 1

  6. AccuWeather AccuWeather Public

    A .Net console application running as a triggered web job in Azure App Service that fetches the current temperature and forecast temperature from making calls to AccuWeather Service API and sends a…

    C# 1