A place to post and share small, self-contained code snippets.
  • C# 65.5%
  • JavaScript 34.5%
Find a file
2025-03-20 17:47:48 +01:00
gists migrazione da github 2025-03-20 17:47:48 +01:00
LICENSE migrazione da github 2025-03-20 17:47:48 +01:00
README.md migrazione da github 2025-03-20 17:47:48 +01:00

A place to post and share small, self-contained code snippets.

  • PasswordGenerator.js - A JavaScript password generator based on crypto.getRandomValues()
  • SpamCauseDecoder.cs - C# - Decode a X-VR-SPAMCAUSE mail header
  • TooManyRequestsObjectResult.cs - C# - An ObjectResult that when executed will produce a 429 Too Many Requests response with an optional Retry-After header.