Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
epylint.1
345
B
-rw-r--r--
2019-02-22 19:50
f2py.1
5.79
KB
-rw-r--r--
2017-09-29 23:40
nosetests-3.6.1
17.26
KB
-rw-r--r--
2015-06-02 13:15
pylint.1
20.76
KB
-rw-r--r--
2019-02-22 19:50
pyreverse.1
3.97
KB
-rw-r--r--
2018-01-07 14:23
python3.1
18.23
KB
-rw-r--r--
2023-06-06 00:15
python3.7.1
18.23
KB
-rw-r--r--
2023-06-06 00:15
symilar.1
1.06
KB
-rw-r--r--
2018-01-07 14:23
Save
Rename
.TH symilar 1 "December 15, 2010" symilar .SH NAME .B symilar \- tool for checking similarities in different files .SH SYNOPSIS .B symilar [ .I options ] [ .I <files> ] .SH DESCRIPTION .B symilar is a tool for searching blocks of identical lines in different files. It can be used to find copy pasted blocks of code, or stuff that could be refactored. Differences concerning only stuff behind a '#' (Python comments) can be ignored. The size of identical blocks can be optionally modified. .B symilar \'s functionality is integrated in .B pylint with the refactoring message 'R0801'. .SH OPTIONS .IP "-h, --help" show help message and exit .IP "-d <min_duplicated_lines>, --duplicates <min_duplicated_lines>" minimum number of identical lines that should trigger a similarity message. Default is 4. So if it finds 3 identical lines, there will be no message, but 4 identical lines will be mentioned. .IP "-i, --ignore-comments" ignore differences concerning only stuff behind a '#' (Python comments). This means that if just a comment was added, the message will still be triggered.