Skip to content

Instantly share code, notes, and snippets.

View ecnepsnai's full-sized avatar
Away until May 26th

Ian Spence ecnepsnai

Away until May 26th
View GitHub Profile
@ecnepsnai
ecnepsnai / Image.cs
Last active June 17, 2021 20:15
Bing Image of the Day
// Bing Image of the Day for C#
// If you're using this in your project, give this gist a 'Star'!
// Made by Ian Spence with <3 in Vancouver, British Columbia, Canada
using System;
using System.Xml;
using System.Net;
public Uri GetImage() {
if (System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable() == false) {