Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.142.142.168
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
vim /
vim81 /
compiler /
[ HOME SHELL ]
Name
Size
Permission
Action
README.txt
437
B
-rw-r--r--
ant.vim
941
B
-rw-r--r--
bcc.vim
449
B
-rw-r--r--
bdf.vim
473
B
-rw-r--r--
cargo.vim
885
B
-rw-r--r--
checkstyle.vim
588
B
-rw-r--r--
context.vim
1.87
KB
-rw-r--r--
cs.vim
669
B
-rw-r--r--
csslint.vim
542
B
-rw-r--r--
cucumber.vim
561
B
-rw-r--r--
decada.vim
1.9
KB
-rw-r--r--
dot.vim
372
B
-rw-r--r--
erlang.vim
276
B
-rw-r--r--
eruby.vim
913
B
-rw-r--r--
fortran_F.vim
702
B
-rw-r--r--
fortran_cv.vim
749
B
-rw-r--r--
fortran_elf90.vim
802
B
-rw-r--r--
fortran_g77.vim
1.12
KB
-rw-r--r--
fortran_lf95.vim
683
B
-rw-r--r--
fpc.vim
453
B
-rw-r--r--
g95.vim
677
B
-rw-r--r--
gcc.vim
1.29
KB
-rw-r--r--
gfortran.vim
671
B
-rw-r--r--
ghc.vim
541
B
-rw-r--r--
gnat.vim
2.36
KB
-rw-r--r--
go.vim
526
B
-rw-r--r--
haml.vim
551
B
-rw-r--r--
hp_acc.vim
1.03
KB
-rw-r--r--
icc.vim
585
B
-rw-r--r--
ifort.vim
690
B
-rw-r--r--
intel.vim
595
B
-rw-r--r--
irix5_c.vim
662
B
-rw-r--r--
irix5_cpp.vim
671
B
-rw-r--r--
javac.vim
399
B
-rw-r--r--
jikes.vim
522
B
-rw-r--r--
mcs.vim
864
B
-rw-r--r--
mips_c.vim
691
B
-rw-r--r--
mipspro_c89.vim
721
B
-rw-r--r--
mipspro_cpp.vim
701
B
-rw-r--r--
modelsim_vcom.vim
799
B
-rw-r--r--
msbuild.vim
529
B
-rw-r--r--
msvc.vim
293
B
-rw-r--r--
neato.vim
378
B
-rw-r--r--
ocaml.vim
1.85
KB
-rw-r--r--
onsgmls.vim
505
B
-rw-r--r--
pbx.vim
469
B
-rw-r--r--
perl.vim
1.18
KB
-rw-r--r--
php.vim
707
B
-rw-r--r--
pylint.vim
546
B
-rw-r--r--
pyunit.vim
407
B
-rw-r--r--
rake.vim
1.04
KB
-rw-r--r--
rspec.vim
825
B
-rw-r--r--
rst.vim
846
B
-rw-r--r--
ruby.vim
1017
B
-rw-r--r--
rubyunit.vim
826
B
-rw-r--r--
rustc.vim
1.05
KB
-rw-r--r--
sass.vim
590
B
-rw-r--r--
se.vim
742
B
-rw-r--r--
splint.vim
2.22
KB
-rw-r--r--
stack.vim
870
B
-rw-r--r--
tcl.vim
414
B
-rw-r--r--
tex.vim
1.71
KB
-rw-r--r--
tidy.vim
568
B
-rw-r--r--
xbuild.vim
509
B
-rw-r--r--
xmllint.vim
561
B
-rw-r--r--
xmlwf.vim
456
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : context.vim
" Vim compiler file " Compiler: ConTeXt typesetting engine " Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com> " Last Change: 2016 Oct 21 if exists("current_compiler") finish endif let s:keepcpo= &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif " If makefile exists and we are not asked to ignore it, we use standard make " (do not redefine makeprg) if get(b:, 'context_ignore_makefile', get(g:, 'context_ignore_makefile', 0)) || \ (!filereadable('Makefile') && !filereadable('makefile')) let current_compiler = 'context' " The following assumes that the current working directory is set to the " directory of the file to be typeset let &l:makeprg = get(b:, 'context_mtxrun', get(g:, 'context_mtxrun', 'mtxrun')) \ . ' --script context --autogenerate --nonstopmode --synctex=' \ . (get(b:, 'context_synctex', get(g:, 'context_synctex', 0)) ? '1' : '0') \ . ' ' . get(b:, 'context_extra_options', get(g:, 'context_extra_options', '')) \ . ' ' . shellescape(expand('%:p:t')) else let current_compiler = 'make' endif let b:context_errorformat = '' \ . '%-Popen source%.%#> %f,' \ . '%-Qclose source%.%#> %f,' \ . "%-Popen source%.%#name '%f'," \ . "%-Qclose source%.%#name '%f'," \ . '%Etex %trror%.%#mp error on line %l in file %f:%.%#,' \ . 'tex %trror%.%#error on line %l in file %f: %m,' \ . '%Elua %trror%.%#error on line %l in file %f:,' \ . '%+Emetapost %#> error: %#,' \ . '! error: %#%m,' \ . '%-C %#,' \ . '%C! %m,' \ . '%Z[ctxlua]%m,' \ . '%+C<*> %.%#,' \ . '%-C%.%#,' \ . '%Z...%m,' \ . '%-Zno-error,' \ . '%-G%.%#' " Skip remaining lines execute 'CompilerSet errorformat=' . escape(b:context_errorformat, ' ') let &cpo = s:keepcpo unlet s:keepcpo
Close