Skip to content

Instantly share code, notes, and snippets.

@matopeto
matopeto / README.md
Created September 5, 2024 20:22 — forked from derme302/README.md
Install rtl_433 for a SDR-RTL Dongle on a Raspberry Pi
@matopeto
matopeto / Eleksmaker.py
Created November 23, 2020 17:43 — forked from josephjunker/Eleksmaker.py
elekmaker inkscape plugin, fed through 2to3 with a couple tweaks
"""
Modified by Jay Johnson 2015, J Tech Photonics, Inc., jtechphotonics.com
modified by Adam Polak 2014, polakiumengineering.org
based on Copyright (C) 2009 Nick Drobchenko, [email protected]
based on gcode.py (C) 2007 hugomatic...
based on addnodes.py (C) 2005,2007 Aaron Spike, [email protected]
based on dots.py (C) 2005 Aaron Spike, [email protected]
based on interp.py (C) 2005 Aaron Spike, [email protected]
based on bezmisc.py (C) 2005 Aaron Spike, [email protected]
(function($, undefined) {
$.nette.ext('selectiveUnique', {
start: function(xhr, settings) {
if (!settings.uniqueTag || typeof settings.uniqueTag !== 'string')
return;
if (this.xhrs[settings.uniqueTag]) {
this.xhrs[settings.uniqueTag].abort();
}