Skip to content

Instantly share code, notes, and snippets.

View TWDickson's full-sized avatar

Taylor Dickson TWDickson

View GitHub Profile
@steveroush
steveroush / fixOrtho.gvpr
Last active June 1, 2025 20:47
Graphviz: fixOrtho - a work-around to allow ortho edges to connect to ports
/*****************************************************
Name: fixOrtho.gvpr
As of Date: 2024-08-25 20:42:37
Description: a gvpr program that attempts to allow ortho edges connectiongports on nodes
(currently the splines=ortho code does NOT correctlt draw edges to/from ports)
Usage: dot -Gsplines=true myFile.gv |gvpr -cf fixOrtho.gvpr | neato -n2 -Gsplines=ortho -T...
@jackm
jackm / kijiji_repost_ad_simple.user.js
Last active July 31, 2017 03:27
Greasemonkey/Tampermonkey script for simple ad re-posting on Kijiji.ca
// ==UserScript==
// @name Kijiji Repost Ad Simple
// @namespace KijijiScripts
// @version 0.3.1
// @description Allows for easy and free ad reposting on Kijiji when managing your ads. A new link named "Repost Ad" will appear in the ad manage widget as well as on the My Kijiji page for each ad.
// @match http://www.kijiji.ca/v-view-details.html?*
// @match https://www.kijiji.ca/v-view-details.html?*
// @match https://www.kijiji.ca/m-my-ads.html*
// @grant none
// ==/UserScript==