Skip to content

Instantly share code, notes, and snippets.

View CADbloke's full-sized avatar
💭
tired

Ewen Wallace CADbloke

💭
tired
View GitHub Profile
@CADbloke
CADbloke / gist:4d61fdfcf2ba942f4f10
Created February 12, 2016 03:37 — forked from hanishi/gist:7139122
PipeStream with Rx that works!
using System;
using System.IO;
using System.IO.Pipes;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Security.AccessControl;
using System.Security.Principal;
// all the libraries that we are using
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;