<?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>Why can&#039;t we play today... &#187; Programlama</title>
	<atom:link href="http://kaan.ozdincer.com/gunce/tag/programlama/feed" rel="self" type="application/rss+xml" />
	<link>http://kaan.ozdincer.com/gunce</link>
	<description>Kaan Ozdincer Kişisel Ağ Güncesi</description>
	<lastBuildDate>Sun, 23 Jan 2011 11:11:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Python-wifi ile 6 Satırda Wireless Sinyal Gücü Ölçme</title>
		<link>http://kaan.ozdincer.com/gunce/programlama/python-wifi-ile-6-satirda-wireless-sinyal-gucu-olcme</link>
		<comments>http://kaan.ozdincer.com/gunce/programlama/python-wifi-ile-6-satirda-wireless-sinyal-gucu-olcme#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:39:07 +0000</pubDate>
		<dc:creator>kozdincer</dc:creator>
				<category><![CDATA[Programlama]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[python-wifi]]></category>
		<category><![CDATA[sinyal gücü]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[yazılım]]></category>

		<guid isPermaLink="false">http://kaan.ozdincer.com/?p=17</guid>
		<description><![CDATA[Python ‘un en büyük özelliklerinden biri kabul geniş kütüphaneleri sayesinde, python-wifi kullanarak sinyal gücünü 6 satırda tespit edebiliyoruz. import time from pythonwifi.iwlibs import Wireless w = Wireless(’wlan0‘) while True: print w.getStatistics()[1].getSignallevel() time.sleep(1)]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://www.python.org/">Python</a> ‘un en büyük özelliklerinden biri kabul geniş kütüphaneleri sayesinde, <a href="http://pypi.python.org/pypi/python-wifi/0.3.1">python-wifi</a> kullanarak sinyal gücünü 6 satırda tespit edebiliyoruz.</p>
<p><span id="more-54"> </span></p>
<blockquote><p>import <span style="color: #ff00ff;">time</span><br />
from <span style="color: #ff00ff;">pythonwifi.iwlibs</span> import <span style="color: #ff00ff;">Wireless</span></p>
<p>w = Wireless(’<span style="color: #ff0000;">wlan0</span>‘)</p>
<p><strong>while</strong> <span style="color: #00ff00;">True</span>:<br />
<strong>print</strong> w.getStatistics()[<span style="color: #ff9900;">1</span>].getSignallevel()<br />
time.sleep(<span style="color: #ff9900;">1</span>)</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kaan.ozdincer.com/gunce/programlama/python-wifi-ile-6-satirda-wireless-sinyal-gucu-olcme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Altında Proteus ile Çalışmak ve Alternatifleri</title>
		<link>http://kaan.ozdincer.com/gunce/linux/linux-altinda-proteus-ile-calismak-ve-alternatifleri</link>
		<comments>http://kaan.ozdincer.com/gunce/linux/linux-altinda-proteus-ile-calismak-ve-alternatifleri#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:34:15 +0000</pubDate>
		<dc:creator>kozdincer</dc:creator>
				<category><![CDATA[Devel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ares]]></category>
		<category><![CDATA[avarice]]></category>
		<category><![CDATA[chipmunk]]></category>
		<category><![CDATA[geda]]></category>
		<category><![CDATA[gnucap]]></category>
		<category><![CDATA[isis]]></category>
		<category><![CDATA[klogic]]></category>
		<category><![CDATA[klu]]></category>
		<category><![CDATA[ktechlab]]></category>
		<category><![CDATA[ngspice]]></category>
		<category><![CDATA[oregano]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[proteus]]></category>
		<category><![CDATA[qucs]]></category>
		<category><![CDATA[sal]]></category>
		<category><![CDATA[spice]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[xcircuit]]></category>

		<guid isPermaLink="false">http://kaan.ozdincer.com/?p=11</guid>
		<description><![CDATA[Programlanabilir Denetleyiciler dersinde sıklıkla kullandığımız Proteus (ISIS/ARES) yazılımını Linux altında kullanmakta oldukça kolay. Wine ile Proteus Wine altında Proteus 7.2, Ubuntu (tabiki Kubuntu), Mandriva, Gentoo ile rahatça çalıştırılıyor. Linux Alternatifleri Tamamı olmasada, rahatça kullanıldıkları söylenen Linux alternatifleri ise şunlar; XCircuit: http://opencircuitdesign.com/xcircuit/ KLU: http://www.cise.ufl.edu/research/sparse/klu/ Spice: http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ QUCS: http://qucs.sourceforge.net/screenshots.html PCB: http://pcb.sourceforge.net/ Oregano: http://oregano.gforge.lug.fi.uba.ar/ NGSpice: http://ngspice.sourceforge.net KTechLab: http://sourceforge.net/projects/ktechlab/ [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://ce.comu.edu.tr/">Programlanabilir Denetleyiciler</a> dersinde sıklıkla kullandığımız Proteus (ISIS/ARES) yazılımını Linux altında kullanmakta oldukça kolay.</p>
<p><strong>Wine ile Proteus</strong></p>
<p>Wine altında Proteus 7.2, Ubuntu (tabiki Kubuntu), Mandriva, Gentoo ile rahatça <a href="http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=9846">çalıştırılıyor</a>.</p>
<p><strong>Linux Alternatifleri</strong></p>
<p>Tamamı olmasada, rahatça kullanıldıkları söylenen Linux alternatifleri ise şunlar;</p>
<p>XCircuit: <a href="http://opencircuitdesign.com/xcircuit/" target="_blank">http://opencircuitdesign.com/xcircuit/</a><br />
KLU: <a href="http://www.cise.ufl.edu/research/sparse/klu/" target="_blank">http://www.cise.ufl.edu/research/sparse/klu/</a><br />
Spice: <a href="http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/" target="_blank">http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/</a><br />
QUCS: <a href="http://qucs.sourceforge.net/screenshots.html" target="_blank">http://qucs.sourceforge.net/screenshots.html</a><br />
PCB: <a href="http://pcb.sourceforge.net/" target="_blank">http://pcb.sourceforge.net/</a><br />
Oregano: <a href="http://oregano.gforge.lug.fi.uba.ar/" target="_blank">http://oregano.gforge.lug.fi.uba.ar/</a><br />
NGSpice: <a href="http://ngspice.sourceforge.net/" target="_blank">http://ngspice.sourceforge.net</a><br />
KTechLab: <a href="http://sourceforge.net/projects/ktechlab/" target="_blank">http://sourceforge.net/projects/ktechlab/</a><br />
KLogic: <a href="http://www.a-rostin.de/klogic/" target="_blank">http://www.a-rostin.de/klogic/</a><br />
GNUCap: <a href="http://www.gnucap.org/" target="_blank">http://www.gnucap.org/</a><br />
ChipMunk: <a href="http://www.cs.berkeley.edu/%7Elazzaro/chipmunk/" target="_blank">http://www.cs.berkeley.edu/~lazzaro/chipmunk/</a><br />
Avarice: <a href="http://avarice.sourceforge.net/" target="_blank">http://avarice.sourceforge.net/</a></p>
<p>Geliştirilmesi devam etmeyen;</p>
<p>GEDA Project: <a href="http://www.geda.seul.org/" target="_blank">http://www.geda.seul.org/</a></p>
<p>Linux bilimsel uygulamalar arama;</p>
<p>SAL: <a href="http://sal.jyu.fi/index.shtml" target="_blank">http://sal.jyu.fi/index.shtml</a></p>
<p>Son olarak <a href="http://www.gnu.org/software/electric/electric.html">buraya</a> bakmakta fayda var.</div>
]]></content:encoded>
			<wfw:commentRss>http://kaan.ozdincer.com/gunce/linux/linux-altinda-proteus-ile-calismak-ve-alternatifleri/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

