This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| ''' | |
| The following script is intended to provide examples to use Dremio's REST API. | |
| Please refer to the documentation for more information: https://docs.dremio.com/rest-api/ | |
| Required library: requests | |
| Python version: 3.7.2 | |
| ''' | |
| import requests, time |
| license: gpl-3.0 | |
| height: 600 |
| # Makefile to create mobile versions of the Scrum Guide | |
| # | |
| # Examples: | |
| # | |
| # make epup | |
| # make mobi | |
| # | |
| # Prerequisites: | |
| # | |
| # pandoc installed and available on PATH |
| #from: http://superuser.com/questions/175509/can-i-change-the-speed-of-slideshows-in-os-x | |
| # Define variable, to save typing: | |
| plist=/System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Resources/Content/EffectDescriptions | |
| # make a backup copy: | |
| cp -iv $plist.plist $HOME/Desktop/ | |
| # confirm backup copy is valid: MD5 checksums should match for both files | |
| md5 $plist.plist $HOME/Desktop/EffectDescriptions.plist |
| 2013-12-06 09:20:45.3932 | DEBUG | Preloaded all referenced assemblies with System.Web.Compilation.BuildManager.GetReferencedAssemblies() | | |
| 2013-12-06 09:20:45.4142 | DEBUG | Discovering IClientScript's in 'C:\Users\marijn\AppData\Local\Temp\Temporary ASP.NET Files\root\911fcb73\b6852e7c' and all sub directories. | | |
| 2013-12-06 09:20:45.8582 | DEBUG | Discovered IClientScript of type 'Glimpse.Core.ClientScript.Client' and added it to collection. | | |
| 2013-12-06 09:20:45.8582 | DEBUG | Discovered IClientScript of type 'Glimpse.Core.ClientScript.Data' and added it to collection. | | |
| 2013-12-06 09:20:45.8582 | DEBUG | Discovered IClientScript of type 'Glimpse.Core.ClientScript.Metadata' and added it to collection. | | |
| 2013-12-06 09:20:45.8582 | DEBUG | Discovering IInspector's in 'C:\Users\marijn\AppData\Local\Temp\Temporary ASP.NET Files\root\911fcb73\b6852e7c' and all sub directories. | | |
| 2013-12-06 09:20:45.8722 | DEBUG | Discovered IInspector of type 'Glimpse.Core.Inspector.TraceInspector' and added it to collect |
| This sets up your development machine to wrok with openkas. |
| $scriptDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) | |
| function Install-NeededFor { | |
| param( | |
| [string] $packageName = '' | |
| ,[bool] $defaultAnswer = $true | |
| ) | |
| if ($packageName -eq '') {return $false} | |
| $yes = '6' |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
from http://bl.ocks.org/mbostock/4339083
for http://stackoverflow.com/questions/14951392/add-hyperlink-to-node-text-on-a-collapsible-tree
Notes:
<a xlink:href="http://example.com", in front of the text boxon("click ... " to the circleclickable and assign it to the rectangle| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Map custom value field to x value when using a stacked layout</title> | |
| </head> | |
| <body> | |
| <p> | |
| Example for StackOverflow question <a href="http://stackoverflow.com/questions/11467196">Map custom value field to x value when using a stacked layout</a>. | |
| </p> |