This file contains 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/python3 | |
import os | |
import time | |
import signal | |
import sys | |
import itertools | |
USERHOME = os.path.expanduser('~') | |
INITFILES = [] |
This file contains 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
using Emgu.CV.Structure; | |
using ReceiptParser.Models; | |
using ReceiptParser.Extensions; | |
using System; | |
using System.Collections.Generic; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; |
This file contains 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
/*eslint-env browser, jquery*/ | |
/*globals angular */ | |
/*jshint multistr: true */ | |
// ==UserScript== | |
// @name TalkDesk Real Time Statuses 2 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description realtime TalkDesk statuses | |
// @author Douglas Gaskell |