Free Software
close

PEP8 validation script
Download last version
More features
- Description:
Modified PEP8 validation script with Nesting Depth additional validation.
- Posted:2010-10-21 19:28:58
- Version:0.3
- Checksum:
61ccd44afe188e7654d338139dc84d28
230182709e0df86f07bba8598f6ff74f
25485f3e839493b35e5020dad92e86ff
329322b420eef1a73ba8a65b2d35c782
Download last version
More features
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-09-29 19:02:29
- Version:1.0
- Changelog:
Options using has been reimplemented.
Support for multiply repositories (Trac 0.12 and upper) has been added.
Collapsing/expanding code blocks have been implemented.
Ability to change title has been added.
- Checksum:
c31aa9e80a23c4c3d5ecfa747af95da6
c07ffbd7fbaa2d912cce90e7502f0d69
cedc241dea19afec62302ca54cca7fc4
fda1fee8468af94be539e0c57fb38b5a
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
- PEP8 validation script
- Modified PEP8 validation script with Nesting Depth additional validation.
- October 21, 2010
- PEP8 and nesting depth metric
- Company code style is one of the most essential policies to follow for any programming-related IT-organization. It helps to organize interaction between developers, especially for Agile teams, makes code more ...
- October 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
- September 29, 2010
- 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
- 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