This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins
directory.
{% youtube oHg5SJYRHA0 %}
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins
directory.
{% youtube oHg5SJYRHA0 %}
$scriptDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) | |
function Install-NeededFor { | |
param( | |
[string] $packageName = '' | |
,[bool] $defaultAnswer = $true | |
) | |
if ($packageName -eq '') {return $false} | |
$yes = '6' |
This sets up your development machine to wrok with openkas. |
''' | |
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 |