Produced by Exelis, ENVI (ENvironment for Visualizing Images) is a software application used to process and analyze geospatial imagery. This program is used mostly by image analysts and GIS professionals. ENVI can also integrate with ArcGIS from Esri.Read more…
Linux
Envi
Categories: Analysis & Modeling
GCC
Categories: Math & Programming
The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting a wide variety of programming languages and architectures. GCC’s external interface follows Unix conventions. Each of the language compilers is a separate program that reads source code and outputs machine code. All have a common internal structure. A per-language front end parses the source code in that language and produces an abstract syntax tree (“tree” for short).
For a full list of supported languages and architectures go to GCC’s WIkipedia page.