Skip to content
View denniskupec's full-sized avatar

Block or report denniskupec

Report abuse

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

Report abuse

Pinned Loading

  1. userscripts userscripts Public

    A collection of miscellaneous userscripts.

    JavaScript 5

  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 12 6

  4. kicad-footprints kicad-footprints Public

    KiCad Symbols & Footprints

    1