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

Block or report apappas1129

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

    The official website of All Over The Place (aka. AOTP) 🎸

    Vue 1 1

  2. PersistenceIgnorantMVC5Identity PersistenceIgnorantMVC5Identity Public

    C# 1

  3. webcam-audio-visualizer webcam-audio-visualizer Public

    Forked from r21nomi/webcam-audio-visualizer

    Audio visualizer with image from web camera.A Three.js powered audio visualizer that takes input from the webcam

    JavaScript

  4. cerinoligutom/AngularJS-Presentation cerinoligutom/AngularJS-Presentation Public

    JavaScript 1

  5. Your vanilla JS debounce πŸ€! Grabbed ... Your vanilla JS debounce πŸ€! Grabbed it from https://gist.githubusercontent.com/peduarte/7ee475dd0fae1940f857582ecbb9dc5f/raw/3329385ec7436ee361713eb30db8b9b0b4eb2c98/transpiled.js
    1
    export default function debounce(func) {
    2
      var wait =
    3
        arguments.length <= 1 || arguments[1] === undefined ? 100 : arguments[1]
    4
    
                  
    5
      var timeout = void 0
  6. Map-of-Javascript Map-of-Javascript Public

    Forked from mechaniac/Map-of-Javascript

    Javascript on one sheet. (and one for algorithms)

    JavaScript