Skip to content

Instantly share code, notes, and snippets.

@ceylonwebide
Last active April 19, 2016 15:16
Show Gist options
  • Save ceylonwebide/6e03a3db46854ff825e9 to your computer and use it in GitHub Desktop.
Save ceylonwebide/6e03a3db46854ff825e9 to your computer and use it in GitHub Desktop.
INDEX: Alternative index for the Web IDE's Examples
{
"sets": [
{
"title": "Try out a sample:",
"items": [
{
"title": "Hello World",
"gist": "1b5a174b7fda6eb0e3a6"
},
{
"title": "Basics",
"gist": "1a202fe95520b7aaa221"
},
{
"title": "Strings",
"gist": "2aaab60d0ddd6b83baec"
},
{
"title": "Null values and union types",
"gist": "649c59d22ce318952f7d"
},
{
"title": "Conditions and assertions",
"gist": "92d4013c37728ddff995"
},
{
"title": "Classes and functions 1",
"gist": "e5dc750dad47816372a1"
},
{
"title": "Interfaces and mixin inheritance",
"gist": "3bebb5f7a321eec8a5e1"
},
{
"title": "Classes and functions 2",
"gist": "62ffb356adfcd8fdfda6"
},
{
"title": "Collections and sequence comprehensions",
"gist": "0b014fed55efabe90c9d"
},
{
"title": "Named argument syntax",
"gist": "67efe558f9f17ad4d92d"
},
{
"title": "Type parameters",
"gist": "b49ba50c98c1b288af20"
},
{
"title": "Enumerations and the switch statement",
"gist": "44c8a5df42bfa6e0e744"
},
{
"title": "Interoperability",
"gist": "d5ac55d0a6c2748533b9"
},
{
"title": "Interoperability 2",
"gist": "7addd309edaa56c5c2ef"
},
{
"title": "Dynamic interfaces",
"gist": "68d4d84a4ddab9c8b742"
},
{
"title": "Operator polymorphism",
"gist": "fbc0950ca55eb5c39c0a"
},
{
"title": "Type-safe Metamodel",
"gist": "7ea566d1f01fdd280c89"
},
{
"title": "Local Import",
"gist": "5e9b02372afd7b30c00d"
},
{
"title": "Module Import",
"gist": "15bd4e459de5edcd8624"
}
]
},
{
"title": "HTML Canvas samples:",
"items": [
{
"title": "Oscilloscope",
"gist": "4b2cfe43bfa7571e73e7"
},
{
"title": "Solar System",
"gist": "bd41b47f325b6d32514a"
},
{
"title": "Game of Life",
"gist": "8860a7a70fb92e306f1f"
}
]
}
],
"default": {
"gist": "0d9bf44f91432d97cc7f"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment