Skip to content

Instantly share code, notes, and snippets.

View JuanuMusic's full-sized avatar
👨‍🚀

Juanu JuanuMusic

👨‍🚀
View GitHub Profile
@JuanuMusic
JuanuMusic / github_multiple-accounts.md
Created July 24, 2020 20:11 — forked from JoaquimLey/github_multiple-accounts.md
How to Work with GitHub and Multiple Accounts

Step 1 - Create a New SSH Key

We need to generate a unique SSH key for our second GitHub account.

ssh-keygen -t rsa -C "your-email-address"

Be careful that you don't over-write your existing key for your personal account. Instead, when prompted, save the file as id_rsa_COMPANY. In my case, I've saved the file to ~/.ssh/id_rsa_work.

Step 2 - Attach the New Key

@JuanuMusic
JuanuMusic / GoogleRoads.cs
Created June 2, 2018 15:21
Calling Snap to Roads Google API from C#. This code has mainly been created using Xamarin Libraries, so It might not work on other platforms.
using Xamarin.Forms.Maps;
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using System.Threading.Tasks;
public static class GoogleRoads
{
/// <summary>