Blog articles

0
comment
on 9/29/2010 11:07 AM
I have had troubles writing unit tests for classes with a lot of dependencies. The reason for this is that the initialization of the state for my test code would look like: [Setup] public void Setup() {    stub1 = new Mock(); …   stub20 = new Mock();   mo[...]
.
0
comment
on 9/27/2010 2:29 AM
This one was not easy to discover, so I’m going to post it here for future reference. In C:\Program Files\Microsoft Office\Office12\Bibliography\Style\Iso690Nmerical.xsl change the following lines: <xsl:template name="templ_prop_OpenBracket" > [...]
.
0
comment
on 9/26/2010 4:00 PM
.
0
comment
on 9/14/2010 4:38 AM
If you’re like me, you are already fed up with people throwing the term ‘DSL’ around without showing a good example of how it’s done and where they are used – not to mention giving a decent, human-readable description of DSLs that doesn’t allude to extran[...]
.
0
comment
on 9/8/2010 11:35 PM
Functional programming languages have been a hot topic of academic research for over 35 years, and have seen an ever larger practical impact in settings ranging from tech startups to financial firms to biomedical research labs. At the same time, a vigorou[...]
.
0
comment
on 9/7/2010 12:23 PM
I really recommend this. How do you read really complex css? How do you refactor complex css rules? The answers is: http://lesscss.org/ There is a port of this to .net. The site associated with it is down though. You might find the source on github howeve[...]
.
0
comment
on 9/7/2010 1:51 AM
This program has helped me greatly. Not that I approve of IE6 or anything…http://www.my-debugbar.com/wiki/IETester/HomePage A former coworker told me about this tool:mankz: testing all versions of ie and almost enjoying it at the same time<div></div> [...]
.
0
comment
on 9/5/2010 2:54 PM
I've been having fun today sitting on a heating pad for a bad lower back and learning a bit of statistics, python, clojure and Incanter by porting Toby Segaram's "Collective Intelligence" to clojure. My code is on github.
.
0
comment
on 9/5/2010 8:39 AM
There shouldn’t be so much of a debate. I thought that ruby had better string handling until I found out that in python 3 the unicode issue is fixed. The languages are strikingly similar in some aspects, as they are different in others. There are lessons [...]
.
0
comment
on 8/24/2010 10:29 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