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.171
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 /
calc /
[ HOME SHELL ]
Name
Size
Permission
Action
calc-aent.elc
26.22
KB
-rw-r--r--
calc-alg.elc
50.83
KB
-rw-r--r--
calc-arith.elc
79.87
KB
-rw-r--r--
calc-bin.elc
17.6
KB
-rw-r--r--
calc-comb.elc
28.6
KB
-rw-r--r--
calc-cplx.elc
8.25
KB
-rw-r--r--
calc-embed.elc
29.39
KB
-rw-r--r--
calc-ext.elc
109.63
KB
-rw-r--r--
calc-fin.elc
12.05
KB
-rw-r--r--
calc-forms.elc
56.09
KB
-rw-r--r--
calc-frac.elc
5.87
KB
-rw-r--r--
calc-funcs.elc
25.78
KB
-rw-r--r--
calc-graph.elc
35.06
KB
-rw-r--r--
calc-help.elc
20.06
KB
-rw-r--r--
calc-incom.elc
5.16
KB
-rw-r--r--
calc-keypd.elc
15.54
KB
-rw-r--r--
calc-lang.elc
58.62
KB
-rw-r--r--
calc-loaddefs.el
9.2
KB
-rw-r--r--
calc-macs.elc
6.13
KB
-rw-r--r--
calc-map.elc
28.65
KB
-rw-r--r--
calc-math.elc
58.13
KB
-rw-r--r--
calc-menu.elc
38.72
KB
-rw-r--r--
calc-misc.elc
20.67
KB
-rw-r--r--
calc-mode.elc
20.14
KB
-rw-r--r--
calc-mtx.elc
6.76
KB
-rw-r--r--
calc-nlfit.elc
13.45
KB
-rw-r--r--
calc-poly.elc
26.06
KB
-rw-r--r--
calc-prog.elc
51.18
KB
-rw-r--r--
calc-rewr.elc
39.08
KB
-rw-r--r--
calc-rules.elc
17.4
KB
-rw-r--r--
calc-sel.elc
19.6
KB
-rw-r--r--
calc-stat.elc
14.04
KB
-rw-r--r--
calc-store.elc
16.77
KB
-rw-r--r--
calc-stuff.elc
7.42
KB
-rw-r--r--
calc-trail.elc
4.69
KB
-rw-r--r--
calc-undo.elc
3.14
KB
-rw-r--r--
calc-units.elc
56.14
KB
-rw-r--r--
calc-vec.elc
37.91
KB
-rw-r--r--
calc-yank.elc
19.01
KB
-rw-r--r--
calc.elc
102.71
KB
-rw-r--r--
calcalg2.elc
78.71
KB
-rw-r--r--
calcalg3.elc
41.41
KB
-rw-r--r--
calccomp.elc
34.46
KB
-rw-r--r--
calcsel2.elc
5.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : calc-embed.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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\207" [require calc-ext calc-macs cl-lib] 2) (defalias 'calc-show-plain #[(n) "\300\301!\207" [calc-do #[nil "\301\302!\210\303\304\305\306\307$\203 \310\202 \311!\207" [n calc-set-command-flag renum-stack message calc-change-mode calc-show-plain nil t "Including \"plain\" formulas in Calc Embedded mode" "Omitting \"plain\" formulas in Calc Embedded mode"] 6]] 2 nil "P"]) (defvar calc-embedded-modes nil) (defvar calc-embedded-globals nil) (defvar calc-embedded-active nil) (defvar calc-embedded-all-active nil) (make-variable-buffer-local 'calc-embedded-all-active) (defvar calc-embedded-some-active nil) (make-variable-buffer-local 'calc-embedded-some-active) (defconst calc-embedded-mode-vars '(("twos-complement" . calc-twos-complement-mode) ("precision" . calc-internal-prec) ("word-size" . calc-word-size) ("angles" . calc-angle-mode) ("symbolic" . calc-symbolic-mode) ("matrix" . calc-matrix-mode) ("fractions" . calc-prefer-frac) ("complex" . calc-complex-mode) ("simplify" . calc-simplify-mode) ("language" . the-language) ("plain" . calc-show-plain) ("break" . calc-line-breaking) ("justify" . the-display-just) ("left-label" . calc-left-label) ("right-label" . calc-right-label) ("radix" . calc-number-radix) ("leading-zeros" . calc-leading-zeros) ("grouping" . calc-group-digits) ("group-char" . calc-group-char) ("point-char" . calc-point-char) ("frac-format" . calc-frac-format) ("float-format" . calc-float-format) ("complex-format" . calc-complex-format) ("hms-format" . calc-hms-format) ("date-format" . calc-date-format) ("matrix-justify" . calc-matrix-just) ("full-vectors" . calc-full-vectors) ("break-vectors" . calc-break-vectors) ("vector-commas" . calc-vector-commas) ("vector-brackets" . calc-vector-brackets) ("matrix-brackets" . calc-matrix-brackets) ("strings" . calc-display-strings))) #@62 The mode settings for Calc buffer when put in embedded mode. (defvar calc-embedded-original-modes nil (#$ . 2276)) #@58 Save the current Calc modes when entering embedded mode. (defalias 'calc-embedded-save-original-modes #[nil "\212\306 \210p)\307\211\211\203Q r\nq\210\fB\305 B\310BD\n\211\203F @A\211\f\311>\204<