Blog articles

0
comment
on 7/1/2011 2:20 PM
National Highway Traffic Safety association (NHTSA) (http://nhtsa.gov) has loads of publicly available data on auto complaints and recalls (although you have to dig a bit to find the actual data files). Say you want to analyze National Highway Traffic Saf[...]
.
0
comment
on 6/30/2011 4:16 PM
Long time no blog, I’m not much of a writer, so here’s the code! Hardlink Cheers, √
.
0
comment
on 6/28/2011 5:09 PM
The Frank application signature is currently undergoing a change from 'Request -> Async<'Response> to 'Request -> 'Response, where the 'Response includes a Body type that is: type Body = | Bytes of byte[] | AsyncBytes of byte[] Async | Segment of byte Arr[...]
.
0
comment
on 6/28/2011 12:28 PM
Lately I’ve been taking a look at how you might write web apps with F# using various existing frameworks. Often these frameworks don’t quite work the way you want them to and have small but annoying nuances when using them from F#. These projects are: P[...]
.
0
comment
on 6/23/2011 5:14 PM
I’ve been working on the Frank syntax lately. Following some help from @talljoe, Frank maps paths from a resource level rather than each HTTP method. Frank can then take advantage of combinators that add HEAD and OPTIONS based on the HTTP methods explicit[...]
.
0
comment
on 6/23/2011 10:27 AM
In the LinkedIn ColdFusion Groups I recently asked the following question: For the last three or four years, my CFML projects have general had other languages mixed in on the backend (Groovy, Scala, Clojure). I was wondering how many other people are lev[...]
.
0
comment
on 6/23/2011 6:32 AM
Cool presentation about FS4SP: FAST for SharePoint 2010: How and Why? View more presentations from C/D/H Technology Consultants Filed under: F4SP Tagged: FAST
.
0
comment
on 6/16/2011 2:39 AM
We translated the snooker game sample from the official O3D website to WebSharper. The result is on par with the original in terms of performance, with 25% shorter source code and extra code safety.
.
0
comment
on 6/15/2011 2:36 PM
When writing reactive applications using F# asynchronous workflows, it is important to run some operations on the right thread. User interface elements are accessible only on GUI threads and CPU-intensive computations should be done on a background thread[...]
.
0
comment
on 6/10/2011 5:33 PM
CongoMongo is a Clojure wrapper around the MongoDB Java driver. It makes it pretty easy to interact with MongoDB: (use 'somnium.congomongo) ;; connect to "example" database via mongo1:27017 or ;; mongo2:25017 seed hosts (I have a replica set running) (de[...]
.
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