Cheats - ku-fpg/blackboard GitHub Wiki

Name of parts of a URL

  foo://example.com:8042/over/there?name=ferret#nose
  \_/   \______________/\_________/ \_________/ \__/
   |           |            |            |        |
scheme     authority       path        query   fragment

Markup in an HTML file

https://google-code-prettify.googlecode.com/svn/trunk/README.html

In header:

<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>

In body:

<pre class="prettyprint"><code>class Voila {
public:
  // Voila
  static const string VOILA = "Voila";
  // will not interfere with embedded <a href="#voila2">tags</a>.
}</code></pre>
⚠️ **GitHub.com Fallback** ⚠️