Skip to content

Instantly share code, notes, and snippets.

View JohnnyWestlake's full-sized avatar
🐢
Not very talkative

JohnnyWestlake

🐢
Not very talkative
View GitHub Profile
@JohnnyWestlake
JohnnyWestlake / gist:4da7f68f9df2daed5b260fea865f2ae1
Created April 16, 2025 10:07
Web Font Viewer Privacy Policy
This application collects no user data and transmits no user data anywhere.
There are no logs, no telemetry, and no data collection of any sort.
Enjoy!
@JohnnyWestlake
JohnnyWestlake / BlurBrush.cs
Created June 26, 2017 15:47
XAML Blur Brush
using Emilie.Framework.Media;
using Microsoft.Graphics.Canvas.Effects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Composition;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Media;