Skip to content

Instantly share code, notes, and snippets.

View Solenoden's full-sized avatar
// no comment

Gavin de Bruyn Solenoden

// no comment
  • Runninghill Software Development
  • South Africa, Cape Town
View GitHub Profile
@CharlieScarver
CharlieScarver / AdventureTime.csv
Last active July 19, 2024 14:25 — forked from austinpray/AdventureTime.csv
List of important adventure time episodes
Season Episode Title Reason
1 5 The Enchiridion A good intro to the series, plus introduces the important Enchiridion
1 2 Trouble in Lumpy Space* Introduces LSP (episode out of order)
1 3 Prisoners of Love Introduces Ice King and his obsession (episode out of order)
1 7 Ricardio the Heart Guy Finn and PB development, Sets a returning plot
1 8 Business Time* First mention of Ooo being post-apocalyptic
1 9 My Two Favorite People Intros the Jake and Lady Rainicorn plotline
1 10 Memories of Boom Boom Mountain A look at how Finn was adopted into Jake's Family
1 12 Evicted! Intros Marceline
@nathanleclaire
nathanleclaire / manifest.json
Created March 10, 2016 20:30
chrome extension contextmenus sample
{
"name": "Context Menus Sample",
"description": "Shows some of the features of the Context Menus API",
"version": "0.6",
"permissions": ["contextMenus"],
"background": {
"scripts": ["sample.js"]
},
"manifest_version": 2