All entries by this author

Edited report

May 3rd, 2010 | By cortr

Removed I’s from report.
Final-Project-Report



Report with conclusion

May 3rd, 2010 | By cortr

Final-Project-Report



Final Report with Pygmy

May 1st, 2010 | By cortr

Final-Project-Report
I only added Joshua’s section to it and made sure the formatting and layout was consistent today. I’ll write the conclusion tomorrow after digesting what
[continue reading...]



Jetty slides for final presentation

Apr 17th, 2010 | By cortr

I posted the jetty slides I made in new media…



Missed Meeting

Apr 16th, 2010 | By cortr

Hey guys, I couldn’t make the meeting today. Let me know what you got done on the presentation. I’ll add my part. I’m heading out of town for baseball, but will check this site. Meet up with somebody Sunday night? Or whenever works best.



Team Meeting April 7

Apr 7th, 2010 | By cortr

Decided to look at the commenting style of the files (throughout code, tops of files only, etc) as input to how any change over the
[continue reading...]



Jetty April 7th

Apr 7th, 2010 | By cortr

Using cloc and linux’s wc I counted the comment and code lines and characters for those separate line measurements over the webserver key packages in Jetty.
v4 code lines: 22106    v4comment lines: 14008   v4 code characters: 1383366 – blank lines    v4comment char: 750207
v8 code lines: 28229    v8comment lines: 10722   v8 code char:  1492986 – blank
[continue reading...]



Project April 5th and cloc

Apr 5th, 2010 | By cortr

While working on getting accurate measurements for the various metrics on Jetty I came across cloc. This perl program(one of several like it) can help us obtain the file counts for our most basic size measurements if anyone is struggling. Here is a site for it — http://cloc.sourceforge.net/



Meeting March 26

Mar 29th, 2010 | By cortr

We went over ideas for the metrics to measure various aspects of the applications’ evolution.
Size growth:

Lines of code
Byte size of files — core/common ones
[continue reading...]



Project Journal

Feb 27th, 2010 | By cortr

Finally successfully reverse engineered the Jetty code for versions 4 and 8. Need to verify patterns by pattern finder.