Skip to content

Instantly share code, notes, and snippets.

View Zepheus's full-sized avatar

Cedric Van Goethem Zepheus

View GitHub Profile
@Zepheus
Zepheus / gist:11226757
Last active August 29, 2015 14:00
SMTP pool draft
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net.Mail;
using System.Threading;
namespace ConcurrentSMTP
/*!
* Cedric Van Goethem
* Rudimentary Twinkle Twinkle Little Star demo for
* http://wavepot.com/
*/
var transpose = 0.5;
var volume = 0.1;
var tempo = 2;
var notes = {'A': 440, 'B': 493.88, 'C': 523.25, 'D': 587.33, 'E': 659.25, 'F': 698.46, 'G': 783.99 };