Skip to content
View bryce-pilcher's full-sized avatar

Block or report bryce-pilcher

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. advent-of-code advent-of-code Public

    A repository for the Advent of Code: https://adventofcode.com/

    Python 1

  2. Throttle and Debounce Implementation... Throttle and Debounce Implementations for Javascript.
    1
    // Class to manage the delay of firing a function
    2
    // Ex: Sending search text to a service from an input.  May want to wait until the user pauses 
    3
    // in their typing to send a request for auto complete.
    4
    export class Debounce {
    5
      constructor(time) {
  3. alg alg Public

    A repository for various algorithms around sort, search, and graphs

    Go

  4. CSC512-Compiler CSC512-Compiler Public

    A compiler for taking C code to machine like code. No optimizations are included.

    Java

  5. A script that backs a talk on Python... A script that backs a talk on Python class, objects and mixins.
    1
    # Let's talk about Python!!!
    2
    from typing import List
    3
    
                  
    4
    # Here is how we set up a class
    5
    class Model:
  6. Keyboard Code for The Key macropad Keyboard Code for The Key macropad
    1
    /* Copyright 2021 Joe Maples <[email protected]>
    2
     *
    3
     * This program is free software: you can redistribute it and/or modify
    4
     * it under the terms of the GNU General Public License as published by
    5
     * the Free Software Foundation, either version 2 of the License, or