<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments for Black-Pixel</title>
	<atom:link href="http://black-pixel.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://black-pixel.net</link>
	<description>A geeks world</description>
	<lastBuildDate>Mon, 14 May 2012 15:18:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Bootable Pen Drive with Grub4DOS, FreeDOS and ISO Images (e.g. UBCD) by Pixel</title>
		<link>http://black-pixel.net/bootable-usb-stick-with-grub4dos-freedos-and-iso-images-e-g-ubcd.html#comment-773</link>
		<dc:creator>Pixel</dc:creator>
		<pubDate>Mon, 14 May 2012 15:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=642#comment-773</guid>
		<description>Could you show me your menu.lst please?</description>
		<content:encoded><![CDATA[<p>Could you show me your menu.lst please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bootable Pen Drive with Grub4DOS, FreeDOS and ISO Images (e.g. UBCD) by josh</title>
		<link>http://black-pixel.net/bootable-usb-stick-with-grub4dos-freedos-and-iso-images-e-g-ubcd.html#comment-772</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Mon, 14 May 2012 15:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=642#comment-772</guid>
		<description>http://img580.imageshack.us/img580/8844/capturessq.png
I have this problem?
i have been trying to get UBCD5 on a usb via grub4dos for ages it&#039;s not funny.
IF ANYONE knows of a working way or a fix for my problem please email me.
Thanks</description>
		<content:encoded><![CDATA[<p><a href="http://img580.imageshack.us/img580/8844/capturessq.png" rel="nofollow">http://img580.imageshack.us/img580/8844/capturessq.png</a><br />
I have this problem?<br />
i have been trying to get UBCD5 on a usb via grub4dos for ages it&#8217;s not funny.<br />
IF ANYONE knows of a working way or a fix for my problem please email me.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set up a Ramdisk on CentOS (e.g. for a Minecraft Server) by fishcooker</title>
		<link>http://black-pixel.net/set-up-a-ramdisk-on-centos-e-g-for-a-minecraft-server.html#comment-769</link>
		<dc:creator>fishcooker</dc:creator>
		<pubDate>Mon, 02 Apr 2012 02:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=689#comment-769</guid>
		<description>thank jtoft for referring this great tips here

would be great :D</description>
		<content:encoded><![CDATA[<p>thank jtoft for referring this great tips here</p>
<p>would be great <img src='http://black-pixel.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bootable Pen Drive with Grub4DOS, FreeDOS and ISO Images (e.g. UBCD) by Lou</title>
		<link>http://black-pixel.net/bootable-usb-stick-with-grub4dos-freedos-and-iso-images-e-g-ubcd.html#comment-768</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Sat, 24 Mar 2012 08:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=642#comment-768</guid>
		<description>You might want to mention upfront that grubinst_gui.exe is a Windows program. Stupid me, I saw all the Linux blurbs on your site and got partway through before I realized this won&#039;t work for my linux box!</description>
		<content:encoded><![CDATA[<p>You might want to mention upfront that grubinst_gui.exe is a Windows program. Stupid me, I saw all the Linux blurbs on your site and got partway through before I realized this won&#8217;t work for my linux box!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python Text Adventure Game: Displaying Text Slowly by Pixel</title>
		<link>http://black-pixel.net/python-text-adventure-game-displaying-text-slowly.html#comment-767</link>
		<dc:creator>Pixel</dc:creator>
		<pubDate>Wed, 21 Mar 2012 19:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=322#comment-767</guid>
		<description>Thank you for the tips. :)</description>
		<content:encoded><![CDATA[<p>Thank you for the tips. <img src='http://black-pixel.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python Text Adventure Game: Displaying Text Slowly by dont forget os</title>
		<link>http://black-pixel.net/python-text-adventure-game-displaying-text-slowly.html#comment-766</link>
		<dc:creator>dont forget os</dc:creator>
		<pubDate>Wed, 21 Mar 2012 18:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=322#comment-766</guid>
		<description>simple things to help you program =

import os

os.system(&quot;title PUT YOUR TITLE HERE&quot;)
os.system(&quot;color 02&quot;) # green text type in cmd &quot;color /?&quot; for color id&#039;s
os.system(&quot;cls&quot;) # clear the screen.

#subtract from a value
gold = 200
gold -= 100
&#039;&#039;&#039;take away 100 also change the - sign to add, subtract, anything.&#039;&#039;&#039;

#take information from other functions
def test():
    global gold #this takes the value of gold and allows it to be updated in this function and
# used in another function
    gold = 100


I hope this helped</description>
		<content:encoded><![CDATA[<p>simple things to help you program =</p>
<p>import os</p>
<p>os.system(&#8220;title PUT YOUR TITLE HERE&#8221;)<br />
os.system(&#8220;color 02&#8243;) # green text type in cmd &#8220;color /?&#8221; for color id&#8217;s<br />
os.system(&#8220;cls&#8221;) # clear the screen.</p>
<p>#subtract from a value<br />
gold = 200<br />
gold -= 100<br />
&#8221;&#8217;take away 100 also change the &#8211; sign to add, subtract, anything.&#8221;&#8217;</p>
<p>#take information from other functions<br />
def test():<br />
    global gold #this takes the value of gold and allows it to be updated in this function and<br />
# used in another function<br />
    gold = 100</p>
<p>I hope this helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Origin &amp; BF3 in Sandboxie by Pixel</title>
		<link>http://black-pixel.net/origin-bf3-in-sandboxie.html#comment-765</link>
		<dc:creator>Pixel</dc:creator>
		<pubDate>Sat, 17 Mar 2012 20:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=715#comment-765</guid>
		<description>Sorry haven&#039;t found a solution yet. :(

If you find I way to fix it please write me. I&#039;m also going to test some things myself.</description>
		<content:encoded><![CDATA[<p>Sorry haven&#8217;t found a solution yet. <img src='http://black-pixel.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>If you find I way to fix it please write me. I&#8217;m also going to test some things myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Origin &amp; BF3 in Sandboxie by Nizi</title>
		<link>http://black-pixel.net/origin-bf3-in-sandboxie.html#comment-764</link>
		<dc:creator>Nizi</dc:creator>
		<pubDate>Fri, 16 Mar 2012 08:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=715#comment-764</guid>
		<description>Yes i have and it installed without a hinch but when i start Origin via Sandboxie, press battlefield icon to launch battlelog in Chrome the game manager says it still needs an update as i&#039;ve never even installed it.</description>
		<content:encoded><![CDATA[<p>Yes i have and it installed without a hinch but when i start Origin via Sandboxie, press battlefield icon to launch battlelog in Chrome the game manager says it still needs an update as i&#8217;ve never even installed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Origin &amp; BF3 in Sandboxie by Pixel</title>
		<link>http://black-pixel.net/origin-bf3-in-sandboxie.html#comment-763</link>
		<dc:creator>Pixel</dc:creator>
		<pubDate>Fri, 16 Mar 2012 08:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=715#comment-763</guid>
		<description>Have you tried to launch chrome without the sandbox to install the update and then start it again within the sandbox? I&#039;m going to try it later. I&#039;m not at home at the moment.</description>
		<content:encoded><![CDATA[<p>Have you tried to launch chrome without the sandbox to install the update and then start it again within the sandbox? I&#8217;m going to try it later. I&#8217;m not at home at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Origin &amp; BF3 in Sandboxie by Nizi</title>
		<link>http://black-pixel.net/origin-bf3-in-sandboxie.html#comment-762</link>
		<dc:creator>Nizi</dc:creator>
		<pubDate>Fri, 16 Mar 2012 07:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://black-pixel.net/?p=715#comment-762</guid>
		<description>Hi

I removed the mentioned part but it still hangs on Game Manager trying to install it with spinning icon.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I removed the mentioned part but it still hangs on Game Manager trying to install it with spinning icon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: black-pixel.net @ 2012-05-19 08:51:43 by W3 Total Cache -->
