| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| BlockDiagd6.docx | 2012-05-07 | 385.1 kB | |
| cairn_util_1_0_0.zip | 2012-05-07 | 138.7 kB | |
| BlockDiagd5.docx | 2012-04-07 | 342.8 kB | |
| lynxsimviz_alpha_1.zip | 2011-08-18 | 17.1 MB | |
| README.txt | 2011-08-03 | 922 Bytes | |
| processfiles_alpha_1.zip | 2011-08-03 | 13.8 kB | |
| cairnAlpha_1.zip | 2011-07-19 | 237.9 kB | |
| cairnUMd2.docx | 2011-07-18 | 602.6 kB | |
| cairnRMd7.docx | 2011-07-18 | 591.2 kB | |
| Totals: 9 Items | 19.4 MB | 0 |
Contents of library, August 3, 2011 Sorry for the mess, but I haven't figured out how to maintain my release directory yet. The primary project code is in cairnAlpha_1.zip. The user's manual is cairnUMd2.docx The reference manual is cairnRMd7.docx The manuals are Microsoft Office documents. The primary project code is C++, developed on MS Visual C++ 2008, although it should be pretty close to ANSI-standard C++. The first line of a .cpp file is usually #include "stdafx.h", which is Microsoft's way of including a precompiled header. The file processfiles_alpha_1.zip is a small program, written in Python 3.2, to scan a directory tree looking for C++ files. For each one it finds, it constructs a processed version in a separate directory tree. The processing consists of looking for license and copyright information and modifying it. There's no manual; the project blog describes it more fully.