Skip to content

Instantly share code, notes, and snippets.

View ymg2006's full-sized avatar

f.partonia ymg2006

  • Innoregnskab
  • Copenhagen
View GitHub Profile

Public DNS Servers

Provider Primary IP Secondary IP Focus
Radar 10.202.10.10 10.202.10.11 Gaming
Shelter 94.103.125.157 94.103.125.158 Gaming
Electro 78.157.42.100 78.157.42.101 Filtering
403 10.202.10.202 10.202.10.102 Filtering
Shecan 178.22.122.100 185.51.200.2 Filtering
Begzar 185.55.226.26 185.55.225.25 Filtering
@ymg2006
ymg2006 / windows_and_office_kms_setup.adoc
Created August 5, 2023 14:53 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@ymg2006
ymg2006 / CronExpression.cs
Created August 27, 2022 13:20
Cron Expression Taken From Quartz.Net
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Text.RegularExpressions;
namespace WatchDog.Extensions
{
@ymg2006
ymg2006 / Program.cs
Created May 19, 2020 14:17
rtn-team.cc Registration Challenge answer 2020-5-19
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ConsoleApp
{
class Program
{
static void Main(string[] args)