Blog articles

0
comment
on 11/23/2014 9:06 PM
Our friends from Japan have a beautiful event called “F# Advent Calendar“. Every day from December 1 to December 24, one awesome volunteer publish a new post about F#. What an amazing way to celebrate Christmas, isn’t it? Lets support this initiative and [...]
.
0
comment
on 11/23/2014 6:33 AM
Wearable computing is undeniably a hot topic currently, what with all the major mobile players (Apple, Google and Microsoft) having entered the market. There is also a plethora of smaller players such as Timex, Nike, Pebble, etc. Cheap, ubiquitous wearabl[...]
.
0
comment
on 11/23/2014 6:33 AM
Wearable computing is undeniably a hot topic currently, what with all the major mobile players (Apple, Google and Microsoft) having entered the market. There is also a plethora of smaller players such as Timex, Nike, Pebble, etc. Cheap, ubiquitous wearabl[...]
.
0
comment
on 11/22/2014 8:47 PM
.
0
comment
on 11/22/2014 3:18 PM
A while back I came upon a seemingly not-too-difficult programming exercise: Define a recurrence  by Compute . This isn't too hard to code up, using perhaps a recursive function to represent . With normal double-precision floats, as increases, the result [...]
.
0
comment
on 11/21/2014 4:00 PM
A while back I came upon a seemingly not-too-difficult programming exercise: Define a recurrence \(x_n\) by $$f(y, z) = 108 - \frac{815 - 1500/z}{y}$$ $$x_0 = 4$$ $$x_1 = 4.25$$ $$x_i = f(x_{i-1}, x_{i-2})$$ Compute \(x_{30}\). This isn’t too hard t[...]
.
0
comment
on 11/20/2014 12:31 PM
.
0
comment
on 11/19/2014 10:47 PM
Script for this article is available as public Gist. For a long time I was interested in what is going on on NuGet. I think that NuGet UI does not provide one important piece of information – which packages depend on current packages. This information is [...]
.
0
comment
on 11/18/2014 12:11 PM
It feels very much like the next step after jquery+templates. The nice part is that this enables you to choose your own strategy. For instance only using small amounts of code and regular forms. It requires a lot of decisions about structure decided alrea[...]
.
0
comment
on 11/17/2014 11:22 PM
Last week Gian Ntzik gave a great talk at the F#unctional Londoners meetup on the Nessos Streams library. It’s a lightweight F#/C# library for efficient functional-style pipelines on streams of data. The main difference between LINQ/Seq and Streams is[...]
.
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