Blog articles

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[...]
.
0
comment
on 10/1/2011 5:07 PM
.
0
comment
on 10/1/2011 4:00 PM
.
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