Blog articles

0
comment
on 9/9/2015 9:14 AM
Most programming languages were designed before the age of web. This matters because the web changes many assumptions that typed functional language designers tak for granted. For example, programs do not run in a closed world, but must instead interact w[...]
.
0
comment
on 9/9/2015 9:14 AM
Most programming languages were designed before the age of web. This matters because the web changes many assumptions that typed functional language designers tak for granted. For example, programs do not run in a closed world, but must instead interact[...]
.
0
comment
on 9/8/2015 6:41 PM
I love GPU programming for precisely this: it forces and enables you to think about a solution in a non-linear fashion in more than one sense of the word. The Problem Given a set , output a set In other words, pretend our array is cyclical, and we want al[...]
.
0
comment
on 9/8/2015 12:34 AM
This is a minor release of WebSharper UI.Next which provides the OnAfterRender feature from Html.Client.
.
0
comment
on 9/7/2015 6:38 PM
Finite state machines (FSM) are a common technique for recognizing patterns over streams of data. However basic FSM cannot easily handle noisy data such as sensor data from a wearable device that is generated using human limb movement. This session … Cont[...]
.
0
comment
on 9/7/2015 6:38 PM
Finite state machines (FSM) are a common technique for recognizing patterns over streams of data. However basic FSM cannot easily handle noisy data such as sensor data from a wearable device that is generated using human limb movement. This session … Cont[...]
.
0
comment
on 9/6/2015 3:55 PM
The Problem This is a problem for which no polynomial time solution exists, although a pseudo-polynomial (polynomial in the degree of the maximum element) does exist. In this paper, the algorithm proposed for the sum-function with full information is simp[...]
.
0
comment
on 9/6/2015 9:43 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News List of F# community heroes for 2015 Jet. Realtime Pricing, Realtime Advertising New MOOC: Programming in F#. F# Gotham is coming… Visual F# PowerTools now support lightweight interfa[...]
.
0
comment
on 9/5/2015 11:54 PM
Swagger is a simple yet powerful representation of your RESTful API. With the largest ecosystem of API tooling on the planet, thousands of developers are supporting Swagger in almost every modern programming language and deployment environment. With a Swa[...]
.
0
comment
on 9/5/2015 3:51 AM
Earlier in the year I came across a Stanford coding assignment inspired by Andrej Bauer’s Random Art. Pictures are built using randomly chosen mathematical expressions that take an x and y value and return a colour. The implementation on Andrej’s site use[...]
.
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