- Redis server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from datetime import time | |
import fileinput | |
import re | |
time_re = re.compile( | |
r'((?P<hour>\d+):)?(?P<minute>\d+):(?P<second>\d+)(.(?P<microsecond>\d+))?') | |
ini_start = '''\ | |
;FFMETADATA1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
import cv2 | |
import PySpin | |
logger = logging.getLogger(__name__) | |
class Camera(object): | |
def __init__(self, cam): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
#SingleInstance force | |
#Persistent | |
OnMessage(0x7E, "WM_DISPLAYCHANGE") | |
return | |
WM_DISPLAYCHANGE(wParam, lParam) { | |
x := lParam & 0xffff ;new horizontal res |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def patch(obj, attrs): | |
import traceback | |
class o(object): pass | |
class Spy(o): | |
def __getattribute__(self, a): | |
if a in attrs: | |
traceback.print_stack() | |
return object.__getattribute__(obj, a) | |
def __setattr__(self, a, value): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit st | |
currency ct | |
person ct | |
address ct |
- WorldGuard
- Vault
- LWC
- FirstLastSeenDB