Skip to content

Instantly share code, notes, and snippets.

View douglasg14b's full-sized avatar
🎮
Gamedevving

Douglas Gaskell douglasg14b

🎮
Gamedevving
  • Oregon
View GitHub Profile
@douglasg14b
douglasg14b / userscript.js
Created July 14, 2016 18:24
TalkDesk Agent Monitoring
/*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
@douglasg14b
douglasg14b / MinimumBoundingBox.cs
Last active March 12, 2018 22:05
Minimum Bounding Box example I made for receipt parser
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;
@douglasg14b
douglasg14b / FixFAFPaths.py
Created May 12, 2019 00:29
Will fix the lua dofile calls for FAF on Linux. Enabling 1v1, Phantom, Murderparty, Nomads...etc
#!/usr/bin/python3
import os
import time
import signal
import sys
import itertools
USERHOME = os.path.expanduser('~')
INITFILES = []