Skip to content

Instantly share code, notes, and snippets.

View WilHall's full-sized avatar

Wil Hall WilHall

View GitHub Profile
@tomhicks
tomhicks / plink-plonk.js
Last active July 16, 2024 02:59
Listen to your web pages
@bskinner
bskinner / cayenne-bacon.md
Last active November 8, 2018 16:32
Cayenne Candied Bacon

Ingredients

  • 1 lb bacon
  • 0.75 cup dark brown sugar (packed)
  • 0.5c vanilla granulated sugar (see below)
  • 1 tbsp cayenne pepper

Steps

  • Preheat oven to 350°F
    • I sometimes use 375°F- play with the temps to find a range that works well for you!
  • Mix sugar and cayenne pepper. Add the bacon and toss until coated
@willurd
willurd / web-servers.md
Last active July 19, 2024 02:15
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000