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.20
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 /
emacs /
27.1 /
lisp /
play /
[ HOME SHELL ]
Name
Size
Permission
Action
5x5.elc
21.99
KB
-rw-r--r--
animate.elc
4.35
KB
-rw-r--r--
blackbox.elc
12.57
KB
-rw-r--r--
bubbles.elc
46.72
KB
-rw-r--r--
cookie1.elc
6.78
KB
-rw-r--r--
decipher.elc
21.75
KB
-rw-r--r--
dissociate.elc
1.82
KB
-rw-r--r--
doctor.elc
48.91
KB
-rw-r--r--
dunnet.elc
86.95
KB
-rw-r--r--
fortune.elc
8.19
KB
-rw-r--r--
gamegrid.elc
15.54
KB
-rw-r--r--
gametree.elc
18.81
KB
-rw-r--r--
gomoku.elc
28.48
KB
-rw-r--r--
handwrite.elc
58.29
KB
-rw-r--r--
hanoi.elc
9.21
KB
-rw-r--r--
life.elc
8.56
KB
-rw-r--r--
morse.elc
4.14
KB
-rw-r--r--
mpuz.elc
14.08
KB
-rw-r--r--
pong.elc
9.95
KB
-rw-r--r--
snake.elc
12.23
KB
-rw-r--r--
solitaire.elc
13.1
KB
-rw-r--r--
spook.elc
1.37
KB
-rw-r--r--
studly.elc
1.31
KB
-rw-r--r--
tetris.elc
17.37
KB
-rw-r--r--
zone.elc
14.64
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : life.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@61 Vector of rectangles containing some Life startup patterns. (defvar life-patterns [("@@@" " @@" "@@@") ("@@@ @@@" "@@ @@ " "@@@ @@@") ("@@@ @@@" "@@ @@" "@@@ @@@") ("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@") ("@@@@@@@@@@") (" @@@@@@@@@@ " " @@@@@@@@@@ " " @@@@@@@@@@ " "@@@@@@@@@@ " "@@@@@@@@@@ ") ("@" "@" "@" "@" "@" "@" "@" "@" "@" "@" "@" "@" "@" "@" "@") ("@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @" "@ @") ("@@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@ " " @@") ("@@@@@@@@@" "@ @ @" "@ @@@@@ @" "@ @ @ @" "@@@ @@@" "@ @ @ @" "@ @@@@@ @" "@ @ @" "@@@@@@@@@") (" @ " " @ @ " " @@ @@ @@" " @ @ @@ @@" "@@ @ @ @@ " "@@ @ @ @@ @ @ " " @ @ @ " " @ @ " " @@ ") (" @ " " @ @@" " @ @ " " @ " " @ " "@ @ ") ("@@@ @" "@ " " @@" " @@ @" "@ @ @") ("@@@@@@@@ @@@@@ @@@ @@@@@@@ @@@@@")] (#$ . 408)) (defalias 'life-life-char '(macro . #[nil "\300\207" [64] 1])) (defalias 'life-death-char '(macro . #[nil "\300\207" [65] 1])) (defalias 'life-birth-char '(macro . #[nil "\300\207" [3] 1])) (defalias 'life-void-char '(macro . #[nil "\300\207" [32] 1])) (defalias 'life-life-string '(macro . #[nil "\300\301!\207" [char-to-string 64] 2])) (defalias 'life-death-string '(macro . #[nil "\300\301!\207" [char-to-string 65] 2])) (defalias 'life-birth-string '(macro . #[nil "\300\301!\207" [char-to-string 3] 2])) (defalias 'life-void-string '(macro . #[nil "\300\301!\207" [char-to-string 32] 2])) (defalias 'life-not-void-regexp '(macro . #[nil "\300\207" ["[^ \n]"] 1])) (defalias 'life-increment '(macro . #[(variable) "\301\302DE\207" [variable setq 1+] 4])) (defvar life-neighbor-deltas nil) (defvar life-window-start nil) (defvar life-current-generation nil) (defvar life-generation-string nil) #@206 Run Conway's Life simulation. The starting pattern is randomly selected. Prefix arg (optional first arg non-nil from a program) is the number of seconds to sleep between generations (this defaults to 1). (defalias 'life #[(&optional sleeptime) "\204 \303\304 \210\3052\"