Skip to content
View jeffchiou's full-sized avatar
Block or Report

Block or report jeffchiou

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

    My HTML/CSS Resume

    CSS

  2. coordiscroll coordiscroll Public

    Adaptable synchronized scrolling of DOM elements using the Publish-Subscribe pattern. Vanilla JS. In alpha.

    JavaScript 2

  3. Wrapping an Element with Another, us... Wrapping an Element with Another, using modern JS and compatible JS
    1
    /**
    2
     * Wrapper function with modern JS. May have issues with IE and Safari.
    3
     * Will preserve event handlers.
    4
     * @param {ChildNode} elToWrap The element you want to wrap.
    5
     * @param {ParentNode} wrapper The element to wrap with.
  4. Python pipeline / chaining that take... Python pipeline / chaining that takes functions with multiple arguments (as long as the current function returns the correct iterable for the next function's arguments)
    1
    from functools import reduce
    2
    
                  
    3
    # Readable version
    4
    def pipe(*funcs):
    5
        def shortpipe(f,g):
  5. hutton-haskell-exercises hutton-haskell-exercises Public

    My solutions to exercises in Graham Hutton's Programming in Haskell, 2nd edition

    Haskell

  6. causalnex causalnex Public

    Forked from mckinsey/causalnex

    A Python library that helps data scientists to infer causation rather than observing correlation.

    Python