Craig Stuntz's blog articles

0
comment
on 3/3/2014 8:25 AM
You may encounter an error which looks like this: MSB4006: There is a circular dependency in the target dependency graph involving target "ResolveProjectReferences" [MyProjectName\MyProjectName.csproj] …when running MSBuild from the command line. This error happens when: You run MSBuild on a machine with .NET 4.5 installed and You build a project referencing a solution where the SLN file contains dependencies in [...]
>> Read the full article
.
0
comment
on 2/19/2014 6:38 AM
Cloud Security, For Real This Time: Homomorphic Encryption and the Future of Data Privacy. That’s the title of my presentation at the next Central Ohio OWASP Quarterly Seminar, on 27 February at 1:00 p.m. Dan King, from Microsoft, will be talking about single sign-on for federated Dynamics CRM, very practical stuff which is in real [...]
>> Read the full article
.
0
comment
on 1/8/2014 9:48 AM
I had an interesting bug in my compiler: The parser would fail on blank lines. To a certain degree, this makes sense; the formal grammar of the language does not include blank lines. This is invalid input! On the other hand, every programming language ever invented, as far as I know, simply ignores them. That [...]
>> Read the full article
.
0
comment
on 12/12/2013 7:12 AM
I’m building a small compiler for a toy language which emits .NET executables, implemented in F#. Demo compilers are a dime a dozen, but there are a few things which make this project distinct: No lexer or parser generators are used. The entire compiler is written from the ground up, and is intended to be fairly [...]
>> Read the full article
.
0
comment
on 9/26/2013 8:48 AM
Coursera, Udacity, MIT Open Courseware, and other such sites are useful to me because they decouple the desire to learn college-level material from the expense and regulations of earning (another) diploma. The latter isn’t compelling to me today, but the former certainly is. I’ve now taken three Coursera courses: Functional Programming Principles in Scala, Social Network [...]
>> Read the full article
.
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