Blog articles

0
comment
on 10/5/2011 1:42 PM
Here are some details on an F# contract position at MSR Cambridge. Contract Position for Biological Modelling Language Development (F#) Microsoft Research, Cambridge, UK - 4th October 2011 Microsoft Research Cambridge has available a 2-year contract posit[...]
.
0
comment
on 10/5/2011 11:06 AM
My colleagues at MSR Cambridge in the research games team have released a Facebook app called “Project Waterloo” (http://apps.facebook.com/msrwaterloo).  The app allows users to play the two-player turn-based game called Blotto (http://en.wikipedia.org/wi[...]
.
0
comment
on 10/5/2011 10:57 AM
Phil Trelford has a nice set of slides from a recent talk in Belfast called F# Eye for the C# Guy. F# Eye 4 the C# Guy  
.
0
comment
on 10/3/2011 12:12 PM
I had a great time at NYC Code Camp this last weekend. About half the people in my talk already knew F# and were there to talk about Type Providers, the other half just came to see what this F# thing was all about. This post is to help those in the second[...]
.
0
comment
on 10/3/2011 4:53 AM
.
0
comment
on 10/2/2011 2:37 PM
Why so many monitors? I used to have the same kind of layout on my home computer while at the university by using X11. You have virtual desktops (not to be confused with the software) or workspaces. The same concept on mac os x differs significantly from [...]
.
0
comment
on 10/2/2011 2:37 PM
Why so many monitors? I used to have the same kind of layout on my home computer while at the university by using X11. You have virtual desktops (not to be confused with the software) or workspaces. The same concept on mac os x differs significantly from[...]
.
0
comment
on 10/2/2011 12:04 PM
Inspired by the minimalists I tried this out on the arduino: int speakerPin = 11; void outp(byte value) {     analogWrite(speakerPin, value); delayMicroseconds(200); } void setup() {     pinMode(speakerPin, OUTPUT);     // Set up Timer 2 to do pulse width[...]
.
0
comment
on 10/2/2011 12:04 PM
Inspired by the minimalists I tried this out on the arduino: int speakerPin = 11; void outp(byte value) {     analogWrite(speakerPin, value); delayMicroseconds(200); } void setup() {     pinMode(speakerPin, OUTPUT);     // Set up Timer 2 to do pulse width[...]
.
0
comment
on 10/2/2011 9:11 AM
Background Back in 2004, I was doing some code-generation work as part of the OBIWAN project. When I started, CodeDom was being used to do the work, but I really didn’t like it because it made the generator code very hard to read and modify. Realisticall[...]
.
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