Skip to content
View NealEhardt's full-sized avatar

Organizations

@Groovebug
Block or Report

Block or report NealEhardt

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. cropper cropper Public

    Quickly cut features out of images. Use green paint for the parts you want; use red for the parts you don't.

    Java 2

  2. Instrumentation for the event loop Instrumentation for the event loop
    1
    /*
    2
      Paste this script in the console of a live website to quantify its lag.
    3
      This script calls `setTimeout` every 50ms. If the event loop takes more than 2x that long
    4
      to hit the callback, it's considered lag.
    5
      Consecutive laggy loops are counted together and then, after the lag passes, they are
  3. JavaScript language basics JavaScript language basics
    1
    /*
    2
     * Basic operations with JavaScript arrays, functions, objects, and strings.
    3
     * JavaScript is a small language. With ECMAScript 6 (ES6), it has some
    4
     * powerful functional programming tools. I focus on the idioms I've used often.
    5
     * If you learn these operations, you won't reach for third-party libraries as often.
  4. KiCad_layout_cloner KiCad_layout_cloner Public

    Forked from tlantela/KiCAD_layout_cloner

    A python script to clone a part of a layout in Pcbnew

    Python

  5. PWM-H-Bridge PWM-H-Bridge Public

    PCB for wireless power transmission

    1

  6. armadillo-pcb-test armadillo-pcb-test Public

    Instructions and code for testing Armadillo PCB

    C++