<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Web Oom</title>
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.2" -->

	<item>
		<title>How to kill vnc session</title>
		<description><![CDATA[$vncserver -kill :1 1 is the session number]]></description>
		<link>http://web.pyncus.com/2010/01/25/how-to-kill-vnc-session/</link>
			</item>
	<item>
		<title>How to start vnc</title>
		<description><![CDATA[$ vncserver -geometry 1024&#215;798 -depth 24]]></description>
		<link>http://web.pyncus.com/2010/01/25/how-to-start-vnc/</link>
			</item>
	<item>
		<title>What is cloud computing ?</title>
		<description><![CDATA[Excerpt from here Cloud computing is a general term for anything that involves delivering hosted services over the Internet. These services are broadly divided into three categories: Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS). The name cloud computing was inspired by the cloud symbol that&#8217;s often used to represent the Internet in flow charts and <a href='http://web.pyncus.com/2009/12/31/what-is-cloud-computing/'>[...]</a>]]></description>
		<link>http://web.pyncus.com/2009/12/31/what-is-cloud-computing/</link>
			</item>
	<item>
		<title>What is google app engine?</title>
		<description><![CDATA[Google App Engine lets you run your web applications on Google&#8217;s infrastructure. It is kind of web hosting server I think. Django can be also served with google app engine.]]></description>
		<link>http://web.pyncus.com/2009/12/31/what-is-google-app-engine/</link>
			</item>
	<item>
		<title>How to round the number in Python?</title>
		<description><![CDATA[I want to make x=32.34565 to 32.35 How ? round(x,2)]]></description>
		<link>http://web.pyncus.com/2009/12/28/how-to-round-the-number-in-python/</link>
			</item>
	<item>
		<title>How to write lines (Python)</title>
		<description><![CDATA[Use writelines() e.g. # read lines in a file import sys arg1 = sys.argv[1] f = open(arg1, 'r') lines = f.readlines() f.close() arg='out_'+arg1 FILE=open(arg,'w') for line in lines: words = line.split(' ') if words[1] == 'hypnos': FILE.writelines(line) FILE.close()]]></description>
		<link>http://web.pyncus.com/2009/12/22/how-to-write-lines-python/</link>
			</item>
	<item>
		<title>Find word in a string (Python)</title>
		<description><![CDATA[When you want to find a word in a string, use find() e.g. import sys arg1 = sys.argv[1] # passing the first argument if arg1.find("off") == -1: # if arg1 does not contain "off" # do something else: # do something]]></description>
		<link>http://web.pyncus.com/2009/12/22/find-word-in-a-string-python/</link>
			</item>
	<item>
		<title>Python: How to read lines</title>
		<description><![CDATA[Use readlines() For example, arg = "filename" f = open(arg, 'r') lines = f.readlines() f.close()]]></description>
		<link>http://web.pyncus.com/2009/12/22/python-how-to-read-lines/</link>
			</item>
	<item>
		<title>What is div in html?</title>
		<description><![CDATA[The tag is nothing more than a container for other tags. is a generic block-level element. For example, Restaurants Category Chinese Japanese Mexican Italian French Area Carmel Valley La Jolla Chula Vista Sorrento Valley Downtown It is usually used with class.]]></description>
		<link>http://web.pyncus.com/2009/12/03/what-is-div-in-html/</link>
			</item>
	<item>
		<title>Restart apache server after change (in webfaction)</title>
		<description><![CDATA[After you made changes, to see its effect, execute restart under apache2/bin/ >/home/pyncus/webapps/django11/apache2/bin/restart]]></description>
		<link>http://web.pyncus.com/2009/12/01/restart-apache-server-after-change-in-webfaction/</link>
			</item>
</channel>
</rss>

