Skip to content

Instantly share code, notes, and snippets.

View everycopy's full-sized avatar
🍃
Yahaha! You found me!

James Goode everycopy

🍃
Yahaha! You found me!
View GitHub Profile
@robinsloan
robinsloan / langoliers.rb
Last active February 27, 2025 02:44
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"
@toolmantim
toolmantim / Makefile
Last active August 21, 2024 20:56
An example of using Make instead of Grunt for fast, simple and maintainable front-end asset compilation.
# A simple Makefile alternative to using Grunt for your static asset compilation
#
## Usage
#
# $ npm install
#
# And then you can run various commands:
#
# $ make # compile files that need compiling
# $ make clean all # remove target files and recompile from scratch
const hour = Meta.currentUserTime.hour()
const colorKey = hour.toString()
const colors: {[key:string]:string} = {
"17":"#F3F2EB",
"18":"#F7F2E6",
"19":"#F9EFE0",
"20":"#FBEFDC",
"21":"#FBE5C6",
"22":"#FBE5C6"
@cmod
cmod / hugofastsearch.md
Last active April 17, 2025 23:32 — forked from eddiewebb/readme.md
Fast, instant client side search for Hugo static site generator