Skip to content

Instantly share code, notes, and snippets.

View schneidr's full-sized avatar
🏠
Working from home

Gerald Schneider schneidr

🏠
Working from home
View GitHub Profile
@nnieslan
nnieslan / Http-RestCommunicate.ps1
Created August 7, 2012 13:32
Powershell Http Command execution function with JSON <-> Powershell hashtable helpers. Can be used to communicate with RESTful API
<#
.SYNOPSIS
Converts a JSON string into a PowerShell hashtable using the .NET System.Web.Script.Serialization.JavaScriptSerializer
.PARAMETER json
The string of JSON to deserialize
#>
function ConvertFrom-Json
{
param(
[string] $json
@eddiewebb
eddiewebb / readme.md
Last active November 22, 2025 06:46
Hugo JS Searching with Fuse.js