Close

Selected Papers on Interestingness Measures, Knowledge Discovery and Outlier Mining

S. Abe  and  T.  Inoue.   Fuzzy  support   vector  machines  for multiclass  problems.In ESANN     2002  Proceedings,    pages  113-118,  2002. R.  Agrawal,  T.  Imielinski,   and  A.  Swami.   Mining  association   rules  between sets  of items  in  large  databases.     In  Proceedings    of  the   1993 ACM   SIGMOD Conference, 1993. A.  Alink,  C.  M.  Schwiedrzik,   A.  Kohler,  W.  Singer,  and  L.…

Share

Refactoring Resources Extraordinaire

Ebook: 31 Days of Refactoring (Sean Chambers) http://lostechies.com/wp-content/uploads/2011/03/31DaysRefactoring.pdf http://www.lostechies.com/blogs/sean_chambers/archive/2009/07/31/31-days-of-refactoring.aspx   Presentation: Refactoring Tactics and Strategies http://lens.cos.ufrj.br/sugarloafplop/2002/download/refactoring-tutorial.pdf   Site: SourceMaking’s Refactorings Catalog http://sourcemaking.com/refactoring   Book: Refactoring: Improving the Design of Existing Code (Martin Fowler, Kent Beck, et. al.) http://martinfowler.com/books/refactoring.html   Book: Refactoring To Patterns (Joshua Kerievsky) http://www.industriallogic.com/xp/refactoring/   Site: Martin Fowler’s Refactorings Catalog http://refactoring.com/catalog/index.html   Site:…

Share

AppFabric, PSModulePath and Error Code 1603

Argh, the 1603 generic error when building a new VM AppFabric installation failed because installer MSI returned with error code : 1603 with the following information in the log file. 2012-10-12 17:15:42, Information Setup Process.ExitCode: 0x00000643 2012-10-12 17:15:42, Error Setup AppFabric installation failed because installer MSI returned with error code : 1603 may not be…

Share

Book Review - Scalability Rules to Live By

Having listened to Marty Abbot and Michael Fisher methodically dissect scalability bottlenecks and hash out fault isolation in large scale enterprise systems, I decided to pick up "50 Principles for Scaling websites" with high hopes and wasn't disappointed.   These fifty rules, some of them seemingly obvious and others with specific details serve as a…

Share

Dependency Injection vs. Inversion of Control?

The terms Dependency Injection and Inversion of Control are colloquially used interchangeably and numerous times, the distinction is lost. In one of the DI must read books, Dependency Injection in .NET by Mark Seeman, the particularity of these entities are explained quite well. Following is the excerpt. The term Inversion of Control (IoC) originally meant any sort of programming style where an…

Share

Recommended Readings for Coding Architects

Thanks to coding-architect-extraordinaire colleague and friend David Lazar, following are some links to a few excellent decks from Simon Brown's "Coding The Architecture". Documenting Your Software Architecture: Why? and How?   -- Big Architecture Documents are BAD. http://static.codingthearchitecture.com/presentations/sa2009-documenting-your-software-architecture-why-and-how.pdf How Much Up-Front Design Is Just Enough? Be a JEDI: do Just Enough Design Initially http://static.codingthearchitecture.com/presentations/skillsmatter2012-just-enough.pdf Master Builder…

Share