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 :
~
/
usr
/
share
/
doc
/
Macaulay2
/
Text
/
example-output
/
View File Name :
___M__E__N__U.out
-- -*- M2-comint -*- hash: 15323121345588443728 i1 : DIV { PARA "Hi there.", MENU { "some topics", TO "topic a", TO "topic b", "more topics", TO "topic c" } } o1 = Hi there. Menu ---- some topics * "topic a" * "topic b" more topics * "topic c" i2 : info oo o2 = Hi there. * Menu: some topics * topic a:: * topic b:: more topics * topic c:: i3 : html ooo o3 = <div> <p>Hi there.</p> <div> <h3>Menu</h3> <h4>some topics</h4> <ul> <li><span><span class="tt">topic a</span> (missing documentation)<!--tag: topic a--> </span></li> <li><span><span class="tt">topic b</span> (missing documentation)<!--tag: topic b--> </span></li> </ul> <h4>more topics</h4> <ul> <li><span><span class="tt">topic c</span> (missing documentation)<!--tag: topic c--> </span></li> </ul> </div> </div> i4 :