<?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>cmikavac.net &#187; web.log</title>
	<atom:link href="http://cmikavac.net/category/web-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmikavac.net</link>
	<description>pootzkos brlog</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:13:07 +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>My first open-source code contribution &#8211; spilp</title>
		<link>http://cmikavac.net/2011/09/17/my-first-open-source-code-contribution-spilp/</link>
		<comments>http://cmikavac.net/2011/09/17/my-first-open-source-code-contribution-spilp/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 09:20:16 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[spilp]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=979</guid>
		<description><![CDATA[&#8220;Spilp is a simple Python script that takes IIS logs, parses them and creates statistical reports which can be used to discover unusual IP activity more easily.&#8221; &#8216;Been working on this one for some time now and finally everything I wanted to implement is in place. The whole thing is released under GNU GPL v3 license [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-980" title="spilp" src="http://cmikavac.net/wp-content/uploads/spilp.jpg" alt="simple python IIS log parser" width="239" height="68" /></p>
<p><em>&#8220;<strong><a title="simple python IIS log parser" href="http://code.google.com/p/spilp/">Spilp</a></strong> is a simple Python script that takes IIS logs, parses them and creates statistical reports which can be used to discover unusual IP activity more easily.&#8221;</em></p>
<p>&#8216;Been working on this one for some time now and finally everything I wanted to implement is in place. The whole thing is released under GNU GPL v3 license for everybody to enjoy. You can <strong>download</strong> the script <a title="spilp download" href="http://code.google.com/p/spilp/downloads/list">here</a>. Below is a list of spilp features with links to sample reports.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Features:</span></p>
<ul>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/hitsPerIp_110916.txt" rel="nofollow">list of IP addresses</a> with number of hits they made sorted by number of hits</li>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/closeIps_110916.txt" rel="nofollow">list of &#8220;close&#8221; IP addresses</a> that made a certain number of hits</li>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/agentHits_110916.txt" rel="nofollow">list of user agents</a> sorted by number of hits</li>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/methodHits_110916.txt" rel="nofollow">list of cs-method hits</a> (GET method excluded)</li>
<li>extracts a list of file hits sorted by number of hits</li>
<ul>
<li>.pdf, .doc, .xls, .ppt (<a href="http://cmikavac.net/download/spilp/generated_reports/documentDownloads_110916.txt" rel="nofollow">document files</a>) + <a href="http://cmikavac.net/download/spilp/generated_reports/documentDownloadsExtended_110916.txt" rel="nofollow">extended version</a></li>
<li>.js, .htm, .asp (<a href="http://cmikavac.net/download/spilp/generated_reports/webFilesHits_110916.txt" rel="nofollow">web files</a>) + <a href="http://cmikavac.net/download/spilp/generated_reports/webFilesHitsExtended_110916.txt" rel="nofollow">extended version</a></li>
</ul>
<li>extracts extended information for document and web file hits</li>
<ul>
<li>includes timestamps, client IP addresses, methods, ports, user agent details and http status codes</li>
</ul>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/hitsByStatus_110916.txt" rel="nofollow">list of &#8220;unusual&#8221; http status code hits</a> sorted by number of hits</li>
<ul>
<li>client IP address list</li>
<li>a list of files hit by an IP and number of hits for that file</li>
</ul>
<li>filtering results (include or exclude filtering &#8211; works in &#8220;either-or&#8221; way)</li>
<ul>
<li>ability to auto-generate an IP range list as a filter</li>
</ul>
<li>reverse DNS country lookup using MaxMinds<a href="http://code.google.com/p/spilp/w/edit/MaxMinds">?</a> GeoIP country downloadable database</li>
<ul>
<li>additional info in certain reports</li>
<li>filtering results by country of origin (as a separate filtering option using spilpconf.py file)</li>
</ul>
<li>ability to process large amount of IIS log files</li>
<li>CONFIG file for performance and output tweaking</li>
</ul>
<div>Rejoice!</div>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2011/09/17/my-first-open-source-code-contribution-spilp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>o trzalicama</title>
		<link>http://cmikavac.net/2010/12/22/o-trzalicama/</link>
		<comments>http://cmikavac.net/2010/12/22/o-trzalicama/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 18:26:41 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[fffuuu]]></category>
		<category><![CDATA[trzalice]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=730</guid>
		<description><![CDATA[(19:05:53) perovodokotlić: evo opet se dogodilo to (19:05:57) perovodokotlić: ono kad ti padne nešto na pod ispod tebe (19:05:58) perovodokotlić: i nestane (19:06:04) perovodokotlić: trzalica (19:06:06) perovodokotlić: nema je (19:06:08) pootzko: :D (19:06:10) perovodokotlić: pala mi je pod noge i nema je niiigdje (19:06:12) pootzko: trzalice pogotovo (19:06:16) pootzko: one kad padnu (19:06:24) pootzko: otvore [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff9900;"><span style="font-size: x-small;">(19:05:53) </span>perovodokotlić:</span> evo opet se dogodilo to<br />
 <span style="color: #ff9900;"><span style="font-size: x-small;">(19:05:57) </span>perovodokotlić: </span>ono kad ti padne nešto na pod ispod tebe<br />
 <span style="color: #ff9900;"><span style="font-size: x-small;">(19:05:58) </span>perovodokotlić: </span>i nestane<br />
 <span style="color: #ff9900;"><span style="font-size: x-small;">(19:06:04) </span>perovodokotlić:</span> trzalica<br />
 <span style="color: #ff9900;"><span style="font-size: x-small;">(19:06:06) </span>perovodokotlić:</span> nema je<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:06:08) </span>pootzko: </span>:D<br />
 <span style="color: #ff9900;"><span style="font-size: x-small;">(19:06:10) </span>perovodokotlić:</span> pala mi je pod noge i nema je niiigdje<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:06:12) </span>pootzko: </span>trzalice pogotovo<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:06:16) </span>pootzko: </span>one kad padnu<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:06:24) </span>pootzko:</span> otvore neki procjep u prostorno vremenskom kontinuumu<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:06:31) </span>pootzko:</span> i odu u neki paralelni svemir<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:06:34) </span>pootzko:</span> never to be found again<br />
 <span style="color: #ff9900;"><span style="font-size: x-small;">(19:06:39) </span>perovodokotlić:</span> hahaha<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:07:59) </span>pootzko:</span> i šarafi isto<br />
 <span style="color: #987945;"><span style="font-size: x-small;">(19:08:00) </span>pootzko:</span> i neposlušne nikadprobavljene kokice</p>
<p><br class="spacer_" /></p>
<p>spontani red guglanja&#8230;</p>
<p><img class="alignnone size-full wp-image-735" title="guitar_pick1" src="http://cmikavac.net/wp-content/uploads/guitar_pick1.jpg" alt="" width="500" height="378" /></p>
<p>&#8230;i red slučajnog dalekointernetskog očitoistomišljenika</p>
<p><img class="alignnone size-full wp-image-736" title="guitar_pick2" src="http://cmikavac.net/wp-content/uploads/guitar_pick2.jpg" alt="" width="500" height="234" /></p>
<p><em>~<a title="ragetoons" href="http://ragetoons.com/">ragetoons</a> + ~<a title="mylifecomics" href="http://mylifecomics.wordpress.com/">mylifecomics</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/12/22/o-trzalicama/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>R.I.P delicious (fuck you Yahoo)</title>
		<link>http://cmikavac.net/2010/12/17/r-i-p-delicious-fuck-you-yahoo/</link>
		<comments>http://cmikavac.net/2010/12/17/r-i-p-delicious-fuck-you-yahoo/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 23:13:50 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=650</guid>
		<description><![CDATA[Diigo it]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-652" title="delicious" src="http://cmikavac.net/wp-content/uploads/delicious.jpg" alt="" width="460" height="89" /></p>
<p><span style="font-size: large;"><a title="delicious" href="http://diigo.com/0e881"><strong>Diigo it</strong></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/12/17/r-i-p-delicious-fuck-you-yahoo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>druydsong a day, keeps silence away!</title>
		<link>http://cmikavac.net/2010/11/02/druydsong-a-day-keeps-silence-away/</link>
		<comments>http://cmikavac.net/2010/11/02/druydsong-a-day-keeps-silence-away/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:47:39 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[didgeridoo]]></category>
		<category><![CDATA[druyd]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=574</guid>
		<description><![CDATA[Thank you Druyd =)]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-575" title="druydmusic" src="http://cmikavac.net/wp-content/uploads/druydmusic.jpg" alt="" width="240" height="365" /></p>
<p><span style="font-size: small;">Thank you</span><strong> <span style="font-size: medium;"><a title="druyd" href="http://www.druydmusic.com/">Druyd</a></strong></span> =)</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/11/02/druydsong-a-day-keeps-silence-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interneta! Na iglu!</title>
		<link>http://cmikavac.net/2010/08/31/interneta-na-iglu/</link>
		<comments>http://cmikavac.net/2010/08/31/interneta-na-iglu/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 09:08:25 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[cyberbrain]]></category>
		<category><![CDATA[ETF Osijek]]></category>
		<category><![CDATA[gits]]></category>
		<category><![CDATA[homework]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=451</guid>
		<description><![CDATA[Tu i tamo se na mom (tehnički orjentiranom) faksu pojavi pokoji profesor koji od nas traži nekakvu &#8220;čudnu&#8221; zadaću. Zašto čudnu? Zato što ne očekuje štreberluk već kreativnost. Evo jedne takve zadaće na koju sam upravo naletio kako leži zakopana negdje na disku&#8230; Esejević (tema po izboru): &#8220;Cybermozak – sljedeći korak evolucije čovjeka. Ili ipak [...]]]></description>
			<content:encoded><![CDATA[<p><img title="facebook" src="http://cmikavac.net/wp-content/uploads/facebook.jpg" alt="facebook" width="326" height="155" /></p>
<p>Tu i tamo se na mom (tehnički orjentiranom) faksu pojavi pokoji profesor koji od nas traži nekakvu &#8220;čudnu&#8221; zadaću. Zašto čudnu? Zato što ne očekuje štreberluk već kreativnost. Evo jedne takve zadaće na koju sam upravo naletio kako leži zakopana negdje na disku&#8230; Esejević (tema po izboru):</p>
<p><br class="spacer_" /></p>
<p><em>&#8220;<strong>Cybermozak – sljedeći korak evolucije čovjeka. Ili ipak ne?<br />
 </strong></em></p>
<p><em>Trenutno tek fikcija iz cybersvijeta Ghost in the Shell anime serijala, no ne i tako daleka i nevjerojatna budućnost? Cybermozak, umjetno proširenje biološkog mozga u obliku samostalnog modula spojenog na živčani sustav sposobnog za pohranu i procesuiranje podataka te mrežno komuniciranje s ostatkom cybersvijeta na prvi se pogled uistinu doima kao zgodan skok u evoluciji čovjeka. Pitanje koje se postavlja je želimo li uistinu načiniti i taj sljedeći korak u odcjepljivanju od prirode?</em></p>
<p><em>Osvrnimo se za trenutak na ono što već imamo. Računalni terminali sadašnjice dolaze u najrazličitijim oblicima – od kućnih računala do „pametnih“ telefona koji nas drže spojene na mrežu svih mreža u svakom trenutku. Dotok informacija u virtualnom svijetu bez cenzure, pravila i kontrole nikada nije bio veći. „Socijalne“ mreže koje ne poznaju prostorne udaljenosti pružaju instant komunikaciju stvarajući pri tome osjećaj bliskosti i pristupačnosti, a sve što mi kao konzumatori trebamo učiniti je ispružiti ruku i posegnuti za svojim komadom torte. Zvuči odlično. Zašto ne bi otišli korak dalje?</em></p>
<p><em>S druge strane, ono što se događa u pozadini je da je vrijeme za većinu ljudi postalo bit života. Zaokupljeni produktivnošću i efikasnošću postajemo robovi moderne tehnologije, robovi vremena. Ljudi žele trenutne informacije, trenutni pristup svemu. Moderni čovjek više ne želi trošiti svoje vrijeme na čitanje dugačkih tekstova i knjiga; radije će pogledati sliku s tri opisna reda teksta ispod nje i odmah nakon toga se prebaciti na sljedeću. Modernom čovjeku je mrsko odvojiti svoje slobodno vrijeme za fizičko druženje s ljudima, lakše mu je razmjeniti nekoliko poruka preko chat-a. Moderni čovjek više ne ide u trgovinu po namirnice, pa čak ni ne kuha više; on sjedne za računalo, spoji se na Internet i naruči hranu da mu dođe na vrata! Zanimljivo je da tehnologija čovjeku pruža sve više i više mogućnosti i informacija u sve kraćim i kraćim vremenskim intervalima, a odrađenog posla i slobodnog vremena koje ljudima preostaje sve je manje i manje. Paradoks? Moderni čovjek u isto vrijeme žonglira poslom, učenjem, Google-anjem, email-om, chat-om, slušanjem glazbe, gledanjem videa, a pri tome jedva održava razinu koncentracije djeteta starog godinu dana i nije u stanju fokusirati se u potpunosti niti na jednu radnju koju „obavlja“.</em></p>
<p><em>Zamislimo sada situaciju u kojoj bi u sebi imali ugrađeno umom pokretano računalo &#8211; cybermozak. Jedina stvar koja nas trenutno razdvaja od još veće razine lijenosti, asocijalnog ponašanja i nesposobnosti fokusiranja upravo je nedostatak izravnog sučelja s mozgom, odnosno potreba za fizičkim upravljanjem ulaznim jedinicama računala i buljenje u „zamorni ekran“ na što se ljudima opet – ne da trošiti vrijeme. Uklanjanjem tih prepreka, vjerojatno bi se oslobodila neslućena jednostavnost i brzina komunikacije između računala i čovjeka pa čak i međuljudske komunikacije koja bi u tom slučaju već, mogli bi reći, graničila s telepatijom. Jedina preostala potrebna stvar bila bi udoban ležaj iz kojega bi bez previše naprezanja mogli nesmetano upravljati i komunicirati sa svime oko sebe. Je li to ono što želimo, ono čemu trebamo težiti? Blokiranje pa čak i unazađivanje biološke evolucije u korist tehnologije, efikasnosti i kvazi-komfora?</em></p>
<p><em>Tehnologija nas gura dalje od drugih ljudi, dalje od prirode. Čovjek je društveno biće i dok nas računala prividno zbližavaju i pojednostavljuju pojedine aspekte naših života, sve smo bliže trenutku kada više uopće nećemo imati potrebu izlaziti iz svojih kuća niti održavati bilo kakav oblik fizičkog kontakta s vanjskim svijetom pa čak ni ustajati iz kreveta! Interneta! Na iglu! Gdje li se izgubilo to „društveno“ u čovjeku? Zašto bi otišli korak dalje?!</em></p>
<p><em>Srećom, još uvijek imamo izbor ne upaliti računalo, ne spojiti se na Internet, a mobitel i sve ostale gadgete ostaviti kod kuće u ladici i izaći na svjež zrak u šetnju s ljudima koji su nam dragi. </em></p>
<p><em>A kad smo već kod toga &#8211; baš je lijepo vrijeme vani&#8230;﻿&#8221;</em></p>
<p><br class="spacer_" /></p>
<p>Sjedi 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/08/31/interneta-na-iglu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Balkan Tunes &#8211; Jovano Jovanke (11x)</title>
		<link>http://cmikavac.net/2010/08/08/balkan-tunes-jovano-jovanke-11x/</link>
		<comments>http://cmikavac.net/2010/08/08/balkan-tunes-jovano-jovanke-11x/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 12:11:38 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[balkan]]></category>
		<category><![CDATA[bulgarian]]></category>
		<category><![CDATA[macedonian]]></category>
		<category><![CDATA[traditional]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=413</guid>
		<description><![CDATA[A song probably most responsible for steering me into traditional music before I even understood all the musical background of what I like and look for in music. Bulgarian, Macedonian.. who cares? Balkan. This is a tribute, and these are some of the finest interpretations out there. Enjoy! Nigel Kennedy &#8211; from album &#8220;East meets [...]]]></description>
			<content:encoded><![CDATA[<p><a title="jovano jovanke" href="http://pesna.org/song.asp?id=567">A song</a> probably most responsible for steering me into traditional music before I even understood all the musical background of what I like and look for in music. Bulgarian, Macedonian.. who cares? Balkan. This is a tribute, and these are some of the finest interpretations out there. Enjoy!</p>
<p><br class="spacer_" /></p>
<p><strong>Nigel Kennedy &#8211; from album &#8220;East meets East&#8221; 2003</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/czBVb82JHm0" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/czBVb82JHm0"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Vlatko Stefanovski &#8211; Live in Zagreb 2008</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/o5LJAGM_tVc&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/o5LJAGM_tVc&amp;feature"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Dominik Kukic</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Qt1mUB6_ukw&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/Qt1mUB6_ukw&amp;feature"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Toše Proeski i Biljana Krstić &#8211; live<br />
 </strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/mtr13HXLdZA" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/mtr13HXLdZA"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Many Hands ensemble &#8211; Live in Kyushu, Japan 2003</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/It99TbKOMZg" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/It99TbKOMZg"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Vamosbabe</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Wb9J31iJ3TI" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/Wb9J31iJ3TI"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Leb i Sol &#8211; Live in Macedonia 2006</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/0f-ueDtYNA8&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/0f-ueDtYNA8&amp;feature"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Slavi Trifonov</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/BYnS6YBP_w0" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/BYnS6YBP_w0"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Vukajmak</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/70DOykW3-Ko&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/70DOykW3-Ko&amp;feature"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Željko Joksimović &#8211; live</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/fqQN2zF62Xg" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/fqQN2zF62Xg"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Vlatko Stefanovski &amp; Miroslav Tadić &#8211; Live in Zagreb 2007 ( </strong>been there =))<strong> )</strong></p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/kyFwwIHw6nw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/kyFwwIHw6nw"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/08/08/balkan-tunes-jovano-jovanke-11x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mini maggit</title>
		<link>http://cmikavac.net/2010/08/02/mini-maggit/</link>
		<comments>http://cmikavac.net/2010/08/02/mini-maggit/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 08:35:15 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=401</guid>
		<description><![CDATA[&#8220;When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-large;">&#8220;When I was 5 years old, my mom always told me that  happiness was the key to life. When I went to school, they asked me what  I wanted to be when I grew up. I wrote down “happy.” They told me I  didn’t understand the assignment and I told them they didn’t understand  life.&#8221;</span></p>
<p style="padding-left: 30px;"><span style="font-size: xx-large;"><span style="font-size: large;"><em>~ unknown</em></span><strong><br />
 </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/08/02/mini-maggit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slobodni Festival 4</title>
		<link>http://cmikavac.net/2010/07/04/slobodni-festival-4/</link>
		<comments>http://cmikavac.net/2010/07/04/slobodni-festival-4/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 09:54:03 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[čakovec]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gathering]]></category>
		<category><![CDATA[hacktivism]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=366</guid>
		<description><![CDATA[Teme? Spameri? Fejkeri? &#8220;ivan_gustin &#8211; najmanje 7 računala s Windows OS-om na #sf4ck&#8220; Pojmovi? Nemam pojma: Xdialog, maltego, xbmc, tinfoil, pipl, panopticlick, haktiva, keykiriki :S, joindiaspora, slock, ixquick, speed tracer, menta, launchpad, splićani, seamlessRDP&#8230; + komad udobno/niskog parketa obloženog tankim slojem tepiha, utičnica na struju i vreća za hrkače spavanje namjenjena ignorantnim padobrancima zavaljujem ponizno, [...]]]></description>
			<content:encoded><![CDATA[<p><img title="wall" src="http://cmikavac.net/wp-content/uploads/wall.jpg" alt="wall" width="400" height="320" /></p>
<p><a title="program" href="http://2010.slobodnifestival.info/program/">Teme</a>? <a title="spameri" href="http://twitter.com/#search?q=%23sf4ck"><br />
 Spameri</a>?</p>
<p>Fejkeri? &#8220;<em><strong><a href="http://twitter.com/ivan_gustin">ivan_gustin</a></strong> &#8211; najmanje 7 računala s Windows  OS-om na <a title="#sf4ck" rel="nofollow" href="http://twitter.com/search?q=%23sf4ck"><em>#sf4ck</em></a></em>&#8220;</p>
<p>Pojmovi? Nemam pojma: <a title="Xdialog" href="http://xdialog.free.fr/" target="_blank">Xdialog</a>, <a title="maltego" href="http://www.paterva.com/web5/" target="_blank">maltego</a>, <a title="xbmc" href="http://xbmc.org/">xbmc</a>, <a title="tinfoil" href="http://cmikavac.net/wp-content/uploads/tinfoil.jpg">tinfoil</a>, <a title="pipl" href="http://pipl.com/">pipl</a>, <a title="panopticlick" href="http://panopticlick.eff.org/">panopticlick</a>, <a title="haktiva" href="http://www.haktiva.org/">haktiva</a>, <a title="keykiriki" href="http://pentestit.com/tag/keykeriki/">keykiriki</a> :S, <a title="joindiaspora" href="http://www.joindiaspora.com/">joindiaspora</a>, <a title="slock" href="http://tools.suckless.org/slock">slock</a>, <a title="ixquick" href="http://www.ixquick.com/">ixquick</a>, <a title="speedtracer" href="http://code.google.com/webtoolkit/speedtracer/">speed tracer</a>, <a title="menta" href="http://www.menta.hr/">menta</a>, <a title="launchpad" href="https://launchpad.net/">launchpad</a>, <a title="splicani" href="http://www.sok.hr/">splićani</a>, <a title="seamlessrdp" href="http://www.cendio.com/seamlessrdp/">seamlessRDP</a>&#8230;</p>
<p>+ komad udobno/niskog parketa obloženog tankim slojem tepiha, utičnica na struju i vreća za hrkače spavanje namjenjena ignorantnim padobrancima</p>
<p>zavaljujem ponizno, vidimo se dozgodine</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/07/04/slobodni-festival-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>have no fear, for duende is here!</title>
		<link>http://cmikavac.net/2010/03/23/have-no-fear-for-duende-is-here/</link>
		<comments>http://cmikavac.net/2010/03/23/have-no-fear-for-duende-is-here/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 00:33:19 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[didgeridoo]]></category>
		<category><![CDATA[duende]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=322</guid>
		<description><![CDATA[duende didgeridoo With du &#38; da (thank you!) waching over my shoulder, providing me with plenty of wishes and material to work with, we nailed it in due time using wordpress, customizing its bits, and driving it to its very edges. Honestly, I didn&#8217;t think wordpress could pull off something like duende (especialy navigation-wise), but [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cmikavac.net/wp-content/uploads/duende.jpg" alt="duende" width="380" height="153" /></p>
<p><a href="http://www.duendedidgeridoo.com/" target="_blank"><strong>duende  didgeridoo</strong></a></p>
<p>With <a href="http://www.duendedidgeridoo.com/du-da/vita/" target="_blank">du &amp; da</a> (thank you!) waching over my shoulder, providing me with plenty of wishes and material to work with, we nailed it in due time using wordpress, customizing its bits, and driving it to its very edges. Honestly, I didn&#8217;t think wordpress could pull off something like <a href="http://www.duendedidgeridoo.com/category/magical-boutique/" target="_blank">duende</a> (especialy navigation-wise), but there is always space to learn something new. ;)</p>
<p>I hope you enjoy <a href="http://www.duendedidgeridoo.com/duende-didgeridoo/experience-the-experience/" target="_blank">duende</a> as much as I enjoyed making it&#8230; =)</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/03/23/have-no-fear-for-duende-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free</title>
		<link>http://cmikavac.net/2010/02/09/free/</link>
		<comments>http://cmikavac.net/2010/02/09/free/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:41:39 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=314</guid>
		<description><![CDATA[free to run, free to relax, free to be a pirate, free to think for yourself. free to enjoy, dream and to discover. free to care, free to love and to be happy. free to drink tea. free to live and to let live&#8230;]]></description>
			<content:encoded><![CDATA[<p>free to run,<br />
free to relax,<br />
free to be a pirate,<br />
free to think for yourself.<br />
free to enjoy, dream and to discover.<br />
free to care,<br />
free to love and to be happy.<br />
free to drink tea.</p>
<p>free to live and to let live&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/02/09/free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

