Difference between revisions of "Statistics"

From OdaWiki
(Lines of code)
 
(51 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{stub}}
 +
 
This place collects interesting statistics about various aspects of the odamex project
 
This place collects interesting statistics about various aspects of the odamex project
  
== Code ==
+
== SVN ==
=== Lines of code ===
+
* See the [http://odamex.org/stats stats] page.
[[Image:Odamex LinesOfCode.png]]
+
* See the [http://odamex.org/stats2 other stats] page.
  
LOC is not the best indicator of performance and is included here merely for entertainment value. At this rate (1300 revisions in 6 months), the graph suggests that we shall have no code remaining in 26 months!
+
== Website Stats ==
 
+
See [http://odamex.net/sitestats Site stats]
And no, the lines aren't hand-counted by slaves. We find scripts such as the following to be slightly cheaper for this purpose (and please don't flood the server):
+
 
+
'''for i in `seq 1 13`; do svn update -r $(echo "$i*100"|bc); echo $(cat $(find . -iname "*.cpp") | wc -l) >> loc; done; cat loc'''
+
 
+
== SVN ==
+
See the [[svn]] page
+
== IRC ==
+

Latest revision as of 13:15, 18 May 2008