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.47
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 /
slsh /
cmaps /
[ HOME SHELL ]
Name
Size
Permission
Action
cool.map
280
B
-rw-r--r--
coolwarm.map
2.55
KB
-rw-r--r--
copper.map
347
B
-rw-r--r--
cubicl.map
2.53
KB
-rw-r--r--
cubicyf.map
2.53
KB
-rw-r--r--
drywet.map
617
B
-rw-r--r--
ds9b.map
394
B
-rw-r--r--
ds9sls.map
1.96
KB
-rw-r--r--
edge.map
2.53
KB
-rw-r--r--
gebco.map
804
B
-rw-r--r--
globe.map
3.04
KB
-rw-r--r--
gray.map
280
B
-rw-r--r--
haxby.map
2.31
KB
-rw-r--r--
hot.map
404
B
-rw-r--r--
jet.map
530
B
-rw-r--r--
mkcmap.sl
1.13
KB
-rw-r--r--
no_green.map
1.26
KB
-rw-r--r--
ocean.map
741
B
-rw-r--r--
polar.map
345
B
-rw-r--r--
rainbow.map
2.51
KB
-rw-r--r--
red2green.map
353
B
-rw-r--r--
relief.map
1.31
KB
-rw-r--r--
sealand.map
2.5
KB
-rw-r--r--
seis.map
802
B
-rw-r--r--
split.map
471
B
-rw-r--r--
topo.map
2.5
KB
-rw-r--r--
wysiwyg.map
1.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mkcmap.sl
define rgb_to_cmap (r, g, b, file) { variable rgb = (r << 16)|(g<<8)|b; variable name = path_basename_sans_extname (file); if (NULL != stat_file (file)) throw IOError, sprintf ("File %s exists-- delete it if you want to overwrite", file); variable fp = fopen (file, "w"); () = fputs (`% -*- slang -*- % $1 = [`, fp); _for (0, length(rgb)-1, 1) { variable i = (); if ((i mod 8) == 0) () = fputs ("\n ", fp); () = fprintf (fp, "0x%06X,", rgb[i]); } () = fprintf (fp, ` ]; png_add_colormap ("%s", __tmp($1)); `, name); () = fclose (fp); } #ifnfalse require ("gslinterp"); require ("readascii"); private define convert_normalized_color (c, n) { variable cx = [0:1:#length(c)]; variable x = [0:1:#n]; variable y = interp_linear (x, cx, c); return int (y*255.999); } define slsh_main () { variable r, g, b; variable file = __argv[1]; () = readascii (file, &r, &g, &b); r = convert_normalized_color (r, 256); g = convert_normalized_color (g, 256); b = convert_normalized_color (b, 256); rgb_to_cmap (r, g, b, path_basename_sans_extname (file) + ".map"); } #endif
Close