Skip to content

Instantly share code, notes, and snippets.

View cking's full-sized avatar
💻

Ch. König cking

💻
View GitHub Profile
@cking
cking / Program.cs
Created November 3, 2020 14:09
D#+ with Qmmands and GenericHost
// <copyright file="Program.cs" company="z0ne">
// Copyright (c) z0ne. All rights reserved.
// </copyright>
namespace Maria
{
using System;
using System.Linq;
using CommandLine;
@cking
cking / rust.md
Last active February 17, 2021 22:05
my rust tools and libs

Rust

Tools

cargo-audit

Security audit of the Cargo.lock file. Checkts the audit database for any reported issues.

Warning: First run can be very slow, because it's building a copy of the crates.io database.

Example output console output

@cking
cking / universalis.user.js
Created December 1, 2021 22:45
universalis
// ==UserScript==
// @name Search get parameter - universalis.app
// @namespace Z0ne
// @match https://universalis.app/
// @grant none
// @version 1.0
// @author Kura
// @description Get a search term from a query get parameter
// ==/UserScript==
@cking
cking / README.md
Created September 5, 2022 15:01
README

Source

Extension Project Description
AutoFac Common Dependency Injection on steroids
Destructurama Web Allow automatic censoring of POCO via attributes in Serilog
Edi.Captcha Web Session based captcha image generation and verification
EFCore.NamingConventions Infrastructure More db like naming conventions
Fluent.Net Common I18N and L10N via Mozillas fluent project
@cking
cking / README.md
Last active December 20, 2023 21:14
PainScroll