Pinned Repositories
apptrack2
files for applicant tracker cs447 fall 2017
AstrofluxTimer
GUI Timer program written in Java to help keep track of capture times for the online game Astroflux (see readme.md)
javascript-stuff
dump of a school project,
mls-download
utility program that takes a public gallery link from Bright MLS, and downloads all the photos to one location on PC. This is so the user does not need to view + right click on every photo one by one
multi_ping
a ping utility to quickly ping known IP addresses and scan subnets by pining individual addresses
powershell-wifi-monitor-no-ping
a wifi monitor using powershell and not using ping.
python-sql
Copy of my CS461 Databases project. Given un-normalized data, we had to put the data in tables, and write an interface. The project is supposed to mimic a book rental company.
rust-tracker
an app indended to pull stats from marketplace items on SkinEarn.com and Steam Marketplace, to correlate, track, and compare prices between the two.
Universal-Sink-Algorithm
See source.cpp for full description. This code takes 7 input text files, and outputs whether or not a univeral sink exists in a given adjacency matrix. The algorithm runs in time 2V + 2(V-1), which ends up being O(V) which is linear. I wrote this up to test my pseudo code for this problem.
GRIT2
Generalized Retriever of Information Tool
bwilso1's Repositories
bwilso1/AstrofluxTimer
GUI Timer program written in Java to help keep track of capture times for the online game Astroflux (see readme.md)
bwilso1/mls-download
utility program that takes a public gallery link from Bright MLS, and downloads all the photos to one location on PC. This is so the user does not need to view + right click on every photo one by one
bwilso1/powershell-wifi-monitor-no-ping
a wifi monitor using powershell and not using ping.
bwilso1/rust-tracker
an app indended to pull stats from marketplace items on SkinEarn.com and Steam Marketplace, to correlate, track, and compare prices between the two.
bwilso1/apptrack2
files for applicant tracker cs447 fall 2017
bwilso1/javascript-stuff
dump of a school project,
bwilso1/multi_ping
a ping utility to quickly ping known IP addresses and scan subnets by pining individual addresses
bwilso1/python-sql
Copy of my CS461 Databases project. Given un-normalized data, we had to put the data in tables, and write an interface. The project is supposed to mimic a book rental company.
bwilso1/Universal-Sink-Algorithm
See source.cpp for full description. This code takes 7 input text files, and outputs whether or not a univeral sink exists in a given adjacency matrix. The algorithm runs in time 2V + 2(V-1), which ends up being O(V) which is linear. I wrote this up to test my pseudo code for this problem.