Skip to content
View krlittle's full-sized avatar
🤓
Always be learnin'
🤓
Always be learnin'

Block or report krlittle

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

Pinned Loading

  1. rewrite rewrite Public

    Forked from openrewrite/rewrite

    Automated mass refactoring of source code.

    Java

  2. rewrite-apache rewrite-apache Public

    Forked from openrewrite/rewrite-apache

    OpenRewrite recipes for Apache projects.

    Java

  3. PerCharacterFavoriteMounts PerCharacterFavoriteMounts Public

    Forked from meribold/PerCharacterFavoriteMounts

    Warcraft addon

    Lua

  4. secret-coders secret-coders Public

    Logo language projects from the book series Secret Coders

    Rich Text Format

  5. spring-and-battle-net-authentication spring-and-battle-net-authentication Public

    Spring Boot web app built with Spring Security to authenticate user credentials through Blizzard's battle.net servers

    Java 3

  6. [Windows batch] - so I don't have to... [Windows batch] - so I don't have to remember how to unblock a port in Windows
    1
    ECHO OFF
    2
    set /p port=Which port is blocked? 
    3
    netstat -ano | findstr %port%
    4
    set /p pid=What is the pid of the process you would like to terminate? 
    5
    taskkill /pid %pid% /F