Max's starred repositories

Calculating-network-ranges-MySQL

Code to use inside of MySQL Workbench to find the network "ranges" with only the information that I have

create_and_analyze_process

Create and then analyze this process

Language:CStargazers:1Issues:1Issues:0

fibonacci-for-fun

Welcome to fibonacci-for-fun! Here, I show off some of my Java skills and C++ skills and Python skills! I am replicating the sacred "Fibonacci Sequence" with all 3 of the mentioned languages using recursion... that's right - recursion.

Language:PythonStargazers:1Issues:2Issues:0

Finding-virus-score-php

Algorithm to assign a score to a network from 0 to 1 based on the networks malicious behavior

Folder_Locker

After using my Mac(Apple), I began to notice how odd it was that Windows cannot "password lock" folders/documents. So, I accomplished this on my own and now have this capability on my Windows device(and, now, so do you). Store anything inside a folder that disappears when desired and can only be opened(and visible) using your password. Run "run_me.py" a single time - then, you will have this feature regardless of access to the file, GitHub or even the internet. This is a work in progress and is still being developed - it is intended to manipulate "Desktop" within C drive, was tested/developed using Windows 10 and assumes that your current "User" is your desired selection. Python is used. Libraries "subprocess" and "os" are imported/used.

Language:PythonStargazers:1Issues:2Issues:0

home_ntwk_file_transfers

Easily transfer files between any devices connected to the same (home) network

Language:PythonStargazers:1Issues:1Issues:0

network_topology

This is my python script to create a given topology or "topo". Specifically, a topo with 5 hosts and 3 switches. I have named each of these and used PyCharm IDE. Please see the note below for run-time specifications. NOTE: The script runs by using the following command: "sudo python network_topo.py" (use within mininet VM). Thanks for taking the time to check out my work!

Language:PythonStargazers:1Issues:2Issues:0

NotesOn-CplusPlus

Playing around with some C++ code with valuable personal notes saved within

python_play

Welcome to python_play ! I figured that I should update my GitHub to show off my recent Python skills that I gained during my time at Nerdwallet as a Security Software Engineer! Here, I explore the infamous "polish notation". But, what is Polish notation and how would I implement it via programming? Simple! Polish notation(and the associated program written) is a very simple and useful program that uses Python to calculate the result of the users "Polish notation" input. Polish notation is a very fun mathematical trick that uses a mathematical notation in which operators precede their operands.

Reversing-Strings

Various ways to reverse strings(C++)