Faisal Waris's blog articles

0
comment
on 4/2/2012 7:51 AM
With F# 3.0 and Visual Studio 2011 comes Type Provider capability which is a significant new addition to F# (and indeed to any programming language). The essential idea is that metadata from external sources (SQL databases, Web Services, etc.) can be harnessed in … Continue reading →
>> Read the full article
.
0
comment
on 1/23/2012 6:31 AM
Kinect is an exciting new input device for computing. It is a natural for gaming but can be applied to many general, PC applications as well. F# – as functional language – offers some useful features for gesture recognition, namely the … Continue reading →
>> Read the full article
.
0
comment
on 12/28/2011 6:21 PM
Brian Beckman over at c9 has implemented a reactive version of the classic Viterbi algorithm using System.IObserver. It seems that Viterbi is natrually suited to this type of an implementation because it deals with events (observations) over time so this … Continue reading →
>> Read the full article
.
0
comment
on 12/21/2011 5:55 PM
System.Xml.Linq provides a nice, functional way of querying XML however with F# operator overloading we can create a nice mini DSL to have even cleaner code for XML querying. With this DSL we can mimic XPath and XQuery quite closely. … Continue reading →
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper