Skip to content

Instantly share code, notes, and snippets.

View mjblacker's full-sized avatar

Matt Blacker mjblacker

View GitHub Profile
@mjblacker
mjblacker / IconifyGenerator.fsx
Created October 18, 2024 06:02
FSharp Iconify generator
#load "FSharp.Keywords.fs"
open System
open System.IO
open System.Text.Json
open System.Text.RegularExpressions
// string helpers from Glutinum
let pascalize (input : string) =
Regex.Replace(
@mjblacker
mjblacker / elastic-gnaf.fsx
Created August 12, 2024 13:22 — forked from codebrain/elastic-gnaf.fsx
Building a realtime address search with the Australian G-NAF dataset
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and