<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Guaka</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Guaka"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/Guaka"/>
	<updated>2026-05-31T13:09:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=PyMOLWiki:Community_Portal&amp;diff=462</id>
		<title>PyMOLWiki:Community Portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=PyMOLWiki:Community_Portal&amp;diff=462"/>
		<updated>2007-09-05T12:28:10Z</updated>

		<summary type="html">&lt;p&gt;Guaka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Get Involved =&lt;br /&gt;
* First, go sign up, if you don't already have an account.  New accounts can be created from any page; see the upper right hand side of any given page.&lt;br /&gt;
&lt;br /&gt;
== What to Do ==&lt;br /&gt;
* If you have a powerful little script you wrote and enjoy using, upload it and let the world know about it.&lt;br /&gt;
* Each of the commands, needs many many nice examples of usage.  Feel free to expound (and comment on) the commands.&lt;br /&gt;
* More internal linking (from page to page) is needed.&lt;br /&gt;
* We also need a way to make things easier to find on the wiki.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
=== New! GeShi: Syntax Highlighting for Python &amp;amp; More ===&lt;br /&gt;
Use Geshi for syntax highlighting your Python code!  '''Update''': I have added the option for numbered syntax highlighting and non-numbered.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;Non line-numbered code here&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;npython&amp;gt;line-numbered code here&amp;lt;/npython&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now with line numbers (or not)!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;npython&amp;gt;&lt;br /&gt;
# axes.py&lt;br /&gt;
from pymol.cgo import *&lt;br /&gt;
from pymol import cmd&lt;br /&gt;
from pymol.vfont import plain&lt;br /&gt;
&lt;br /&gt;
# create the axes object, draw axes with cylinders coloured red, green,&lt;br /&gt;
#blue for X, Y and Z&lt;br /&gt;
&lt;br /&gt;
obj = [&lt;br /&gt;
   CYLINDER, 0., 0., 0., 50., 0., 0., 0.2, 1.0, 1.0, 1.0, 1.0, 0.0, 0.,&lt;br /&gt;
   CYLINDER, 0., 0., 0., 0., 50., 0., 0.2, 1.0, 1.0, 1.0, 0., 1.0, 0.,&lt;br /&gt;
   CYLINDER, 0., 0., 0., 0., 0., 50., 0.2, 1.0, 1.0, 1.0, 0., 0.0, 1.0,&lt;br /&gt;
   ]&lt;br /&gt;
&lt;br /&gt;
# add labels to axes object (requires pymol version 0.8 or greater, I&lt;br /&gt;
# believe&lt;br /&gt;
&lt;br /&gt;
cyl_text(obj,plain,[-5.,-5.,-1],'Origin',0.20,axes=[[3,0,0],[0,3,0],[0,0,3]])&lt;br /&gt;
cyl_text(obj,plain,[50.,0.,0.],'X',0.20,axes=[[3,0,0],[0,3,0],[0,0,3]])&lt;br /&gt;
cyl_text(obj,plain,[0.,50.,0.],'Y',0.20,axes=[[3,0,0],[0,3,0],[0,0,3]])&lt;br /&gt;
cyl_text(obj,plain,[0.,0.,50.],'Z',0.20,axes=[[3,0,0],[0,3,0],[0,0,3]])&lt;br /&gt;
&lt;br /&gt;
# then we load it into PyMOL&lt;br /&gt;
cmd.load_cgo(obj,'axes')&lt;br /&gt;
&amp;lt;/npython&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [http://qbnz.com/highlighter/index.php The Geshi Home Page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Paid documentation?==&lt;br /&gt;
I might be interested in using PyMOL, but I don't like the fact that I have to pay for documentation. I don't even know what I'm missing out on, and I don't know if it's worth trying out PyMOL, or becoming actively involved in its development (or simply the creation of content on this wiki). [[User:Guaka|Guaka]] 07:28, 5 September 2007 (CDT)&lt;/div&gt;</summary>
		<author><name>Guaka</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Guaka&amp;diff=3129</id>
		<title>User:Guaka</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Guaka&amp;diff=3129"/>
		<updated>2007-09-05T12:25:25Z</updated>

		<summary type="html">&lt;p&gt;Guaka: [http://guaka.org guaka] is Kasper Souren, involved in [http://trustlet.org TrustLet], a transparent, cooperative environment for the scientific research of trust metrics on social networks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://guaka.org guaka] is Kasper Souren, involved in [http://trustlet.org TrustLet], a transparent, cooperative environment for the scientific research of trust metrics on social networks.&lt;/div&gt;</summary>
		<author><name>Guaka</name></author>
	</entry>
</feed>