Skip to content

Instantly share code, notes, and snippets.

@stevenvolckaert
stevenvolckaert / .bash_functions
Last active March 6, 2026 09:35
az-man - A Bash function that opens the learn.microsoft.com reference page for an Azure CLI command in the default browser
#=======================================================================================================================
# .bash_functions - This file is sourced by .bashrc.
#=======================================================================================================================
#-----------------------------------------------------------------------------------------------------------------------
# az-man - Opens the learn.microsoft.com reference page for an Azure CLI command in the default browser.
#-----------------------------------------------------------------------------------------------------------------------
az-man()
{
@stevenvolckaert
stevenvolckaert / Connective.ESignatures.OpenApiSpec.v4
Created September 1, 2020 08:58
OpenAPI spec of Connective eSignatures API v4
#######################################################################################################################
# Downloaded from https://kdc-dev.connective.eu/esig/swagger/swaggerv40.yaml (authentication required), file adapted
# (corrected) on 1 September 2020 by Steven Volckaert (see https://support.connective.eu/issues/33469#change-113653)
#######################################################################################################################
openapi: 3.0.0
info:
title: Connective WebPortal Api
version: 4.0.0
servers:
- url: https://kdc-dev.connective.eu
#Requires -Version 3
<#
.SYNOPSIS
Downloads and installs an Azure Pipelines Agent on the current machine,
and registers it with the specified Azure Devops organization, project, and environment.
.DESCRIPTION
This cmdlet downloads an Azure Pipelines Agent on the current machine, installs it to C:\azagent,
and finally runs the .\config.cmd command, which registers the agent with the specified
Azure DevOps organization, project, and environment.
@stevenvolckaert
stevenvolckaert / ImportedFilePathResolver.cs
Created December 10, 2017 14:32
System.Web.Optimization.IBundleTransform implementation which parses LESS files to CSS, and supports @import LESS statements.
namespace StevenVolckaert
{
using System;
using System.IO;
using System.Web.Hosting;
using dotless.Core.Input;
public class ImportedFilePathResolver : IPathResolver
{
private string _currentFileDirectory;
### Keybase proof
I hereby claim:
* I am stevenvolckaert on github.
* I am stevenvolckaert (https://keybase.io/stevenvolckaert) on keybase.
* I have a public key whose fingerprint is A79B 8150 E5D3 583A 295D D731 F303 080C BCA4 88C5
To claim this, I am signing this object: