One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
backup
/
dad
/
usr
/
share
/
gedit
/
plugins
/
snippets
/
Edit File:
tcl.xml
<?xml version="1.0" encoding="UTF-8"?> <snippets language="Tcl"> <snippet id="foreach"> <text><![CDATA[foreach ${1:var} ${2:$list} { ${3} } ]]></text> <description>foreach...</description> <tag>foreach</tag> </snippet> <snippet id="for"> <text><![CDATA[for {${1:set i 0}} {${2:$i < $n}} {${3:incr i}} { ${4} } ]]></text> <description>for...</description> <tag>for</tag> </snippet> <snippet id="if"> <text><![CDATA[if {${1:condition}} { ${2} } ]]></text> <description>if...</description> <tag>if</tag> </snippet> <snippet id="proc"> <text><![CDATA[proc ${1:name} {${2:args}} \ { ${3} } ]]></text> <description>proc...</description> <tag>proc</tag> </snippet> <snippet id="switch"> <text><![CDATA[switch ${1:-exact} -- ${2:$var} { ${3:match} { ${4} } default {${5}} } ]]></text> <description>switch...</description> <tag>switch</tag> </snippet> <snippet id="while"> <text><![CDATA[while {${1:condition}} { ${2} } ]]></text> <description>while...</description> <tag>while</tag> </snippet> </snippets>
Simpan