<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>he, who does not eat fish &#187; Тирнет</title>
	<atom:link href="http://pifostap.org.ua/blog/category/%d1%82%d0%b8%d1%80%d0%bd%d0%b5%d1%82/feed" rel="self" type="application/rss+xml" />
	<link>http://pifostap.org.ua/blog</link>
	<description>linux, math, fun, student&#039;s life</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:30:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Proxy in processing</title>
		<link>http://pifostap.org.ua/blog/2010/05/29/proxy-in-processing.html</link>
		<comments>http://pifostap.org.ua/blog/2010/05/29/proxy-in-processing.html#comments</comments>
		<pubDate>Sat, 29 May 2010 11:10:00 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[інтернет]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=145</guid>
		<description><![CDATA[I&#8217;ve been studying processing language, and I think it&#8217;s great tool for designers, who want to programmmmm and programmers who want to design More about it you can read at the official page of the project: processing.org/ If you need to work in processing with internet data &#38;&#38; you are behind proxy, it&#8217;s a little [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been studying processing language, and I think it&#8217;s great tool for</p>
<ul>
<li>designers, who want to programmmmm</li>
<li>and programmers who want to design</li>
</ul>
<p>More about it you can read at the official page of the project: <a href="http://processing.org/">processing.org/</a></p>
<p>If you need to work in processing with internet data &amp;&amp; you are behind proxy, it&#8217;s a little bit trickier.</p>
<p>Place the following code in your setup() function, and everything gonna be alright!</p>
<pre style="width: 500px; overflow: auto; overflow-y: hidden; padding: 0 0 20 0; font-family: courier new; font-size: 12px;"><span style="color: blue;">void</span> setup() {
        size(800,600);

        <span style="color: olive;">Properties</span> systemSettings = <span style="color: olive;">System</span>.getProperties();
        systemSettings.put("<span style="color: #ff00ff;">http.proxyHost</span>", "<span style="color: #ff00ff;">your.proxy.org</span>");
        systemSettings.put("<span style="color: #ff00ff;">http.proxyPort</span>", "<span style="color: #ff00ff;">8080</span>");
        <span style="color: olive;">System</span>.setProperties(systemSettings);</pre>
<pre style="width: 500px; overflow: auto; overflow-y: hidden; padding: 0 0 20 0; font-family: courier new; font-size: 12px;">}</pre>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/05/29/proxy-in-processing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>arp-attacks in our hostel</title>
		<link>http://pifostap.org.ua/blog/2010/01/03/arp-attacks-in-our-hostel.html</link>
		<comments>http://pifostap.org.ua/blog/2010/01/03/arp-attacks-in-our-hostel.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 21:33:17 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[no internet]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[гуртожиток]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=114</guid>
		<description><![CDATA[Happy New Year 2 everyone in this world! Let al your dreams come true in this 0x7DA year!!! Right after the NY celebration I wanted to crawl the web &#38; get in touch with my friends. I was really disappointed when I saw our local gateway down&#8230;No ping queries were successful:( I put ping 192.168.1.123 [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">Happy New Year 2 everyone in this world!</span><br /> Let al your dreams come true in this 0x7DA year!!!</p>
<p>Right after the NY celebration I wanted to crawl the web &amp; get in touch with my friends. I was really disappointed when I saw our local gateway down&#8230;No ping queries were successful:(<br /> I put <code>ping 192.168.1.123 -t</code> and returned to celebration!<br /> At 02 AM ping succeeded!<br /> The situation repeated several times&#8230;</p>
<p>But I really wanted to wish best wishes to my mates!<br /> So I started to investigate&#8230; The computer was overfilled with <a href="http://en.wikipedia.org/wiki/Address_Resolution_Protocol">ARP-queries</a> <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  They changed the real MAC-address of the gateway, so the computer sent packets into wrong place.</p>
<p>The solution is simple:</p>
<p>Make your ARP table entries static! <br />Under Windows You can do it in the following way:</p>
<ol>
<li>Run &#8220;cmd&#8221;; [Start-&gt;Run-&gt;type "cmd" into it]</li>
<li>type in command line:<br /><code>arp -s Gateway.Or.Another.Computer It-s-MAC-Address</code></li>
<li>For instance if computer&#8217;s ip is 192.168.1.123;</li>
<li>It&#8217;s MAC-address is 00-11-22-33-44-55;</li>
<li>So you should type into command-line:<br /><code>arp -s 192.168.1.123 00-11-22-33-44-55</code></li>
</ol>
<p>Best Wishes!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/01/03/arp-attacks-in-our-hostel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tag cloud</title>
		<link>http://pifostap.org.ua/blog/2009/08/19/tag-cloud.html</link>
		<comments>http://pifostap.org.ua/blog/2009/08/19/tag-cloud.html#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:09:07 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=63</guid>
		<description><![CDATA[наткнувся на сайт де можна зробити дууже класні tag-clouds Зутсрічайте! http://www.wordle.net/ А ось і tag cloud, побудований з rss цього сайту:]]></description>
			<content:encoded><![CDATA[<p>наткнувся на сайт де можна зробити дууже класні tag-clouds<br />
Зутсрічайте!<br />
<a href="http://www.wordle.net/">http://www.wordle.net/</a><br />
А ось і tag cloud, побудований з rss цього сайту:</p>
<div id="attachment_65" class="wp-caption aligncenter" style="width: 310px"><a rel="lightbox" href="http://pifostap.org.ua/blog/wp-content/uploads/2009/08/tag_cloud.gif"><img class="size-medium wp-image-65 " title="tag_cloud" src="http://pifostap.org.ua/blog/wp-content/uploads/2009/08/tag_cloud-300x203.gif" alt="Tag cloud for pifostap.org.ua from Wordle" width="300" height="203" /></a><p class="wp-caption-text">Tag cloud for pifostap.org.ua from Wordle</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/08/19/tag-cloud.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Я &#8211; справді Бендер!</title>
		<link>http://pifostap.org.ua/blog/2009/06/26/futuramer.html</link>
		<comments>http://pifostap.org.ua/blog/2009/06/26/futuramer.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:09:28 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Тирнет]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=57</guid>
		<description><![CDATA[Результат теста «На кого из героев „Футурамы“ ты похож»: Проф. Лила Гермес Бендер Зойдберг Фрай Эми Киф Зепп -5 0 1 10 -7 4 3 2 6 Если Вы желаете узнать больше о своем характере и о характере героев «Футурамы», то прочитайте статью «Псих-о-рама». Пройти тест.]]></description>
			<content:encoded><![CDATA[<table border="0" bgcolor="#FFFFFF">
<tbody>
<tr>
<td>
<div><strong>Результат теста «На кого из героев „Футурамы“ ты похож»:</strong></p>
<table border="0" cellspacing="0" cellpadding="0" width="530">
<tbody>
<tr>
<td colspan="9" height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td colspan="9" height="2"></td>
</tr>
<tr>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/prof.gif" border="0" alt="" width="50" height="50" /><br />
Проф.</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/leela.gif" border="0" alt="" width="50" height="50" /><br />
Лила</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/hermes.gif" border="0" alt="" width="50" height="50" /><br />
Гермес</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/bender.gif" border="0" alt="" width="50" height="50" /><br />
Бендер</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/zoidberg.gif" border="0" alt="" width="50" height="50" /><br />
Зойдберг</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/fry.gif" border="0" alt="" width="50" height="50" /><br />
Фрай</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/amy.gif" border="0" alt="" width="50" height="50" /><br />
Эми</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/kif.gif" border="0" alt="" width="50" height="50" /><br />
Киф</td>
<td align="center"><img src="http://www.futuramer.ru/info/misc/test/zapp.gif" border="0" alt="" width="50" height="50" /><br />
Зепп</td>
</tr>
<tr>
<td colspan="9" height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td align="center" valign="bottom"></td>
<td align="center" valign="bottom"></td>
<td align="center" valign="bottom"><img src="http://www.futuramer.ru/info/misc/test/plus.gif" border="0" alt="" width="20" height="5" /></td>
<td align="center" valign="bottom"><img src="http://www.futuramer.ru/info/misc/test/plus.gif" border="0" alt="" width="20" height="50" /></td>
<td align="center" valign="bottom"></td>
<td align="center" valign="bottom"><img src="http://www.futuramer.ru/info/misc/test/plus.gif" border="0" alt="" width="20" height="20" /></td>
<td align="center" valign="bottom"><img src="http://www.futuramer.ru/info/misc/test/plus.gif" border="0" alt="" width="20" height="15" /></td>
<td align="center" valign="bottom"><img src="http://www.futuramer.ru/info/misc/test/plus.gif" border="0" alt="" width="20" height="10" /></td>
<td align="center" valign="bottom"><img src="http://www.futuramer.ru/info/misc/test/plus.gif" border="0" alt="" width="20" height="30" /></td>
</tr>
<tr>
<td colspan="9" height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td align="center"><span style="color: #6464ff;">-5</span></td>
<td align="center"><span style="color: #6464ff;">0</span></td>
<td align="center"><span style="color: #ff6464;">1</span></td>
<td align="center"><span style="color: #ff6464;">10</span></td>
<td align="center"><span style="color: #6464ff;">-7</span></td>
<td align="center"><span style="color: #ff6464;">4</span></td>
<td align="center"><span style="color: #ff6464;">3</span></td>
<td align="center"><span style="color: #ff6464;">2</span></td>
<td align="center"><span style="color: #ff6464;">6</span></td>
</tr>
<tr>
<td colspan="9" height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td align="center" valign="top"><img src="http://www.futuramer.ru/info/misc/test/minus.gif" border="0" alt="" width="20" height="25" /></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"><img src="http://www.futuramer.ru/info/misc/test/minus.gif" border="0" alt="" width="20" height="35" /></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
</tr>
<tr>
<td colspan="9" height="1" bgcolor="#000000"></td>
</tr>
</tbody>
</table>
<p>Если Вы желаете узнать больше о своем характере и о характере  героев «Футурамы», то прочитайте статью «<a href="http://www.futuramer.ru/info/articles/psycho/">Псих-о-рама</a>».</p>
<p><a href="http://www.futuramer.ru/info/misc/test/">Пройти тест.</a></div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/06/26/futuramer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>::pif</title>
		<link>http://pifostap.org.ua/blog/2009/02/21/pif-album.html</link>
		<comments>http://pifostap.org.ua/blog/2009/02/21/pif-album.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 18:52:35 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[інтернет]]></category>
		<category><![CDATA[Веселі]]></category>
		<category><![CDATA[вконтакте]]></category>
		<category><![CDATA[гуртожиток]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=49</guid>
		<description><![CDATA[креатив! креатив! креатив! креатив! креатив! креатив! креатив! накреативив вже давним-давно, а правильніше сказати 23го грудня отаку штуку фканатахтє: ідею виношував дуууууже довго, десь 3 місяці, тільки реалізувати ніяк не сідав&#8230; і в ту ніч не було шо робити в гуртожитку, а спати лягати не хотів. зробив врешті отой альбом))]]></description>
			<content:encoded><![CDATA[<p>креатив! креатив! креатив! креатив! креатив! креатив! креатив!<br />
накреативив вже давним-давно, а правильніше сказати 23го грудня отаку штуку фканатахтє:</p>
<div id="attachment_50" class="wp-caption alignnone" style="width: 228px"><a href="http://pifostap.org.ua/blog/wp-content/uploads/2009/02/vkcreativealbum.jpg"  rel="lightbox"><img class="size-medium wp-image-50" title="ось такий альбомчик вконтакті" src="http://pifostap.org.ua/blog/wp-content/uploads/2009/02/vkcreativealbum-218x300.jpg" alt="ось такий альбомчик вконтакті" width="218" height="300" /></a><p class="wp-caption-text">ось такий альбомчик вконтакті</p></div>
<p>ідею виношував дуууууже довго, десь 3 місяці, тільки реалізувати ніяк не сідав&#8230; і в ту ніч не було шо робити в гуртожитку, а спати лягати не хотів. зробив врешті отой альбом))</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/02/21/pif-album.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>css day</title>
		<link>http://pifostap.org.ua/blog/2009/01/18/css-day.html</link>
		<comments>http://pifostap.org.ua/blog/2009/01/18/css-day.html#comments</comments>
		<pubDate>Sun, 18 Jan 2009 10:52:46 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[інтернет]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=35</guid>
		<description><![CDATA[важливий день в мому житті&#8230; зрозумів банальну річ в div&#8217;ах Тепер шарю як зробити position:absolute відносно попереднього елемента. зробити йому[вкладеному елементу] position:realtive; lameeeee:):):)]]></description>
			<content:encoded><![CDATA[<p>важливий день в мому житті&#8230;<br />
зрозумів банальну річ в <strong>div&#8217;ах</strong><br />
Тепер шарю як зробити <em>position:absolute</em> відносно попереднього елемента. зробити йому[вкладеному елементу] <em>position:realtive; </em><br />
lameeeee:):):)</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/01/18/css-day.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Мамо, а на кого я схожий?</title>
		<link>http://pifostap.org.ua/blog/2008/12/30/%d0%bc%d0%b0%d0%bc%d0%be-%d0%b0-%d0%bd%d0%b0-%d0%ba%d0%be%d0%b3%d0%be-%d1%8f-%d1%81%d1%85%d0%be%d0%b6%d0%b8%d0%b9.html</link>
		<comments>http://pifostap.org.ua/blog/2008/12/30/%d0%bc%d0%b0%d0%bc%d0%be-%d0%b0-%d0%bd%d0%b0-%d0%ba%d0%be%d0%b3%d0%be-%d1%8f-%d1%81%d1%85%d0%be%d0%b6%d0%b8%d0%b9.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 06:35:55 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[інтернет]]></category>
		<category><![CDATA[Веселі]]></category>
		<category><![CDATA[знаменитості]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/2008/12/30/%d0%bc%d0%b0%d0%bc%d0%be-%d0%b0-%d0%bd%d0%b0-%d0%ba%d0%be%d0%b3%d0%be-%d1%8f-%d1%81%d1%85%d0%be%d0%b6%d0%b8%d0%b9/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myheritage.com/collage" title="MyHeritage – бесплатные генеалогические деревья, генеалогия и технология распознавания лиц" alt="MyHeritage – бесплатные генеалогические деревья, генеалогия и технология распознавания лиц" target="_blank"><img src="http://storage.myheritagefiles.com/O/storage/site1/files/44/29/02/442902_905270e21c9594gt6js908.JPG" width="500" height="574" border="0" ></a></p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2008/12/30/%d0%bc%d0%b0%d0%bc%d0%be-%d0%b0-%d0%bd%d0%b0-%d0%ba%d0%be%d0%b3%d0%be-%d1%8f-%d1%81%d1%85%d0%be%d0%b6%d0%b8%d0%b9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last.fm заставляє ізміняти друзям&#8230;(</title>
		<link>http://pifostap.org.ua/blog/2008/12/29/lastfm-izmena-druziam.html</link>
		<comments>http://pifostap.org.ua/blog/2008/12/29/lastfm-izmena-druziam.html#comments</comments>
		<pubDate>Mon, 29 Dec 2008 12:21:41 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Тирнет]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[інтернет]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=25</guid>
		<description><![CDATA[ніколи не міг подумати  що такий сервіс як Ласт.ФМ може таки робити&#8230;гади&#8230;сволочі&#8230; вони заставляють кожного зі своїх юзерів ізміняти друзям&#8230; тепер щоразу як дивлюсь на сторінки друзів очі цю фразу і стає моторошно&#8230;а що як я колсь зазнайомлюсь зякоюсь дівчинкою, закохаюсь&#8230;моркоффь і т.д і т.п&#8230;і вона буде в ласті&#8230;і під їїаватаркою буде фраза Изменить&#8230;отак кілька [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_26" class="wp-caption alignnone" style="width: 359px"><img class="size-full wp-image-26" title="lastfm_izmenaaa" src="http://pifostap.org.ua/blog/wp-content/uploads/2008/12/lastfm_izmenaaa.png" alt="ааа...я ізміняю друзям..." width="349" height="133" /><br />
<p class="wp-caption-text">ааа...я ізміняю друзям...</p></div>
<p>ніколи не міг подумати  що такий сервіс як Ласт.ФМ може таки робити&#8230;гади&#8230;сволочі&#8230;</p>
<p>вони заставляють кожного зі своїх юзерів <strong>ізміняти </strong>друзям&#8230;</p>
<p>тепер щоразу як дивлюсь на сторінки друзів очі цю фразу і стає моторошно&#8230;а що як я колсь зазнайомлюсь зякоюсь дівчинкою, закохаюсь&#8230;моркоффь і т.д і т.п&#8230;і вона буде в ласті&#8230;і під їїаватаркою буде фраза <strong>Изменить</strong>&#8230;отак кілька разів позаходиш на сторінку&#8230;а колись та натиснеш&#8230;щоб побачити що ж там за тим написом&#8230; а в наш час на інтернеті усі помішані:(</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2008/12/29/lastfm-izmena-druziam.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

