Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by KolbeWilliams
A curated list of projects in awesome lists by KolbeWilliams .
https://github.com/kolbewilliams/network-design-project
In this project, I designed a network based on a hypothetical RFP from two brothers who want to install a network in their apartment. Included are the logical/physical diagrams of the network along with the equipment/costs and installation timeline. Finally, a response to the RFP outlining the potential network and its requirements is included.
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/cpp-cleanup-and-exception-unwinding
These 2 C++ programs demonstrate some behind the scenes operations of C++ that occur if an exception is thrown. The first program demonstrates that objects created in a try block are automatically destroyed if an exception is thrown. The second program demonstrates that unwinding of the stack occurs if an exception is thrown.
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/python-linear-regression-and-polynomial-curve-fitting
This project consists of 2 python programs. One allows the user to input a set of data points, and the range of slopes and intercepts they want to test. The program finds the optimal regression line by calculating the error of each slope, intercept combination. The second program performs polynomial curve fitting on user provided data points.
linear-regression polynomial-regression python
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/mac-spoofing
This project includes an in depth research report on a MAC spoofing tool call Technitium MAC Address Changer (TMAC) and a Python program that compares the user's MAC address with a list of whitelisted MAC addresses for network access.
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/assembly-arrays-and-functions
This program was written in Assembly and takes numbers that a user inputs and stores them in an array in memory. A function that is called from the main program squares each number in the array and adds them all together. Values are passed to and from the main program using a stack.
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/python-encryption-decryption-key-serialization-and-file-i-o
This python program showcases AES symmetric encryption/decryption with different modes, RSA asymmetric encryption/decryption, key serialization, and File I/O.
encryption-decryption fileio python serialization
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/java-bank-filtering
This Java program randomly generates an array of banks, each with its interest rate and bank code. The program asks for an interest rate, loan amount, and loan term. It then filters the banks based on the user's criteria and creates a table of matching banks. The banks are sorted alphabetically by name and by interest rate at different points.
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/linux-cpu-scheduling-project
In this project I worked with a team to implement 2 different CPU scheduling algorithms, First Come First Serve (FCFS) and Shortest Job First (SJF), with the C programming language in a Linux Ubuntu virtual machine terminal and calculated different aspects of each one to determine which one was the better algorithm for a given set of processes.
Last synced: 24 Nov 2024
https://github.com/kolbewilliams/sql-injection-project
This project demonstrates SQL injection in an Ubuntu Linux virtual machine using DVWA along with mitigation techniques source code, and log files.
Last synced: 03 Dec 2024
https://github.com/kolbewilliams/website-design
This is a basic website that I created using HTML, CSS, and JavaScript. The attatched html and css files are the code for the pages on the website. It includes pictures, icons, videos, forms, copyright statements, and much more.
Last synced: 15 Nov 2024