This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Drawing; | |
namespace SpiroGifs | |
{ | |
class Program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// example output: http://imgur.com/dSix8 | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Drawing; | |
namespace CreateColorfulBackgrounds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static Dictionary<string, string> GetAllLocales() | |
{ | |
var reply = new Dictionary<string, string>(); | |
reply.Add("es-ar", "Argentina (es-ar)"); | |
reply.Add("en-au", "Australia (en-au)"); | |
reply.Add("de-at", "Austria (de-at)"); | |
reply.Add("ar-bh", "Bahrain (ar-bh)"); | |
reply.Add("fr-be", "Belgium (fr-be)"); | |
reply.Add("nl-be", "Belgium (nl-be)"); | |
reply.Add("bg-bg", "Bulgaria (bg-bg)"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Our whole universe was in a hot dense state, | |
Then nearly fourteen billion years ago expansion started. Wait... | |
The Earth began to cool, | |
The autotrophs began to drool, | |
Neanderthals developed tools, | |
We built a wall (we built the pyramids), | |
Math, science, history, unraveling the mysteries, | |
That all started with the big bang! | |
"Since the dawn of man" is really not that long, |