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.
A LISP programmer knows the value of everything, but the cost of nothing.
- Alan Perlis
Development Tips and Tutorials
Check out some of my cool tips and tutorials for development in general on Linux and Windows.
Wrapping C/C++ Function Definitions by digitalpeer, updated Sunday, August 20, 2006
Small example showing how to wrap C/C++ functions to implement such things as runtime profiling.
Pipes on Linux and Win32 by digitalpeer, updated Tuesday, June 21, 2005
Performance analysis and examples of pipes on Linux and Win32 for Interprocess Communication.
Coroutines in C by digitalpeer, updated Tuesday, June 21, 2005
All about coroutines in C.
C/C++ Guide by digitalpeer, updated Wednesday, August 18, 2004
Some quick tips and links when developing with C/C++ on windows and Linux.
Using CVS by digitalpeer, updated Wednesday, August 18, 2004
Some tips and tricks to setting up CVS and making efficient use of it.
Getting Started with Automake and Autoconf by digitalpeer, updated Thursday, July 15, 2004
An introduction to knowing what you need to know to help you configure and compile a project or library with the GNU auto* tools.
Nullsoft Installer by digitalpeer, updated Sunday, June 13, 2004
A scriptable and easy to use win32 installer.