Skip to content

Instantly share code, notes, and snippets.

View Tsuser1's full-sized avatar

Tanner Tsuser1

View GitHub Profile
@Tsuser1
Tsuser1 / ServerPing.cs
Created January 16, 2019 19:02 — forked from csh/ServerPing.cs
Server ping written in C#, complete with coloured console output.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using Newtonsoft.Json;
#if DEBUG
using System.Diagnostics;