Home | Search | RikReader
RikReader FAQ
Dec 15, 2006
What is RikReader? "Codename: RikReader" is an RSS Reader which complements the RSS Platform delivered by Microsoft in Windows Vista and Internet Explorer 7. The RSS Platform makes it possible to share feed subscriptions and items ...
http://11011.net/

RikReader 1.6
Jul 17, 2007
1.5 was a silent release mostly dealing with performance improvements. 1.6 adds annotations: text/ink tagging, and highlighting. Text annotations are indexed and can be searched using the "tag:" prefix. Handwriting recognition will be ...
http://11011.net/

jscriptconverter fixed
Jul 03, 2007
i've been chasing a bug in rikreader ever since people started sending error reports back to me. this particular one is curious because it's dependent on the operating system's ui language, so i get the reports back in an assortment of ...
http://11011.net/

Comparer Boxing Workaround
Jun 24, 2007
Following on from my previous post, I've created some wrappers around System.Collection.Generics.Comparer.Default and System.Collections.Generic.EqualityComparer.Default which return specialised versions for dealing with ...
http://11011.net/

BCL Generics Boxing Bug?
Jun 24, 2007
Here's another challenge, "Binary search an array of int without boxing", I'll even give you the wrong answer "Use the generic Array.BinarySearch(T[], T) method". int[] ints = new int[] { 1 }; int index = Array.BinarySearch(ints ...
http://11011.net/