Skip to content
View codeclude's full-sized avatar
🙈
🙈

Block or report codeclude

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
codeclude/README.md

Website

Pinned Loading

  1. lewyvsmuller lewyvsmuller Public

    Interactive Scatter Plot comparing Lewandowski's fight to break Gerd Müller's goal record in Bundesliga.

    JavaScript

  2. PORTKILLER PORTKILLER
    1
    REM Enter the correct port in place of the PORT inscription
    2
    REM eg.  for /f "tokens=5" %a in ('netstat -ano ^| findstr ":8080" ^| findstr ^1') do taskkill /f /PID %a
    3
    
                  
    4
    for /f "tokens=5" %a in ('netstat -ano ^| findstr ":PORT" ^| findstr ^1') do taskkill /f /PID %a