Are you tired of reading unhelpful comments in your peers' code? Then look no further! The deverbosifier removes every comment in a file. Supported programming languages are C/C++, Python and Fortran (after 77).
deverbosify.c is a minimal c file that uses only standard libraries to recognize comments in a program in a given programming language and substitute them with the space character (' '). The original file is kept intact and the new uncommented file is saved with the prefix "_NC" ("Not Commented").