Monthly Archive: December 2009
After feedback from some friends of mine, and doing a little bit of background research, I am writing this update to my original post last week. As it turns out, by checking all the numbers in the form 6k ± 1 instead of checking each number up to the input value, I have increased the speed …
Continue reading »
Permanent link to this article: http://ericsilva.org/2009/12/14/primality-test-v2-0/
While working on some caching settings, I had a need to know if a number is prime. I wrote this little Python script which will tell you if the number defined in the script is indeed a prime.
Permanent link to this article: http://ericsilva.org/2009/12/10/determining-if-a-number-is-prime/
Smart Bear Software recently released a white paper discussing the misconception that peer code review is a hindrance to Agile development methodologies. For anyone who regularly performs peer code reviews, would like to start performing them, or thinks they are an obstacle when it comes to Agile development should read this paper. The paper talks …
Continue reading »
Permanent link to this article: http://ericsilva.org/2009/12/10/peer-code-review-an-agile-process/
I just saw on my RSS that GWT 2.0 has been released. Gonna go play now. Bye.
Permanent link to this article: http://ericsilva.org/2009/12/09/gwt-2-0-released/
For anyone looking to upgrade their VS 2005 Web Application project to VS 2008, I found good walkthrough provided by Microsoft here.
Permanent link to this article: http://ericsilva.org/2009/12/06/converting-a-visual-studio-2005-web-application-project-to-a-visual-studio-2008-web-application-project/
I have started working on a new project in .NET and the Problem Domain (PD) was modeled in Visio UML. Fantastic. Now I wanted to forward engineer the UML into C# classes to begin development, but wait, I can’t. I only have Visio 2007 Professional, and the forward engineering features are only available in the …
Continue reading »
Permanent link to this article: http://ericsilva.org/2009/12/03/visual-studio-2008-and-visio-for-enterprise-architects/