
**1,117,019** = Number of Lines of Open Source code for [Flex][1], [BlazeDS][2], and [Tamarin][3].

200,897 lines in the [flex_sdk][4]
  
218,789 lines in [blazeds][5]
  
353,644 lines in [tamarin-central][6]
  
343,689 lines in [tamarin-tracing][7]

That's **1,117,019** more reasons you can Count on Flex!

"Count on Flex" is a series of blogs about the current state of the Flex ecosystem... by the numbers.

<hr noshade />

<font size="-2" color="#444444">For this post I did a very basic calculation which doesn't factor out comments and licenses. For the Flex SDK and BlazeDS I used this command:</p> 

```bash
find . \( -name "*.java" -or -name "*.as" -or -name "*.mxml" -or -name "*.css" \)|xargs wc -l
```

<p>
  And for the two Tamarin projects I used this command:
</p>

```bash
find . \( -name "*.py" -or -name "*.as" -or -name "*.cpp" -or -name "*.h" -or -name "*.es" \)|xargs wc -l
```

<p>
  </font>
</p>

 [1]: http://opensource.adobe.com/wiki/display/flexsdk/
 [2]: http://opensource.adobe.com/wiki/display/blazeds/
 [3]: http://opensource.adobe.com/wiki/display/site/Projects#Projects-Tamarin
 [4]: http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/
 [5]: http://opensource.adobe.com/svn/opensource/blazeds/trunk/
 [6]: http://hg.mozilla.org/tamarin-central/
 [7]: http://hg.mozilla.org/tamarin-tracing/
