Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
100 contributions in the last year
Contribution activity
October 2020
- slaterslater/Verify-URL Python
Created a pull request in abhaseen/Verify-URL that received 1 comment
refactor main()
Fixes #8 refactored main() into smaller functions added a print_status() function to reduce repetition of long print statements get_urls() only ap…
Created an issue in abhaseen/Verify-URL that received 2 comments
Refactoring the main() function
I noticed there is a lot going on in the main() function, so I'll try to break them up into smaller ones for main() to call.