Jason Zellmer's repositories

Transient-Execution-Attacks

Repository describing Proof of Concepts (POCs) of some Transient Execution Attacks (i.e., Spectre and Meltdown)

Language:CStargazers:0Issues:0Issues:0

RomanNumeral

This program takes decimal numbers and outputs their equivalant Roman Numeral number

Language:C++Stargazers:0Issues:0Issues:0

OpenID_POC_Sears

This project is a Proof of Concept (POC) that focuses on implementing a third-party OpenID Provider within Sears Holdings Corporation.

Language:JavaStargazers:0Issues:0Issues:0

rshell

Implements basic shell commands of the bash terminal using the fork(), execvp(), wait()/waitpid(), dup(), and dup2() sys() calls in C++

Language:C++Stargazers:0Issues:0Issues:0

Bellman_Ford_Floyd_Warshall

This project conducts analysis on finding the shortest weighted paths in a graph by comparing repeated use of the Bellman-Ford algorithm versus the Floyd-Warshall algorithm.

Language:PythonStargazers:0Issues:0Issues:0

Nearest_Neighbor

Given a set of points in a two dimensional plane, output the distance between the closest set of points comparing the brute force method with the divide-and-conquer method.

Language:PythonStargazers:0Issues:0Issues:0