Skip to content

Instantly share code, notes, and snippets.

View serra's full-sized avatar

Marijn van der Zee serra

  • Serra ICT Diensten
  • The Netherlands
View GitHub Profile
@serra
serra / readme
Last active December 19, 2015 02:48 — forked from ferventcoder/setup.ps1
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'
@serra
serra / README.md
Last active June 12, 2023 15:35 — forked from joelverhagen/README.md

This is a plugin meant for Jekyll.

Example use:

Easily embed a YouTube video. Just drop this file in your _plugins directory.

{% youtube oHg5SJYRHA0 %}