Skip to content

Instantly share code, notes, and snippets.

View pierrejochem's full-sized avatar
🎯
Focusing

Pierre Jochem pierrejochem

🎯
Focusing
View GitHub Profile
@pierrejochem
pierrejochem / LandscapeClient.cs
Last active August 25, 2016 09:16
Ubuntu Landscape API client c#
using System;
using System.IO;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography;
using System.Text;
using System.Web;
namespace Ubuntu.Landscape
{