Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Clay Shirky: Institutions vs. collaboration
Monday, July 14, 2008
This is a rather interesting talk that takes some very foundational ideas from open source software development, P2P networks, and social networking and implies that these paradigms can apply to a lot more.
Everything we hear is an opinion, not a fact. Everything we see is a perspective, not the truth.
- Marcus Aurelius
Test Frameworks
Sunday, February 12, 2006 by digitalpeer
Games from Within: Exploring the C++ Unit Testing Framework Jungle provides a great review of many of the C/C++ test frameworks.
CxxTest is a JUnit type framework for C++.
CUT is a C Unit Test set of utilities.
Check is another unit test framework for C.