Support

Forums

Contact Me

Posts Tagged 'coding'

Coding theory

Coding theory is the study of the properties of codes and their fitness for a specific application. Codes are used for data compression, cryptography, error-correction and more recently also for network coding. [http://en.wikipedia.org/wiki/Coding_theory]

Checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard.
It automates the process of checking Java code to spare humans of this boring (but important) task. This
makes it ideal for projects that want to enforce a coding standard. Checkstyle is highly configurable and can
be made to support almost any coding standard. An example configuration file is supplied supporting the
Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions.

From http://checkstyle.sourceforge.net/

Some facts about checkstyle:

Languages

 
Java 71%
 
XML 26%
 
Other  
  XSL Transformation 2%
  CSS 1%
  HTML <1%
  Emacs Lisp <1%
  MetaFont <1%

Project Cost

This calculator estimates how much it would cost to hire a team to write this project from scratch.
Include
Codebase 68,028 LOC
Effort (est.) 16 Person Years
Avg. Salary $/year
$897,876

Better readability of source code

I just activated the mambots Geshi (standard in Mambo 4.5.2 ) on my Homepage, now all code in my pages (between <pre> and </pre> ) will be automaticaly highlighted and colored. More than 38 languages are now supported on my homepage!

actionscript - ada - apache - asm - asp - bash - c - c_mac - caddcl - cadlisp - cpp - csharp - css - delphi - html4strict - java - javascript - lisp - lua - mpasm - nsis - objc - oobas - oracle8 - pascal - perl - php-brief - php - python - qbasic - smarty - sql - vb - vbnet - visualfoxpro - xml

I will post later post an update for Mambo 4.5.2, instead of Geshi 1.0.4 You will soon be able to use Geshi 1.0.7 and an extended Mambot for Your personal use.

Enjoy ;-)

private long startStatistics() {
		long before = System.currentTimeMillis();
		if (logger.isDebugEnabled()) {
			logger.debug("Start conversion " );
		}
		return before;
	}

Donations

Thank You for supporting my work