Bazsites.com Source Code Formatters
Directory Topics
On the Web
- PHP Formatter/Obfuscator - Tools to prettyprint PHP and make it more readable, or to obfuscate the source and make it difficult to reverse-engineer. [Commercial]
- Jalopy - A source code formatter for Java. It layouts source code according to some widely configurable rules, to meet a certain coding style without putting a formatting burden on individual developers. [Open source, GPL]
- SourceFormatX - A powerful source code formatter and beautifier for C, C++, Java, C#, Pascal, PHP, ASP, VB, VBNET, VBScript, JavaScript. [Shareware]
- SQCBW - Source code beautifier indents source code lines according to the structure of the program; supports complex expressions, trailing comments and conditional compilation. For C/C++/C# and Java/J#. [Shareware]
- PHP Pretty Printer - Online tools for source code formationg. Also can be used for Java, C++ and C.
- Jalopy - Configurable source code formatter and style checker. Commercial successor of the Open Source Jalopy.
- Polystyle - Code beautifier that learns personal formats and styles other source files in that manner.
- Beautify PHP - Tool reformats PHP source code to make the script more readable and easier to understand.
- Jindent - A source code formatter for Java with custom coding style support. [Commercial]
- PHP Code Beautifier - An online tool to beautify PHP code that is submitted via input form or file upload, applying most of the PEAR standard requirements to it.
Wikipedia Articles
- Source code repository - A source code repository is a place where large amounts of source code are kept, either publicly or privately. They are often used by multi-developer projects to handle various versions and developers submitting various patches of code in an organized fashion.
- Source lines of code - Source lines of code (SLOC) is a software metric used to measure the size of a software program by counting the number of lines in the text of the program's source code. SLOC is typically used to predict the amount of effort that will be required to develop a program, ...
- Source code editor - A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers. It may be a standalone application or it may be built into an integrated development environment (IDE).
- Lions' Commentary on UNIX 6th Edition, with Source Code - Lions' Commentary on UNIX 6th Edition, with Source Code by John Lions (1976) contains the complete source code of the 6th Edition Unix kernel plus a commentary. It is commonly referred to as the Lions book.
- Source code annotation - Source code annotation is a feature of debugging tools such as GTKWave that allows values from a simulation run to be viewable directly in the source code. This allows for viewing of values at a given point in time rather than longitudinally across many time values.