Slashdot Mirror


User: prashanthellina

prashanthellina's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. It is not pollution, it is obfuscation on NASA Releases Orbital Photos of Beijing's Air Pollution · · Score: 2

    This is a Chinese attempt to obfuscate their landscape from American spy satellites.

  2. Re:Doxygen, and Extracting Software Architectures on Tools For Understanding Code? · · Score: 1

    I've written a call graph generator (graphical) for python code. You can try it out here. I found it useful to cleanup some code at work. (Generating call graphs for understanding and refactoring python code)