var fDesc=new Array(); fDesc[0] = "Free RSM Add-On, RSM Wizard is free GUI which runs on top of Resource Standard Metrics. RSM is a command line program that enables scripting and enbedding into programming IDEs. RSM Wizard make RSM very simple to use and serves as a teaching tool for the operations of RSM.
A command line program that consumes C, C , C# and Java source code files and produces source code metrics (LOC, Effective LOC, and Logical LOC), source code quality analysis for a single file, set of files or differentials between separate baselines. As a command line program, RSM is cross complied to operate on the following operating systems (OS); Windows XP, Vista, 7, Linux, and all Unix Variants including the Mac OS-X (a Linux/Unix like OS)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }