Pinned Loading
-
Simple-Host-Based-Intrusion-Detection-System
Simple-Host-Based-Intrusion-Detection-System PublicThis is a simple Java based Intrusion detection System. It analyses log files to detect various attacks.
-
Cipher-Cracker
Cipher-Cracker PublicThe 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, …
-
Prime-Reduction
Prime-Reduction PublicConsider 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
-
2D-Parallel-Matrix-Multiplication
2D-Parallel-Matrix-Multiplication PublicThe 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…
-
AccuWeather
AccuWeather PublicA .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
If the problem persists, check the GitHub status page or contact support.