Skip to content

Instantly share code, notes, and snippets.

View ayfine's full-sized avatar

Alex Fine ayfine

  • St. Louis
View GitHub Profile
@dhh
dhh / tracker_blocking.rb
Last active June 30, 2024 14:35
Current list of spy pixels named'n'shamed in HEY, as of April 23, 2020
module Entry::TrackerBlocking
extend ActiveSupport::Concern
included do
has_many :blocked_trackers
end
email_service_blockers = {
"ActiveCampaign" => /lt\.php(.*)?l\=open/,
"AWeber" => "openrate.aweber.com",
@virtadpt
virtadpt / Ironmonger
Created July 8, 2014 17:16
Huginn Agent Scenario: Ironmonger
{
"name": "Ironmonger",
"description": "Ironmonger is a network of agents which watches the stock prices of the 20 biggest defense contractors in the United States and alerts if their stock prices jump by more than three (3) standard deviations, meaning that one or more has just won a big contract and something's coming. Send an e-mail if something happens.",
"source_url": false,
"guid": "88f6cd314e66146e2314b6860c9e91d5",
"exported_at": "2014-07-08T17:15:18Z",
"agents": [
{
"type": "Agents::PeakDetectorAgent",
"name": "Ironmonger - Watch for rapid stock price changes",