Skip to content

Instantly share code, notes, and snippets.

@esparta
esparta / index.md
Last active May 11, 2023 04:37
Educational Budget for forgetful tech people

US $3K to spend in 15 days?

I know, know, some times it happens you forgot you have an Educational Budget as part of your bounty employee benefits... Here's a quick list where you find things you can adquire.

Premium Pluralsight

@robinsloan
robinsloan / langoliers.rb
Last active April 7, 2024 13:22
The Langoliers, a tweet deletion script
require "rubygems"
require "twitter"
require "json"
# things you must configure
TWITTER_USER = "your_username"
MAX_AGE_IN_DAYS = 1 # anything older than this is deleted
# get these from dev.twitter.com
CONSUMER_KEY = "your_consumer_key"