FitNesse is a great Web-based collaboration tool for software testing, which can really help to test- drive the code and build a framework for holding the project together during big changes and re- factoring. It makes writing and running automated tests easy and allows test-driven software teams to share knowledge and expectations. Under the hub, FitNesse runs FIT (Framework for Integrated Testing). Both FitNesse and FIT are open-source tools, and together they are very popular as a testing framework in the Java community. Although FitNesse supports testing .Net code, some things don’t quite work out of the box or do not follow official on-line documentation. However, the integration is stable, and I guarantee that the effort required to start using FitNesse is worth it.
Read the rest of this entry »
The CADPIPE tutorial has been organized to include many of the timesaving features of the CADPIPE HVAC program. While it would be impossible to highlight every aspect of the program, we believe that after completing this teaching manual you will have a good working knowledge of CADPIPE.
Read the rest of this entry »
Professor Brian Vinter Concurrency vs. Parallelism Designing parallel systems is very hard • But sometimes necessary • Designing concurrent systems is surprisingly easy Concurrent systems can transparently utilize an underlying parallel system If your program is concurrent, and with sufficient concurrent operations, you don’t have to design for a specific number of processors Parallelism News flash: Moore’s law is dead since October 2004
Read the rest of this entry »