<?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>imitatio creatio &#187; programowanie</title>
	<atom:link href="http://filip.rembialkowski.net/tag/programowanie/feed/" rel="self" type="application/rss+xml" />
	<link>http://filip.rembialkowski.net</link>
	<description>co we łbie piszczy</description>
	<lastBuildDate>Tue, 15 Jun 2010 12:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sortowanie w PostgreSQL</title>
		<link>http://filip.rembialkowski.net/sortowanie-w-postgresql/</link>
		<comments>http://filip.rembialkowski.net/sortowanie-w-postgresql/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 15:15:06 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[bazy danych]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[programowanie]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/sortowanie-w-postgresql/</guid>
		<description><![CDATA[Jarek napisał ciekawy artykuł o sortowaniu napisów w PostgreSQL (i nie tylko, w zasadzie rzecz dotyczy localesów w glibc).
]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/sortowanie-w-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>skrypty powłoki w Windows</title>
		<link>http://filip.rembialkowski.net/skrypty-powloki-w-windows/</link>
		<comments>http://filip.rembialkowski.net/skrypty-powloki-w-windows/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 16:38:23 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[programowanie]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/skrypty-powloki-w-windows/</guid>
		<description><![CDATA[Ciekawostka dla administratorów systemów z serii win2k/xp/itd itp.
Mamy sobie jakiegoś batcha:

C:\Temp>more test.cmd
@echo off
echo before sleep
c:\cygwin\bin\sleep 60
echo after sleep

I sobie go uruchamiamy.

C:\Temp>test.cmd
before sleep

Otwieramy drugi terminal, a w nim

C:\Temp>echo echo this was added after script was started >> test.cmd

Wracamy do pierwszego okienka i czekamy cierpliwie.

C:\Temp>test.cmd
before sleep
after sleep
this was added after script was started

życie jest pełne niespodzianek.
aha. jako [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/skrypty-powloki-w-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sekretów zabójcy część druga</title>
		<link>http://filip.rembialkowski.net/sekretow-zabojcy-czesc-druga/</link>
		<comments>http://filip.rembialkowski.net/sekretow-zabojcy-czesc-druga/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 07:05:13 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[oom]]></category>
		<category><![CDATA[programowanie]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/sekretow-zabojcy-czesc-druga/</guid>
		<description><![CDATA[<a href="http://bluszcz.jogger.pl/2007/09/13/oom-killer-morderca-procesow/">bluszcz</a> napisał ciekawy opis kodu linuksowego OOM killera.

Zaciekawiony tematem pokopałem trochę i okazuje się co następuje:

W jednej ze starszych wersji jądra można było go w ogóle wyłączyć.

W 2.6.x z tego co widzę nie ma takiej możliwości. 

Za to można wyłączać oom killer per proces!!!]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/sekretow-zabojcy-czesc-druga/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Średnica zbioru</title>
		<link>http://filip.rembialkowski.net/srednica-zbioru/</link>
		<comments>http://filip.rembialkowski.net/srednica-zbioru/#comments</comments>
		<pubDate>Mon, 28 May 2007 18:53:20 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[programowanie]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/srednica-zbioru/</guid>
		<description><![CDATA[Mamy dany na wejściu zbiór punktów, należy znaleźć parę punktów najbardziej odległą od siebie.
]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/srednica-zbioru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
