Pinned Repositories
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.
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.
OpenID_POC_Sears
This project is a Proof of Concept (POC) that focuses on implementing a third-party OpenID Provider within Sears Holdings Corporation.
RomanNumeral
This program takes decimal numbers and outputs their equivalant Roman Numeral number
rshell
Implements basic shell commands of the bash terminal using the fork(), execvp(), wait()/waitpid(), dup(), and dup2() sys() calls in C++
Transient-Execution-Attacks
Repository describing Proof of Concepts (POCs) of some Transient Execution Attacks (i.e., Spectre and Meltdown)
cs204
AirlineDatabase
jzell001's Repositories
jzell001/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.
jzell001/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.
jzell001/OpenID_POC_Sears
This project is a Proof of Concept (POC) that focuses on implementing a third-party OpenID Provider within Sears Holdings Corporation.
jzell001/RomanNumeral
This program takes decimal numbers and outputs their equivalant Roman Numeral number
jzell001/rshell
Implements basic shell commands of the bash terminal using the fork(), execvp(), wait()/waitpid(), dup(), and dup2() sys() calls in C++
jzell001/Transient-Execution-Attacks
Repository describing Proof of Concepts (POCs) of some Transient Execution Attacks (i.e., Spectre and Meltdown)