dup.rst
changeset 2093 cef16cb3dded
parent 2016 99083433ec1e
child 2228 837f1337c59b
equal deleted inserted replaced
2092:9c8bb99062b5 2093:cef16cb3dded
     7    :local:
     7    :local:
     8 
     8 
     9 Search for duplicate lines.
     9 Search for duplicate lines.
    10 ===========================
    10 ===========================
    11 
    11 
    12   http://en.wikipedia.org/wiki/Duplicate_code
    12 http://en.wikipedia.org/wiki/Duplicate_code
    13                 wiki page
    13   Wiki page.
    14   http://students.cis.uab.edu/tairasr/clones/literature/
    14 http://students.cis.uab.edu/tairasr/clones/literature/
    15                 Code Clones Literature
    15   Code Clones Literature.
       
    16 https://moz.com/devblog/near-duplicate-detection/
       
    17   MinHash vs SimHash algorithm explanation.
    16 
    18 
    17 Open source or free licence:
    19 Open source or free licence:
    18 
    20 
    19  * http://duplo.sourceforge.net/
    21  * http://duplo.sourceforge.net/
    20  * http://clonedigger.sourceforge.net/
    22  * http://clonedigger.sourceforge.net/
    24 
    26 
    25  * http://www.txl.ca/nicaddownload.html
    27  * http://www.txl.ca/nicaddownload.html
    26  * http://www.harukizaemon.com/simian/index.html
    28  * http://www.harukizaemon.com/simian/index.html
    27  * http://getatomiq.com/
    29  * http://getatomiq.com/
    28  * http://www.harukizaemon.com/simian/index.html
    30  * http://www.harukizaemon.com/simian/index.html
       
    31 
       
    32 http://stackoverflow.com/questions/191614/how-to-detect-code-duplication-during-development
       
    33   How to detect code duplication during development?
       
    34 https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis
       
    35   List of tools for static code analysis.
       
    36 http://askubuntu.com/questions/434545/identify-duplicate-lines-in-a-file-without-deleting-them
       
    37   Identify duplicate lines in a file without deleting them?
       
    38 http://stackoverflow.com/questions/13046791/how-to-delete-the-repeat-lines-in-emacs
       
    39   How to delete the repeat lines in emacs.
       
    40 http://emacs.stackexchange.com/questions/13092/how-can-i-highlight-duplicate-lines
       
    41   How can I highlight duplicate lines?
       
    42 https://www.emacswiki.org/emacs/DuplicateLines
       
    43   Duplicate Lines.
    29 
    44 
    30 Search for duplicate files.
    45 Search for duplicate files.
    31 ===========================
    46 ===========================
    32 
    47 
    33 This utilities only search for duplicate files:
    48 This utilities only search for duplicate files: