Skip to content

Instantly share code, notes, and snippets.

View megamanhxh's full-sized avatar

MegamanHxH megamanhxh

View GitHub Profile
@megamanhxh
megamanhxh / MatchingWords.cs
Last active July 30, 2023 16:34
Another Challenge for generating matching words in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MatchingWords
{
class Program
{
@megamanhxh
megamanhxh / json_to_k8s.html
Created January 12, 2023 10:26
ASP.NET Json Appsettings to YAML env
<html lang="en">
<head>
<title></title>
<style>
html,
body {
margin: 0;
padding: 0;
}