Skip to content

Instantly share code, notes, and snippets.

View whyer's full-sized avatar

Andreas Eriksson whyer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am whyer on github.
  • I am whyer (https://keybase.io/whyer) on keybase.
  • I have a public key whose fingerprint is 9A0F D1E5 2488 0D54 E691 3208 2E9F 4411 38C1 896B

To claim this, I am signing this object:

@whyer
whyer / RavenFSPoc.cs
Created October 21, 2015 20:22
RavenFS POC
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Nito.AsyncEx;
using Raven.Abstractions.FileSystem;
using Raven.Client.FileSystem;
using Raven.Json.Linq;