Skip to content
View codebling's full-sized avatar

Organizations

@leveler-dba @Dispatch-Logistics @Constructicor @Leveler-Canada @Wingagement @Nuitsansjour @Marketplug
Block or Report

Block or report codebling

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vs-code-default-keybindings vs-code-default-keybindings Public

    Default keyboard shortcuts for VS Code on various OSes

    Python 238 65

  2. csrf-simple-origin csrf-simple-origin Public

    HTTP and Express middleware that compares the request's Origin header with a list of allowed origins, to protect against CSRF.

    JavaScript 1

  3. node-multi-hashing-windows node-multi-hashing-windows Public

    Forked from PhearNet/node-multi-hashing

    Forked to provide Windows compatibility. Works on Node 8+. **WARNING** this repo has no tests yet, use at your own risk! The Appveyor and Travis CI badges only test for a working build

    C 2 7

  4. save-chrome-bookmarks.js save-chrome-bookmarks.js
    1
    let bookmarkList = Array.from(document.querySelectorAll('.widget>.vbox'))
    2
      .map(e => e.shadowRoot)
    3
      .map(e => e && e.querySelector('.device-page-list'))
    4
      .find(e => e);
    5