Skip to content
View SupaSonic007's full-sized avatar
:shipit:
:shipit:
  • Planet Spaceball
  • 04:52 (UTC +11:00)

Block or report SupaSonic007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SupaSonic007/README.md

Hi there 👋

I am Josh and I have been working with IT since about 2015. I am passionate about IT and aspire to enhance my skills as I explore the endless possibilities it has to offer.

I have developed a love of Web Development and Cyber Security recently and hope I can pursue those areas in the future, but as it's a bit more difficult to show, I will be creating mostly web projects here, or anything else that may interest me at the time.

Feel free to have a look anytime on my website, joshey007.dev or GitHub home page for updates on myself and my projects. You can also go view the site I had previously joush007.github.io (Yes I know I have 3 different names across these profiles/websites, but I am now sticking with joshey007) which contains everything I did before graduating, including my 3 largest projects during school. The links to projects may not work as I transferred the projects to this account

Pinned Loading

  1. Flask-Server-WINSTON Flask-Server-WINSTON Public

    The flask server for W.I.N.S.T.O.N.

    HTML

  2. artificial-neural-network artificial-neural-network Public

    My first attempt at building an ANN based off of hadican's medium post @ https://medium.com/@hadican/how-to-build-a-simple-artificial-neural-network-ann-a064939f940b

    Python

  3. Ball-Pivoting-Algorithm Ball-Pivoting-Algorithm Public

    Python 1

  4. CoD-Black-Ops-II-Weapons CoD-Black-Ops-II-Weapons Public

    A datascrape of the call of duty fandom to get Black Ops II weapon data and convert it into a database

    Python

  5. txt file reader that takes a 'text.t... txt file reader that takes a 'text.txt' file and puts the contents into a multi-page ASCII book with adjustable variables of lines and width.
    1
    import math
    2
    import os
    3
    
                  
    4
    lines = 10
    5
    width = 17