Skip to content

Instantly share code, notes, and snippets.

@Serhg94
Serhg94 / ImageMap.qml
Created June 16, 2021 15:21
Map with drag and scale from image. With interactive marks. (like built-in type Map, but notGIS)
import QtQuick 2.12
Rectangle {
id: root
visible: true
anchors.fill: parent
color: "black"
property var animateDuration: 90
@Serhg94
Serhg94 / beckhoff_evil_dll.py
Created June 16, 2021 15:18
Simple example of fighting with pyads (evil TwinCAT2 dll make segfault from her bowels)
import threading
import time
import calendar
import multiprocessing
import queue
POLLING_INTERVAL = 5
QUEUES_CHECK_INTERVAL = 0.1