Free Software
close

CodeExample plugin for Trac
Download last version
More features
- Description:
The Trac plugin for code examples colouring. It supports three types of examples - a simple, a correct one and an incorrect.
Further details see at http://trac-hacks.org/wiki/CodeExampleMacro
- Posted:2010-02-13 16:04:20
- Version:0.3.3
- Changelog:
Ticket #6359 has been implemented.
- Checksum:
4e3c0a126ae3b90a0e7db8b6ccca26e1
e62fcfb6318e02b36e282115390a553d
620c90cbf31ecdda8c942aec1145118f
a7f619e5c741c9ed706a5cb047cd9323
Download last version
More features
Use whirlpooldeep program to validate checksum like this:
[user@localhost ~]$ whirlpooldeep -q src.zip 19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3
The whirlpooldeep program is a part of md5deep package available for Windows, MacOSX, Linux and other OS.
WHAT'S NEW
- A couple of words about TDD
- Unit-test coding supposes to be one of the most significant methodological achievements of the industry, let’s say, for about last 15 years. The Internet is full of enthusiastic exclamations [1, ...
- February 21, 2010
- CodeExample plugin for Trac
- The Trac plugin for code examples colouring. It supports three types of examples - a simple, a correct one and an incorrect. Further details see at
- February 13, 2010
- Metrics - LoC
- This is going to be a small set of articles devoted to metrics. The first one is about LoC - Line of Code. I think that the first reaction on ...
- May 11, 2009
- Metric - Cyclomatic Complexity
- There is a simple and logic explanation: the more “if”, “while”, “for”, and etc. in code the higher the complexity of the code improvement, management, understandability and refactoring. Cyclomatic (here ...
- May 11, 2009
- SESE vs SEME
- SESE/SEME are terms of structural programming and were introduced at 80-s. Nothing new. However, experience shows that some programmers do not know about them till today. That’s why it makes ...
- April 08, 2009