Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
xscreensaver /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
abstractile.xml
1.22
KB
-rw-r--r--
binaryring.xml
1.05
KB
-rw-r--r--
cwaves.xml
958
B
-rw-r--r--
deco.xml
1.53
KB
-rw-r--r--
distort.xml
1.66
KB
-rw-r--r--
fiberlamp.xml
924
B
-rw-r--r--
fuzzyflakes.xml
2.28
KB
-rw-r--r--
galaxy.xml
1.11
KB
-rw-r--r--
hexadrop.xml
1.92
KB
-rw-r--r--
m6502.xml
2.02
KB
-rw-r--r--
metaballs.xml
1.59
KB
-rw-r--r--
penrose.xml
1.85
KB
-rw-r--r--
popsquares.xml
1.92
KB
-rw-r--r--
ripples.xml
1.64
KB
-rw-r--r--
shadebobs.xml
1.16
KB
-rw-r--r--
slidescreen.xml
1.63
KB
-rw-r--r--
swirl.xml
994
B
-rw-r--r--
tessellimage.xml
2.28
KB
-rw-r--r--
xlyap.xml
1.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tessellimage.xml
<?xml version="1.0" encoding="ISO-8859-1"?> <screensaver name="tessellimage" _label="Tessellimage"> <command arg="-root"/> <video href="https://www.youtube.com/watch?v=JNgybysnYU8"/> <hgroup> <vgroup> <number id="delay" type="slider" arg="-delay %" _label="Frame rate" _low-label="Low" _high-label="High" low="0" high="100000" default="30000" convert="invert"/> <number id="duration2" type="slider" arg="-duration2 %" _label="Speed" _low-label="0.1 second" _high-label="4 seconds" low="0.1" high="4.0" default="0.4"/> <number id="duration" type="slider" arg="-duration %" _label="Duration" _low-label="10 seconds" _high-label="10 minutes" low="10" high="600" default="120"/> <number id="depth" type="slider" arg="-max-depth %" _label="Complexity" _low-label="Shallow" _high-label="Deep" low="1000" high="100000" default="30000"/> </vgroup> <vgroup> <select id="mode"> <option id="random" _label="Delaunay or voronoi"/> <option _label="Delaunay" arg-set="-mode delaunay"/> <option _label="Voronoi" arg-set="-mode voronoi"/> </select> <xscreensaver-image /> <boolean id="fill" _label="Fill screen" arg-unset="-no-fill-screen"/> <boolean id="outline" _label="Outline triangles" arg-unset="-no-outline"/> <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> <xscreensaver-updater /> </vgroup> </hgroup> <_description> Converts an image to triangles using Delaunay tessellation, or to polygons using Voronoi tesselation, and animates the result at various depths. More polygons are allocated to visually complex parts of the image. This is accomplished by first computing the first derivative of the image: the distance between each pixel and its neighbors (which is essentially edge detection or embossing). Then the Delaunay or Voronoi control points are chosen by selecting those pixels whose distance value is above a certain threshold: those are the pixels that have the largest change in color/brightness. https://en.wikipedia.org/wiki/Delaunay_triangulation https://en.wikipedia.org/wiki/Voronoi_diagram https://en.wikipedia.org/wiki/Tessellation Written by Jamie Zawinski; 2014. </_description> </screensaver>
Close