Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
xajkep committed May 29, 2018
1 parent c36771b commit 9e26a6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
52 changes: 0 additions & 52 deletions discovery/dll_files.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
admin.dll
admin.dll
agent.dll
%appdata%/microsoft/objframe.dll
%appdata%/microsoft/shmgr.dll
author.dll
author.dll
bin/AjaxControlToolkit.dll
bin/AjaxMin.dll
bin/CMS.Blogs.dll
Expand Down Expand Up @@ -92,8 +88,6 @@ d3dx3xd.dll
default.dll
.dll
feedback.dll
foxweb.dll
foxweb.dll
fpadmdll.dll
fr/FspConfigWizard.Resources.dll
fr/Microsoft.IdentityServer.ClaimsPolicy.Resources.dll
Expand Down Expand Up @@ -131,28 +125,14 @@ Microsoft.IdentityServer.NativeResources.dll
Microsoft.IdentityServer.Powershell.dll
Microsoft.IdentityServer.Service.dll
Microsoft.IdentityServer.UI.Shared.dll
microsoft.sharepoint.dll
microsoft.sharepoint.dll
microsoft.sharepoint.portal.admin.search.dll
microsoft.sharepoint.portal.admin.search.dll
microsoft.sharepoint.portal.dll
microsoft.sharepoint.portal.dll
microsoft.sharepoint.portal.singlesignon.dll
microsoft.sharepoint.portal.singlesignon.dll
microsoft.sharepoint.portal.singlesignon.security.dll
microsoft.sharepoint.portal.singlesignon.security.dll
Mister PiX version.dll
Mono.Cecil.dll
msadc/msadcs.dll
om.dll
owssvr.dll
owssvr.dll
pbcsad.dll
pbcs.dll
pbcsedit.dll
pbcsi.dll
pbserver/pbserver.dll
pbserver/pbserver.dll
php5ts.dll
php_gmp.dll
php_mbstring.dll
Expand All @@ -174,12 +154,8 @@ scripts/tradecli.dll
scripts/wsisa.dll
shell32.dll
shop.dll
shtml.dll
shtml.dll
Site/biztalkhttpreceive.dll
SqmApi.dll
ssocli.dll
ssocli.dll
streetmap.dll
system32.dll
%system%/cdgext32.dll
Expand All @@ -203,39 +179,11 @@ system32.dll
test.dll
vba332.dll
_vti_adm/admin.dll
_vti_bin/microsoft.sharepoint.dll
_vti_bin/microsoft.sharepoint.dll
_vti_bin/microsoft.sharepoint.portal.admin.search.dll
_vti_bin/microsoft.sharepoint.portal.admin.search.dll
_vti_bin/microsoft.sharepoint.portal.dll
_vti_bin/microsoft.sharepoint.portal.dll
_vti_bin/microsoft.sharepoint.portal.singlesignon.dll
_vti_bin/microsoft.sharepoint.portal.singlesignon.dll
_vti_bin/microsoft.sharepoint.portal.singlesignon.security.dll
_vti_bin/microsoft.sharepoint.portal.singlesignon.security.dll
_vti_bin/owssvr.dll
_vti_bin/owssvr.dll
_vti_bin/shtml.dll
_vti_bin/shtml.dll
_vti_bin/ssocli.dll
_vti_bin/ssocli.dll
_vti_bin/_vti_adm/admin.dll
_vti_bin/_vti_adm/admin.dll
_vti_bin/_vti_adm/Admin.dll
_vti_bin/_vti_adm/fpadmdll.dll
_vti_bin/_vti_adm/fpadmdll.dll
_vti_bin/_vti_aut/author.dll
_vti_bin/_vti_aut/author.dll
_vti_bin/_vti_aut/Author.dll
_vti_bin/_vti_aut/dvwssr.dll
_vti_bin/_vti_aut/dvwssr.dll
_vti_bin/_vti_aut/fp30reg.dll
_vti_bin/_vti_aut/fp30reg.dll
_vti_pvt/shtml.dll
wallhack.dll
wc.dll
wconsole.dll
wconsole.dll
webobjects.dll
WebObjects.dll
windows/cdgext32.dll
Expand Down
2 changes: 1 addition & 1 deletion make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def line_count(filename):
lang = filename.split('_')[0].upper()
details = ' '.join(filename.split('.')[0].split('_')[1:])
number_of_line = line_count(os.path.join(dirname, filename))
lists[dirname[2:]].append(" * [%s *%s*](%s/%s) (**%i** words)" % (lang, details, dirname, filename, number_of_line))
lists[dirname[2:]].append(" * [%s *%s*](%s/%s) (**%s** words)" % (lang, details, dirname, filename, "{0:,}".format(number_of_line).replace(',', "'")))

for k, v in lists.iteritems():
print "## %s\n" % k.title()
Expand Down

0 comments on commit 9e26a6a

Please sign in to comment.