Skip to content

Instantly share code, notes, and snippets.

View oscarinom's full-sized avatar
🏠
Working from home

Oscar oscarinom

🏠
Working from home
View GitHub Profile
@oscarinom
oscarinom / WafflePing.cs
Last active October 6, 2018 09:12
WafflePing v0.1 || C# VS2017
using System;
using System.Net.NetworkInformation; // Importación obligatoria para obtener las clases de Ping
using System.Text; // Esto para manejar los bytes
namespace WafflePingAlpha
{
class Program
{
/*