Skip to content

Instantly share code, notes, and snippets.

@bosxixi
bosxixi / frequency.txt
Created July 4, 2024 07:45 — forked from cofinley/frequency.txt
French Frequency List - Top 5000 Words (Lemmatized, No Conjugations)
un
à
en
le
et
être
de
avoir
que
ne
@bosxixi
bosxixi / DefaultSqlFilter.cs
Created July 17, 2020 00:45 — forked from peter-bozovic/DefaultSqlFilter.cs
Full SQL query commands in Application Insights with AspNetCore
using Microsoft.ApplicationInsights.Channel;
using Microsoft.ApplicationInsights.DataContracts;
using Microsoft.ApplicationInsights.Extensibility;
namespace Gist {
/// <summary>
/// Telemetry Processor to filter built-in SQL dependency tracking
/// </summary>
public class DefaultSqlFilter : ITelemetryProcessor {