All public logs

Jump to: navigation, search

Combined display of all available logs of TORI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs      

 

Show patrol log | Show tag log

  • 05:46, 21 March 2021 T (talk | contribs) uploaded File:PythonSinEx36.png (Example of direct graphics from Python to EPS ==Description== <pre> import math f= open("36.eps","w+") def ado(x,y): f.write("%!PS-Adobe-2.0 EPSF-2.0\r\n%%") f.write("BoundingBox: 0 0 %d " %x) f.write("%d\r\n" %y) f.write("/RGB {setrgbco...)