Skip to content

Instantly share code, notes, and snippets.

View johnhamm's full-sized avatar

John Hamm johnhamm

  • Jacksonville, FL
View GitHub Profile
@johnhamm
johnhamm / imdbtop250tvshows.json
Created January 24, 2025 22:10
imdb top 250 tv shows
[
{ "title": "Breaking Bad" },
{ "title": "Planet Earth II" },
{ "title": "Band of Brothers" },
{ "title": "Planet Earth" },
{ "title": "The Wire" },
{ "title": "Chernobyl" },
{ "title": "Avatar: The Last Airbender" },
{ "title": "Cosmos" },
{ "title": "Blue Planet II" },
@johnhamm
johnhamm / tasks.json
Created January 19, 2017 20:41
webpack webpack-dev-server problem matcher for vscode
{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "silent",
"args": ["run"],
"tasks": [{
"taskName": "dev",
"isWatching": true,
"isBuildCommand": true,