Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to see a live demo of code samples hosted on gist? [closed]

Tags:

github

gist

Sorry if this is a stupid question.

Is there a way to see live demos of code samples hosted on gist?

For example, is there a way to see the live version of this sample? https://gist.github.com/tmcw/3452458

I can obviously download the code and run it locally, but I was wondering if gist is actually intended to host demos as well as raw code.

like image 944
Richard Avatar asked Feb 25 '13 13:02

Richard


People also ask

Are GitHub gists public?

Gist: Is an additional feature added to github to allow the sharing of code snippets, notes, to do lists and more. You can save your Gists as secret or public. Secret Gists are hidden from search engines but visible to anyone you share the url with.

What is the difference between Gist and repository?

Gist is a simple way to share snippets and pastes with others. Whereas Repo is simply a place where the history of your work is stored.

How do I see my GitHub gists?

Once you have logged into your GitHub account, click on your username in the top right corner. This will open a menu where you can see an option called 'Your gists'. Once you clicked that option, you will see your gist page.


1 Answers

I knew there was a way!

Go to http://bl.ocks.org/ and add the gist ID to the end of the URL.

For example: http://bl.ocks.org/3452458 for the gist in my original question.

like image 115
Richard Avatar answered Nov 01 '22 15:11

Richard