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

Block or report denniskupec

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

    A collection of miscellaneous userscripts.

    JavaScript 4

  2. GM_xmlhttpRequest + GM_download => P... GM_xmlhttpRequest + GM_download => Promises
    1
    // GM_download
    2
    function Download(url, name, opt={}) {
    3
    	Object.assign(opt, { url, name })
    4
    
    
    5
    	return new Promise((resolve, reject) => {
  3. iqfeed-docker iqfeed-docker Public

    IQFeed client running on wine in docker

    Dockerfile 9 6

  4. kicad-footprints kicad-footprints Public

    KiCad Symbols & Footprints

    1