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 /
emacs /
23.1 /
lisp /
play /
[ HOME SHELL ]
Name
Size
Permission
Action
5x5.elc
13.7
KB
-rw-r--r--
animate.elc
3.86
KB
-rw-r--r--
blackbox.elc
11.03
KB
-rw-r--r--
bruce.el
6.03
KB
-rw-r--r--
bubbles.elc
45.33
KB
-rw-r--r--
cookie1.elc
3.47
KB
-rw-r--r--
decipher.elc
23.06
KB
-rw-r--r--
dissociate.elc
2.08
KB
-rw-r--r--
doctor.elc
45.54
KB
-rw-r--r--
dunnet.elc
85.74
KB
-rw-r--r--
fortune.elc
8.4
KB
-rw-r--r--
gamegrid.elc
14.69
KB
-rw-r--r--
gametree.elc
18.55
KB
-rw-r--r--
gomoku.elc
27.57
KB
-rw-r--r--
handwrite.elc
59.95
KB
-rw-r--r--
hanoi.elc
9.95
KB
-rw-r--r--
landmark.elc
37.69
KB
-rw-r--r--
life.elc
7.21
KB
-rw-r--r--
meese.elc
1.1
KB
-rw-r--r--
morse.elc
2.4
KB
-rw-r--r--
mpuz.elc
13.52
KB
-rw-r--r--
pong.elc
10.99
KB
-rw-r--r--
snake.elc
10.59
KB
-rw-r--r--
solitaire.elc
12.81
KB
-rw-r--r--
spook.elc
1.59
KB
-rw-r--r--
studly.elc
1.43
KB
-rw-r--r--
yow.elc
3.25
KB
-rw-r--r--
zone.elc
15.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pong.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:59 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/play/pong.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`pong.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311&\207" [require gamegrid custom-declare-group pong nil "Emacs-Lisp implementation of the classical game pong." :tag "Pong" :group games] 8) #@35 *Name of the buffer used to play. (custom-declare-variable 'pong-buffer-name '"*Pong*" '(#$ . -802) :group 'pong :type '(string)) #@26 *Width of the playfield. (custom-declare-variable 'pong-width '50 '(#$ . -938) :group 'pong :type '(integer)) #@27 *Height of the playfield. (custom-declare-variable 'pong-height '(min 30 (- (frame-height) 6)) '(#$ . -1054) :group 'pong :type '(integer)) #@30 *Width of the bats for pong. (custom-declare-variable 'pong-bat-width '3 '(#$ . -1200) :group 'pong :type '(integer)) #@29 *Color used for background. (custom-declare-variable 'pong-blank-color '"black" '(#$ . -1324) :group 'pong :type 'color) #@23 *Color used for bats. (custom-declare-variable 'pong-bat-color '"yellow" '(#$ . -1451) :group 'pong :type 'color) #@27 *Color used for the ball. (custom-declare-variable 'pong-ball-color '"red" '(#$ . -1571) :group 'pong :type 'color) #@31 *Color used for pong borders. (custom-declare-variable 'pong-border-color '"white" '(#$ . -1693) :group 'pong :type 'color) #@69 *Alternate key to press for bat 1 to go up (primary one is [left]). (custom-declare-variable 'pong-left-key '"4" '(#$ . -1823) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@72 *Alternate key to press for bat 1 to go down (primary one is [right]). (custom-declare-variable 'pong-right-key '"6" '(#$ . -2033) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@67 *Alternate key to press for bat 2 to go up (primary one is [up]). (custom-declare-variable 'pong-up-key '"8" '(#$ . -2247) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@71 *Alternate key to press for bat 2 to go down (primary one is [down]). (custom-declare-variable 'pong-down-key '"2" '(#$ . -2453) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@29 *Key to press to quit pong. (custom-declare-variable 'pong-quit-key '"q" '(#$ . -2665) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@29 Key to press to pause pong. (custom-declare-variable 'pong-pause-key '"p" '(#$ . 2835) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@31 *Key to press to resume pong. (custom-declare-variable 'pong-resume-key '"p" '(#$ . -3005) :group 'pong :type '(restricted-sexp :match-alternatives (stringp vectorp))) #@36 *Time to wait between every cycle. (custom-declare-variable 'pong-timer-delay '0.1 '(#$ . -3179) :group 'pong :type 'number) (byte-code "\301B\302\301!\204 \303\301\304\"\210\305B\302\305!\204 \303\305\306\"\210\307B\302\307!\204- \303\307\310\"\210\311B\302\311!\204<