Skip to content

Instantly share code, notes, and snippets.

View bernardoantunes's full-sized avatar

Bernardo Antunes bernardoantunes

View GitHub Profile
@bernardoantunes
bernardoantunes / onename
Created June 19, 2017 18:04
Verifying that "bernardoantunes.id" is my Blockstack ID. https://onename.com/bernardoantunes
Verifying that "bernardoantunes.id" is my Blockstack ID. https://onename.com/bernardoantunes
@bernardoantunes
bernardoantunes / ImmutableStringTest.cs
Created July 22, 2015 11:39
"Immutable" String test
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TestingStringImutability
{
class Program
{