Skip to content

Instantly share code, notes, and snippets.

View donma's full-sized avatar
:octocat:
I wanna play a game.

Donma Hsu donma

:octocat:
I wanna play a game.
View GitHub Profile
@donma
donma / ArrayHelpers.cs
Last active November 15, 2021 06:37 — forked from CodesInChaos/ArrayHelpers.cs
Base58 encoding in C# (Used for BitCoin addresses)
using System;
using System.Diagnostics.Contracts;
using System.Linq;
namespace Merkator.Tools
{
public class ArrayHelpers
{
public static T[] ConcatArrays<T>(params T[][] arrays)
{
@donma
donma / yahoo-weather-condition-codes.json
Last active August 29, 2015 14:19 — forked from bzerangue/yahoo-weather-condition-codes.xml
Roughly translate to Chinese
{
"yahoo-weather-codes": {
"code": [
{
"number": "0",
"description": "龍捲風"
},
{
"number": "1",
"description": "熱帶風暴"