Free Software

closeClose
PEP8 validation script
  • Description:

    Modified PEP8 validation script with Nesting Depth additional validation.

  • Posted:2010-10-21 19:28:58
  • Version:0.3
  • Tags: nesting depth, python
  • Checksum: 61ccd44afe188e7654d338139dc84d28
    230182709e0df86f07bba8598f6ff74f
    25485f3e839493b35e5020dad92e86ff
    329322b420eef1a73ba8a65b2d35c782
Download last version More features
closeClose
CodeExample plugin for Trac
  • 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
  • Tags: pygments, Trac
  • 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 RSS Whats New

PEP8 validation script
Modified PEP8 validation script with Nesting Depth additional validation.
nesting depth, python
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 ...
code coverage, metrics, nesting depth, python
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
pygments, Trac
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, ...
code coverage, code review, metrics, TDD, test first, test last
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 ...
LoC, metrics
May 11, 2009