Skip to content
View bradcupit's full-sized avatar
  • 22:14 (UTC -04:00)
Block or Report

Block or report bradcupit

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

  1. classloader-leak-prevention classloader-leak-prevention Public

    Forked from mjiderhamn/classloader-leak-prevention

    ClassLoader leak prevention / protection

    Java

  2. easiest-cache-ever easiest-cache-ever Public

    ridiculously easy Java cache

  3. extra-enforcer-rules extra-enforcer-rules Public

    Forked from mojohaus/extra-enforcer-rules

    Extra Enforcer Rules

    Java

  4. javascript_animation javascript_animation Public

    Contrasts smooth (natural) animation vs linear (robotic) animation

    HTML

  5. Bookmarklet to expand all "Show reso... Bookmarklet to expand all "Show resolved" and "Show hidden" and "Load More" links in a GitHub PR conversation
    1
    javascript:(() => {
    2
      const DEFAULT_NUM_TRIES_AFTER_DONE = 5;
    3
      const MILLIS_TO_SLEEP = 500;
    4
      const MAX_ITERATIONS = 50;
    5
      const MAX_PARENTS_TO_CHECK = 7;
  6. RobinH-J/SearchingShortcuts RobinH-J/SearchingShortcuts Public

    Google like a power user and navigate results with just your keyboard.

    JavaScript 3 1