<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>geany &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/geany/</link>
	<description>Feed of posts on WordPress.com tagged "geany"</description>
	<pubDate>Mon, 13 Oct 2008 11:14:15 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Geany - lightweight text-editor and IDE!]]></title>
<link>http://firmit.wordpress.com/?p=94</link>
<pubDate>Fri, 10 Oct 2008 11:59:48 +0000</pubDate>
<dc:creator>firmit</dc:creator>
<guid>http://firmit.es.wordpress.com/2008/10/10/geany-lightweight-text-editor-and-ide/</guid>
<description><![CDATA[This app is really good. Geany is a lightweight GTK+ texteditor with symbol browser, terminal emulat]]></description>
<content:encoded><![CDATA[<p>This app is really good. <a href="http://www.geany.org/Main/HomePage">Geany</a> is a lightweight GTK+ texteditor with symbol browser, terminal emulator etc. Everything you would want when programming. Did I mentioned it was fast? It is also cross-platform - you may use it on any OS having GTK installed.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[IDEs in LINUX the good bad and the not so ugly !!]]></title>
<link>http://kunalghosh.wordpress.com/?p=74</link>
<pubDate>Sat, 04 Oct 2008 12:23:27 +0000</pubDate>
<dc:creator>kunalghosh</dc:creator>
<guid>http://kunalghosh.es.wordpress.com/2008/10/04/ides-in-linux-the-good-bad-and-the-not-so-ugly/</guid>
<description><![CDATA[TARGET AUDIENCE:HIGH SCHOOL &amp; UNDER GRADUATE COLLEGE STUDENTS
Well in undergraduate college cour]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><strong>TARGET AUDIENCE:HIGH SCHOOL &#38; UNDER GRADUATE COLLEGE STUDENTS</strong></p>
<p>Well in undergraduate college courses we all are taught to write programs in C/C++ etc we all are very happy and enthusiastic about it but little do we know about the stark realities of real word programming !!<br />
the TURBO C++ IDE used in most colleges and homes by students is though easy ( if i may call it so :)) to learn doesn't teach us good project management skills. I know that project management skill like code reuse , splitting the code into many files etc can be done even in this IDE but the point is that it doesn't enforce it !!</p>
<p>So let me point out a few popular IDEs</p>
<p>(i will not feature CODE::BLOCKS as i myself have not used it fellow developers are welcome to leave comments about the use of CODE::BLOCKS IDE)</p>
<p>that are available to students using linux</p>
<p>( i am a staunch supporter of linux )</p>
<p>1.<a href="http://www.geany.org">GEANY</a></p>
<p>it is a very simple IDE and IDEAL for beginners if you are using UBUNTU you'll most probably find it in the repositories.</p>
<p>NOTE: it does not have a debugger built in.And has very elementary project management features.</p>
<p>to compile a sample C code</p>
<p>/*------------hello world.c--------------*/</p>
<p>#include &#60;stdio.h&#62;</p>
<p>int main()</p>
<p>{</p>
<p>printf("Hello, World !!\n");</p>
<p>return(0);</p>
<p>}</p>
<p>/*-------------------------------*/</p>
<p>step 1.click on File-&#62;New</p>
<p>step 2.replace all the text with the code given above.</p>
<p>step 3.save the file</p>
<p>step 4.click Build-&#62;compile (it should not give any errors)</p>
<p>step 5.click Build-&#62;build (it should not give any errors)</p>
<p>step 6.click Build-&#62;execute.</p>
<p>Voila !! there you have your output.</p>
<p>Note: incase you are using math.h header file</p>
<p>goto build-&#62;set includes &#38; arguments</p>
<p>and change the compile entry to gcc -Wall -c -lm "%f"</p>
<p>and build entry to gcc -Wall -lm "%f"</p>
<p>2.<a href="www.anjuta.org">Anjuta</a></p>
<p>It is a very mature and stable and useful and .... IDE ideal for many practical uses but for now i will explain only how to write and compile a sample C code</p>
<p>1.click on File-&#62;New-&#62;project</p>
<p>2.forward</p>
<p>3.Project Type select "Generic" under the C tab.</p>
<p>4.give a relevant project name (<span style="color:#ff0000;">***without spaces***</span>) and forward</p>
<p>5.destination :select the path of an empty folder.</p>
<p>6.Apply</p>
<p>7.in the files sidebar select "src"-&#62;"main.c"</p>
<p>8.you are by default given a sample hello world program</p>
<p>9.click on Build-&#62;compile</p>
<p>10.Build-&#62;build</p>
<p>11.Build-&#62;execute program.</p>
<p>you should be able to see the "Hello world" output in a seperate window</p>
<p>NOTE:in case you are using the math.h header file</p>
<p>in files sidebar select "src"-&#62;MakeFile</p>
<p>in that replace the entry on the 86th line</p>
<p>"CPP = gcc -E" with "CPP = gcc -E -lm"</p>
<p>and save the makefile you may need to change the g++</p>
<p>entries if you are using c++ to code.</p>
<p>I am leaving <a href="http://www.kdevelop.org/">KDEVELOP</a> and <a href="http://www.netbeans.org/">NETBEANS</a> for you to practice on.</p>
<p>incase this article of mine has been of any use to you please leave a message.</p>
<p>(you could help me monitarily by taking a survey by clicking the add snippet at the bottom right</p>
<p>when you make an account i will be credited with 1.25USD)</p>
<p>regards and Best of Luck</p>
<p>kunal ghosh</p>
<p>(kunalghosh)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Geany un GUI de programación ligero]]></title>
<link>http://ubuntools.wordpress.com/?p=226</link>
<pubDate>Tue, 09 Sep 2008 16:59:59 +0000</pubDate>
<dc:creator>ubuntools</dc:creator>
<guid>http://ubuntools.es.wordpress.com/2008/09/09/geany/</guid>
<description><![CDATA[Geany es un GUI de programación sumamente ligero y muy cómodo, con identificación del lenguaje qu]]></description>
<content:encoded><![CDATA[<p><a href="http://ubuntools.wordpress.com/files/2008/09/geany.jpg"><img class="alignleft size-full wp-image-227" title="geany" src="http://ubuntools.wordpress.com/files/2008/09/geany.jpg" alt="" width="84" height="90" /></a><a href="http://www.geany.org/">Geany</a> es un <a href="http://www.google.com.mx/search?hl=es&#38;q=define%3Agui&#38;btnG=Buscar+con+Google&#38;meta=">GUI</a> de programación sumamente ligero y muy cómodo, con identificación del lenguaje que se utiliza y colores para identificar las partes del código como variables, ciclos, etc. Además sirve para: C, C++, D, Java, Pascal, PHP, Python, Ruby, HTML, etc. Puedes instalarle algunos plugins.</p>
<p>Yo en lo personal lo utilizo para C/C++ y es sumamente cómodo, utiliza para estos lenguajes los compiladores de linux gcc y g++.</p>
<table style="height:57px;" border="0" width="500">
<tbody>
<tr>
<td style="text-align:left;padding-left:30px;" width="150" bgcolor="#faac58"><em><span style="color:#ffffff;">sudo ap-get install geany<br />
</span></em></td>
</tr>
</tbody>
</table>
<p><a href="http://ubuntools.wordpress.com/files/2008/09/geanygui.jpg"><img class="aligncenter size-large wp-image-228" title="geanygui" src="http://ubuntools.wordpress.com/files/2008/09/geanygui.jpg?w=499" alt="" width="499" height="403" /></a></p>
<p>Nota: si vas a programar, o en su defecto instalar programas desde su código fuente, no olvides instalar:</p>
<table style="height:57px;" border="0" width="500">
<tbody>
<tr>
<td style="text-align:left;padding-left:30px;" width="150" bgcolor="#faac58"><em><span style="color:#ffffff;">sudo ap-get install build-essential<br />
</span></em></td>
</tr>
</tbody>
</table>
<p>que es un conjunto de herramientas de compilación.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[O noua piesa semnata Geany]]></title>
<link>http://wormy37.wordpress.com/?p=310</link>
<pubDate>Fri, 15 Aug 2008 12:19:13 +0000</pubDate>
<dc:creator>wormy37</dc:creator>
<guid>http://wormy37.es.wordpress.com/2008/08/15/o-noua-piesa-semnata-geany/</guid>
<description><![CDATA[
]]></description>
<content:encoded><![CDATA[<p>[dailymotion id=x6g0p3]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[LapisLinux ve Favorilerim]]></title>
<link>http://eribol.wordpress.com/?p=25</link>
<pubDate>Sun, 08 Jun 2008 13:41:43 +0000</pubDate>
<dc:creator>eribol</dc:creator>
<guid>http://eribol.es.wordpress.com/2008/06/08/lapislinux-ve-favorilerim/</guid>
<description><![CDATA[Dün itibariyle compiz-fusion&#8216;un son sürümünü denemeye aldım. Çok şükür sorunsuzca de]]></description>
<content:encoded><![CDATA[<p>Dün itibariyle <a href="http://www.compiz-fusion.org/" target="_blank">compiz-fusion</a>'un son sürümünü denemeye aldım. Çok şükür sorunsuzca derlendi. Geçen hafta da <a href="http://code.google.com/p/google-gadgets-for-linux/" target="_blank">google-gadgets-for-linux</a> paketini kurup derledim. Her ne kadar henüz paketleyememiş olsamda kusursuza yakın bir şekilde derledim ve kullandım. Diğer bir araç awn ye alternatif olan cairo-dock paketi. <a href="http://www.lapislinux.org" target="_blank">LapisLinux</a> henüz stable sürümünü çıkarmış değil ama birkaç detay kaldı yalnızca. Bizde bu arada paket deposunu genişletip hataları sıfıra indirmeye çalışalım dedik.</p>
<p>Şimdi başta söylememiz gerekeni şimdi söyleyelim. <a href="http://www.lapislinux.org" target="_blank">LapisLinux</a>'u duymuşsunuzdur herhalde. Daha önceleri herkesin kendine has dağıtımı vardı. Hepimizde mutlu ve mesuttuk. Ancak yaklaşık 8-10 ay öncesinde Erkan abinin önderliğinde <a href="http://www.pclinuxos.com" target="_blank">PcLinuxOS</a>'u temel alan bir dağıtım geliştirmeye başladık. Ve bu çalışmalar her geçen gün güzelleşmeye ve sağlam sürüme doğru gidiyor. Elbette hepimizin farklı iş alanları var. Doğal olarakta günümüzü gecemizi dağıtıma veremiyoruz. Ama elimizden geleni de esirgemiyoruz. Buna rağmen gerçekten kayda değer işler çıkmaya başladı. Kaç aydır sıfır sorunla kullanıyorum lapislinux'umu. Kaldı ki sorun verse de artık yeniden kur gibi bir düşüncem yok, zorunlu deneme yapma durumumun olmaması dışında. Neyse bu kadar açıklama yeterli. Daha detaylı bilgi için linkleri kullanabilirsiniz. Sırada tek tek <a href="http://www.lapislinux.org" target="_blank">LapisLinux</a>'ta kullandığım program tanıtımları var.</p>
<p><!--more--></p>
<p><a href="http://www.compiz-fusion.org/" target="_blank"><strong>Compiz Fusion</strong></a></p>
<p>Her geçen gün gittikçe güzelleşen bir 3B pencere yöneticisi. Önceleri sadece görsellik vardı. Ama bazen gerçekten çok güzel kullanım şekilleri var. Bunun yanında yeni efektler ve yeni uygumalar hız kesmiyor. MacOs 'tan esinlenen ama şu sıralar gerçekten daha kullanışlı ve daha güzel oluyor. Açık Kaynak olması ise çok daha hızlı gelişmesini sağlıyor. Ama en güzel yönü ise çok mükemmel hava basıyorsunuz:D. Okulda hava atmam gereken her durumda havamı basmışımdır sayesinde. Özellikle son sürümdeki efektleri de kullanınca havanın etkisi daha bir arttı. Ama tabii bu linux kullanmak için amaç olmamalı, sadece eğlenme aracı çoğunlukla.</p>
<p><a href="http://img517.imageshack.us/img517/4122/aaabl0.jpg" target="_blank"><img src="http://img517.imageshack.us/img517/4122/aaabl0.th.jpg" alt="Compiz" /> </a><a href="http://img256.imageshack.us/img256/4908/ddddtv1.png" target="_blank"><img src="http://img256.imageshack.us/img256/4908/ddddtv1.th.png" alt="Compiz" width="150" height="109" /><br />
</a></p>
<p><a href="http://img401.imageshack.us/img401/2964/compiz.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/5443/compiz3.th.jpg" alt="gnumeric" width="150" height="109" /> <img src="http://img401.imageshack.us/img401/2964/compiz.th.jpg" alt="" /> </a><a href="http://img401.imageshack.us/img401/5/compiz2.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/5/compiz2.th.jpg" alt="" /></a></p>
<p><a href="http://do.davebsd.com/" target="_blank"><strong>Gnome-Do</strong></a></p>
<p>Birçok linux kullanıcısın (bende kısmen dahil) mono^dan hoşlanmaz. Ancak ne yalan söyleyeyim performans süper gerçekten. Bunun yanısıra şu sıralar müdavimi olduğum araçlardan bazıları -ki çok iddialı araçlar- mono ile yazılmış. İşte gnome-do da bunlardan biri. Nasıl birşey olduğunu anlatmak bana zor ama quicklaunch aracına benziyor. Yani sistemdeki dosyalara veya programlara birkaç tuş ile ulaşabilme imkanına shaip oluyorsunuz. Birkaç klavye hareketi ile direk çok kullandığınız araçlara komut yollayabiliyorsunuz. Masaüstü açıldı mı ilk yaptığım iş gnome-do açmaktır. Diğerlerini gnome-do ile hallediyorum zaten. Eklentileri sayesinde birçok kolaylık elde edebiliyorsunuz.</p>
<p><a href="http://img401.imageshack.us/img401/8104/gnome-do.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/8104/gnome-do.th.jpg" alt="" /></a><br />
<strong></strong></p>
<p><a href="http://banshee-project.org/Main_Page" target="_blank"><strong>Banshee</strong></a></p>
<p>İşte bu benim en gözde Medya Oynatıcım. Ve buda mono ile yazılmış. Unutmadan mono araçları gtk kullanıyor. Bazı kusurlardan dolayı exaile kullanan ben resmen verem oluyordum. O kadar yavaş o kadar hantal ki anlatamam. Banshee Exaile ile karşılaştırıldığında uçuyor resmen. Ve tabii ki son sürümüyle birlikte gelen video oynatma desteği mükemmel oldu. Dizayn harika, hız mükemmel. uzun süredir amarok kullanmıyordum ve banshee ile birlikte miladını tamamlamış oldu benim için. Eklentileri arasında last.fm varsa zaten gerisi teferruat oluyor. Sitesinde de birçok eklenti var ama henüz denemedim. Türkçe desteği ve sürükle-bırak olmaması eksileri. Ama herşeye rağmen çok kolay ve kullanışlı bir araç. Kesinlikle favorilerim arasındadır.</p>
<p><a href="http://img401.imageshack.us/img401/1213/banshee2.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/1213/banshee2.th.jpg" alt="" /> </a><a href="http://img401.imageshack.us/img401/8236/banshee.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/8236/banshee.th.jpg" alt="" /></a></p>
<p><a href="http://geany.uvena.de/" target="_blank"><img src="http://img171.imageshack.us/img171/8088/bansheeed3.th.jpg" alt="" /><strong>Geany</strong></a></p>
<p>Aslında geditten eksiği var fazlası yok ama farklılık olsun istedim. Eksiği derken aslında eklentileri kastediyorum ama fazlasıda olabilir. Şu an benim her tür ihtiyacımı görüyor. Dosya türünü tanıyıp renklendirmeleri ona göre yapıyor. Ona göre derleme ve çalıştırma yapıyor. Terminal desteği mevcut. Sade ve hafif. Pek fazla aracını kullanmadım ama programcı için baya kullanıcı dostu diyebilirim. Benim tek ihtiyacım şu sıralar spec dosyaları ile ve hiç sıkıntım yok.</p>
<p><a href="http://img401.imageshack.us/img401/1239/geany.jpg"><img src="http://img401.imageshack.us/img401/1239/geany.th.jpg" alt="" /></a></p>
<p><a href="http://www.monodevelop.com/Main_Page" target="_blank"><strong>MonoDevelop</strong></a></p>
<p>Bana sorarsanız sevsekte sevmesekte linuxun gelecekteki en güçlü programlama aracı monodur. Novell var arkasında, başka açıklamaya gerek var mı? Banshee, gnome-do, tomboy, monodevelop gibi çok güçlü araçlar mono ile yazılmış. Bu örnekler bile monoyu güçlü kılmaya yeter artar bile. Monodevelop dedik ya, C# ve Gtk kullanarak programlama yapabiliyorsunuz. Üstelik tasarım, kodlama ve derlemeyi aynı anda yapabiliyorsunuz. C# bize itici geliyor ama mono araçları gerçekten çok hızlı. C tamam ama C++ ile yarışabilecek kadar hızlı. Diğerlerini kıyaslamıyorum. En basitinden python ve gtk kullanan exaile ile mono+gtk kullanan banshee paketlerini karşılaştırmam yeterli oluyor benim için. Evet belki algoritmalar da etkili ama bu kadar etkili olamaz. Kullanıp karşılaştırsanız ne demek istediğim daha iyi anlaşılır. Dahası sistemde monoya entegre edilmiş diğer paketler(database, opengl, gstreamer gibi) varsa direk monodevelop tarafından algılanıyor. Ve projenize ekleyip kütüphaneleri kullanabiliyorsunuz. Elbette bu linux'ta özlenen bir tablo. Ha şu an kullanmıyorum ama tanıtmakta fayda var sanırım:D.</p>
<p><a href="http://img401.imageshack.us/img401/1060/mono2.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/809/mono.th.jpg" alt="" /> </a><a href="http://img401.imageshack.us/img401/1060/mono2.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/1060/mono2.th.jpg" alt="" width="150" height="101" /></a></p>
<p><a href="http://anjuta.sourceforge.net/" target="_blank"><strong>Anjuta</strong></a></p>
<p>Önceleri sadece proje üretiyordu ama şimdi glade eklentisi sayesinde tasarımda yapabiliyor. Biraz karmaşık ilk kullanımda ama sonralaraı gerçekten çok yardımı dokunuyor. Biraz üst düzey seviye gerekiyor ileri programlama için. Bunun yanısıra birçok ayarı yapmanıza olanak sağlıyor. C, C++, python ile proje üretip, kontrol edebilirsiniz. Tabii yine bir miktar linux ve linux programlama bilginizin olması gerekir. Bunlara rağmen yinede favorilerim arasındadır. Sebebini tam bilmiyorum ama hep sempati duymuşumdur. Bana göre tek eksiği tasarımı çok karmaşık duruyor, glade işin içine girince. Onuda sonraki aşamalarda hallederler umarım.</p>
<p><img src="http://img185.imageshack.us/img185/6748/anjutaio0.th.jpg" alt="anjuta" width="150" height="109" /> <a href="http://img206.imageshack.us/img206/7199/anjuta2oo9.jpg" target="_blank"><img src="http://img206.imageshack.us/img206/7199/anjuta2oo9.th.jpg" alt="anjuta" width="150" height="109" /> </a><a href="http://img399.imageshack.us/img399/2876/anjuta3ul6.jpg" target="_blank"><img src="http://img399.imageshack.us/img399/2876/anjuta3ul6.th.jpg" alt="anjuta" width="150" height="109" /></a></p>
<p>Kısa kısa...</p>
<p><a href="http://gnomeartng.berlios.de/" target="_blank"><strong>GnomeArtNG</strong></a></p>
<p>Mono ile yazılmış gnome tema araçlarını netten çekip kullanmanıza yarayan bir araç. Kullanımı kolay ve anlaşılır.</p>
<p><a href="http://img401.imageshack.us/img401/1548/gnomeart.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/1548/gnomeart.th.jpg" alt="gnomeartng" width="150" height="119" /></a></p>
<p><a href="http://www.blender.org" target="_blank"><strong>Blender</strong></a></p>
<p>Anlatmama gerek var mı bilmiyorum. Özgür Yazılımın gözbebeklerinden biri.</p>
<p><a href="http://www.k-3d.org/wiki/Main_Page"><strong>K3D</strong></a></p>
<p>adından anlaşılıyor sanırım. Kde kütüphaneleriyle yazılmış bir 3B tasarım programı. Yalana gerek yok kullanımı çok kolaya benziyor ama uzağım 3B tasarıma. Blender dan iyimi kötümü bilemem ama gerçek olan şu ki ondan daha anlaşılır ve kullanımı daha kolay olan bir paket.</p>
<p><a href="http://img401.imageshack.us/img401/2065/k3d.jpg"><img src="http://img401.imageshack.us/img401/2065/k3d.th.jpg" alt="" /></a></p>
<p><a href="http://www.gnome.org/projects/gnumeric/" target="_blank"><strong>Gnumeric</strong></a></p>
<p>Bir excel benzeri uygulama. Ama şunu söyleyebilirim ki openoffice den kat be kat hızlı bir uygulama. Farkına bile varmıyorsunuz çalıştırdığınızda. Ama dediğim gibi hesap tablo programı sadece. C ve Gtk kullanılmış. bana sorarsanız OOo dan daha kullanışlı ama gnome bağımlılıkları gerçekten sinir bozucu boyutlara ulaşabiliyor:D.</p>
<p><a href="http://img401.imageshack.us/img401/7961/gnumeric.jpg"><img src="http://img401.imageshack.us/img401/7961/gnumeric.th.jpg" alt="" /></a></p>
<p><a href="http://code.google.com/p/google-gadgets-for-linux/" target="_blank"><strong>Google-gadgets-for-linux</strong></a></p>
<p>conky, gdesklets, karamba yı bilen az çok aşinadır bu araçlara. Vista kullanıcılarıda yakından tanıyacaklardır.</p>
<p><a href="http://img401.imageshack.us/img401/9913/ggl.jpg" target="_blank"><img src="http://img401.imageshack.us/img401/9913/ggl.th.jpg" alt="ggl" width="150" height="109" /></a></p>
<p>Zaman kaybetmeyin, linux kullanmaya başlayın. Bunlar benim saydıklarım, emin olun her kullanıcının farklı programa karşı böyle hisleri vardır ve hepside yerindedir. Yani artık çok nadir araçlar için farklı sistemlere ihtiyaç var ki buda özel işlerdir. Ve bu paketleri kullanırken sizlerde birşeyler katabiliyorsanız kaynağına apayrı bir zevkle kullanıyorsunuz gerçekten.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[فيديو: تعرف على برنامج جيني لتحرير لغات البرمجة]]></title>
<link>http://dheeb.wordpress.com/?p=273</link>
<pubDate>Wed, 28 May 2008 04:42:14 +0000</pubDate>
<dc:creator>regex2008</dc:creator>
<guid>http://dheeb.es.wordpress.com/2008/05/28/%d9%81%d9%8a%d8%af%d9%8a%d9%88-%d8%aa%d8%b9%d8%b1%d9%81-%d8%b9%d9%84%d9%89-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d8%ac-%d8%ac%d9%8a%d9%86%d9%8a-%d9%84%d8%aa%d8%ad%d8%b1%d9%8a%d8%b1-%d9%84%d8%ba%d8%a7%d8%aa/</guid>
<description><![CDATA[السلام عليكم و رحمة الله :-
هذا فيديو عملته لكي نتعرف عل]]></description>
<content:encoded><![CDATA[<p>السلام عليكم و رحمة الله :-</p>
<p>هذا فيديو عملته لكي نتعرف على البرنامج الرائع و الخفيف و السريع جيني Geany و نأخذ مثالين احدهما بيرل و الاخر سي بلس بلس ...</p>
<p>الفيديو على يوتيوب :</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/6inY4qsTkwE'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/6inY4qsTkwE&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>الجودة تبدو ضعيفة في يوتيوب .. هذا ملف عالي الجودة :</p>
<p><a href="http://dheeb.files.wordpress.com/2008/05/out2.ogg">out2</a></p>
<p> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Geany, IDE para C/C++ en Gnome]]></title>
<link>http://ubunturoot.wordpress.com/?p=520</link>
<pubDate>Tue, 20 May 2008 19:33:22 +0000</pubDate>
<dc:creator>rafaBkN</dc:creator>
<guid>http://ubunturoot.es.wordpress.com/2008/05/20/geany-ide-para-cc-en-gnome/</guid>
<description><![CDATA[El otro dia estaba buscando un buen IDE para programar bajo las plataformas C/C++ que pesase poco y ]]></description>
<content:encoded><![CDATA[<p style="text-align:left;">El otro dia estaba buscando un buen IDE para programar bajo las plataformas C/C++ que pesase poco y que fuese practico y, aunque no lo he probado demasiado he encontrado uno que tiene muy buena pinta. Su nombre es <a title="Geany HomePage" href="http://geany.uvena.de/">Geany</a> y parece bastante prometedor.</p>
<p style="text-align:left;">Para instalarlo abrid una consoloa y teclead lo siguiente:</p>
<blockquote><p>$ sudo apt-get install geany</p></blockquote>
<p style="text-align:left;">en Hardy se encuentar en los repositorios oficiales.</p>
<p style="text-align:left;">Aqui os dejo algunos screenshots para que lo veais un poco:</p>
<p style="text-align:center;"><a href="http://ubunturoot.files.wordpress.com/2008/05/geany_main.png"><img class="size-medium wp-image-521" src="http://ubunturoot.wordpress.com/files/2008/05/geany_main.png?w=300" alt="" width="300" height="241" /></a></p>
<p style="text-align:center;"><a href="http://ubunturoot.files.wordpress.com/2008/05/geany_build.png"><img class="size-medium wp-image-522 aligncenter" src="http://ubunturoot.wordpress.com/files/2008/05/geany_build.png?w=300" alt="" width="300" height="241" /></a></p>
<p style="text-align:center;"><a href="http://ubunturoot.files.wordpress.com/2008/05/geany_vte.png"><img class="size-medium wp-image-523" src="http://ubunturoot.wordpress.com/files/2008/05/geany_vte.png?w=300" alt="" width="300" height="241" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Set de aplicaciones útiles en Ubuntu.]]></title>
<link>http://carlosruizortega.wordpress.com/?p=15</link>
<pubDate>Tue, 13 May 2008 01:30:38 +0000</pubDate>
<dc:creator>carlosruizortega</dc:creator>
<guid>http://carlosruizortega.es.wordpress.com/2008/05/13/set-de-aplicaciones-utiles-en-ubuntu/</guid>
<description><![CDATA[
Luego de experimentar durante dos meses con X/K/Flux/Go/Ubuntu y declararlo como mi sistema operati]]></description>
<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:UOMohWh4TTtcJM:http://static.flickr.com/45/150326365_ff2ade969d_t.jpg" alt="" /><img src="http://tbn0.google.com/images?q=tbn:Y1mAKtcAoIKV8M:http://www.canariasahoraradio.com/logo_xmms.jpg" alt="" /><img src="http://tbn0.google.com/images?q=tbn:HlBNg5ewvcp4qM:http://ktorrent.org/forum/templates/ktorrent/images/logo_phpBB.jpg" alt="" /><img src="http://tbn0.google.com/images?q=tbn:BdIDQ3pC4pufSM:http://www.jeuxmangas.net/IMG/gif/logo-zsnes-gr.gif" alt="" /><img src="http://tbn0.google.com/images?q=tbn:keKERkOFg87U7M:http://windowslibre.osl.ull.es/web/images/logos/logoPidgin.png" alt="" /><br />
Luego de experimentar durante dos meses con X/K/Flux/Go/Ubuntu y declararlo como mi sistema operativo oficial, me gustaría recomendar algunas aplicaciones bastante útiles y fáciles de usar.</p>
<p>1.- <strong>K3B</strong>: Interfaz súper completa y cómoda para grabar CD's y DVD's.<br />
2.- <strong>Kopete</strong>: Programa para la mensajería instantánea con multiprotocolo. Sirve para cuentas de MSN, Yahoo, Aim y muchas más. Además se pueden abrir varias sesiones al mismo tiempo.<br />
3.- <strong>Ktorrent</strong>: Cliente torrent para descarga de archivos... simple y completo.<br />
4.- <strong>Konversation</strong>: Cliente de IRC.<br />
5.- <strong>Pidgin</strong>: Otra aplicación para mensajería instantánea con características similares a las de Kopete... aunque algunos lo encuentran más bonito...<br />
6.- <strong>Amule</strong>: Programa para descarga de archivos P2P (homólogo al "eMule" de Windows).<br />
7.- <strong>XMMS</strong>: Aplicación para escuchar música en varios formatos, entre ellos mp3 y ogg. Es el equivalente a "winamp"... de hecho, su interfaz es muy parecida.<br />
(*)<strong>XMMS-openspc</strong>: Plugin para XMMS que permite escuchar música de formato "spc", que es el formato de las canciones de los juegos de snes.<br />
8.- <strong>xchm</strong>: Un muy útil programa para leer archivos con extensión ".chm".<br />
9.- <strong>Geany</strong>: Ide súper completo y fácil de utilizar. Soporta lenguajes como C, C++, Java, Javascript, etc... (Se recomienda instalar junto con <strong>build-essential</strong>).<br />
10.- <strong>zsnes</strong>: Emulador de snes.<br />
11.- <strong>Soundkonverter</strong>: Convierte archivos de sonido de un formato en otro, como: ogg en wav, etc...<br />
12.- <strong>Aptoncd</strong>: Con este programa podrás respaldar los paquetes que has bajado (e instalado) para cuando reinstales tu SO. Muy útil para no perder tiempo descargando todo de nuevo de la internet.<br />
13.- <strong>wine</strong>: Emulador del SO Windows (wine = "Wine Is Not an Emulator"). A través de él puedes instalar y utilizar programas hechos para Windows. Según mi experiencia, no es recomendable utilizar un emulador de nes o snes de windows sobre este emulador... es muy inestable.<br />
14.- <strong>startupmanager</strong>: Aplicación para administrar todo lo relacionado con la inicialización del computador, como el GRUB, "splash screen", el SO por defecto (si hay más de 1), las imágenes de fondo al iniciar, etc...<br />
15.-<strong>soundJuicer</strong>: Extrae la música de tus CD's a formato ".ogg" o ".wav".<br />
(*)<strong>gstreamer0.10-plugins-ugly-multiverse</strong>: Instálalo desde <em>Synaptic</em> para poder extraer la música de tus CD's directamente al formato "mp3"... debes cambiar la opción en Sound Juicer a "mp3". (<a href="http://rey122.wordpress.com/2008/06/25/como-ripear-mp3-sin-cambiar-a-ogg-en-ubuntu/">Fuente</a>)<br />
16.- <strong>apache2</strong>: Aplicación ampliamente difundida a nivel mundial que hace que un PC sea un server http (El programa se llama "apache"... apache2 es la segunda versión).<br />
(*)<strong>libapache2-mod-php5</strong>: Intérprete de PHP que se instala sobre apache2. Al instalarlo de esta manera, evitamos realizar algunas fastidiosas configuraciones.<br />
17.- <strong>filezilla</strong>: Cliente FTP. Fácil de configurar y administrar.<br />
18.- <strong>gftp</strong>: Cliente FTP similar a filezilla.<br />
19.- <strong>vsftpd</strong>: Servidor FTP. <em>Requiere ciertos conocimientos mínimos....</em><br />
20.- <strong>kompozer</strong>: Editor HTML equivalente al dreamweaver de Windows.<br />
21.- <strong>firestarter</strong>: Firewall súper intuitivo y fácil de manejar.<br />
22.- <strong>amarok</strong>: Aplicación para escuchar música con <em>muchísimas</em> opciones para el usuario (crear "colecciones", utilizar bases de datos, etc, etc, etc...).<br />
23.- <strong>bum</strong>: Herramienta para habilitar/deshabilitar los servicios que se arrancan cuando se inicia Ubuntu (<a href="http://ubuntools.wordpress.com/2008/09/08/habilitardeshabilitar-los-servicios-de-inicio-de-ubuntu/">Fuente</a>).<br />
24.- <strong>azureus</strong>: Cliente torrent muy popular tanto en Windows como en Linux.<br />
25.- <strong>kolourpaint</strong>: Programa equivalente al "Paint" de WIndows... útil y simple, a diferencia del complejo Gimp.</p>
<p>Todas estas aplicaciones pueden instalarse a través del comando:<br />
<strong>sudo apt-get install &#60;aplicacion&#62;</strong></p>
<p>Saludooos... :P</p>
<p><em>(Este post será editado periódicamente...)</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Introdução ao Geany]]></title>
<link>http://designix.wordpress.com/?p=48</link>
<pubDate>Sun, 11 May 2008 15:52:24 +0000</pubDate>
<dc:creator>Caio César</dc:creator>
<guid>http://designix.es.wordpress.com/2008/05/11/introducao-ao-geany/</guid>
<description><![CDATA[Quando pensamos em edição de texto, especialmente para usuários mais avançados ou simplesmente g]]></description>
<content:encoded><![CDATA[<p>Quando pensamos em edição de texto, especialmente para usuários mais avançados ou simplesmente <em>geeks</em> em sistemas *nix e Unix-like, dois nomes costumam ser citados: emacs e vi (ou a versão melhorada dele, vim). Entretanto, além de uma infinidade de editores populares, para X Window ou console, temos sempre bons aplicativos que ficam perdidos.</p>
<p>Hoje, apresento um deles, como alternativa ao vi/vim ou emacs, e o nome dele, obviamente, é <a title="Geany" href="http://geany.uvena.de/">Geany</a>.</p>
<p style="text-align:center;"><a href="http://designix.wordpress.com/files/2008/05/geany011.png"><img class="alignnone size-medium wp-image-49 aligncenter" src="http://designix.wordpress.com/files/2008/05/geany011.png?w=300" alt="" width="300" height="178" /></a></p>
<p>Como disse antes, na imensidão de opções, boas aplicações ficam perdidas, e com relação do Geany, no meu "círculo social", só vejo duas pessoas falarem do programa ativamente, eu mesmo e meu companheiro do canal <em>#lin_vs_win</em>, Vinícius PXMB. Isso é simplesmente chato, pois a aplicação é superior em vários sentidos ao GEdit ou até mesmo ao Kate, por exemplo. E o melhor: não depende de Gnome e nem de KDE, o programa é simplesmente Gtk2 e mais nada. Isso é um trunfo muito grande para aqueles que não usam ambientes "full" como os dois citados anteriormente.</p>
<p>Outro ponto forte é que o foco do programa é ser um IDE — ambiente de desenvolvimento integrado — e não um mero editor de textos avançado, por conta disso, várias linguagens são suportadas, inclusive suportando também compiladores.</p>
<p>A interface principal também exporta uma área de registro para operações realizadas e anotações rápidas, além de um simpático emulador de terminal VTE embutido. Essa área de registro é apresentada como "Janela de mensagens" e pode ser conferida na captura de tela abaixo:</p>
<p style="text-align:center;"><a href="http://designix.wordpress.com/files/2008/05/geany02.png"><img class="alignnone size-medium wp-image-50 aligncenter" src="http://designix.wordpress.com/files/2008/05/geany02.png?w=300" alt="" width="300" height="55" /></a></p>
<p>Para quem utiliza ou já utilizou um editor como o Kate, sabe que uma barra lateral que permita acesso a diretórios, arquivos abertos e mesmo blocos do arquivo pode ser essencial. O Geany não deixa esse importante recurso de fora, o qual é apresentado como "Barra lateral" e pode ser conferido na captura de tela abaixo:</p>
<p style="text-align:center;"><a href="http://designix.wordpress.com/files/2008/05/geany03.png"><img class="alignnone size-medium wp-image-51 aligncenter" src="http://designix.wordpress.com/files/2008/05/geany03.png?w=193" alt="" width="193" height="300" /></a></p>
<p>Importante dizer que o programa é bastante configurável e nunca apresentou problemas de instabilidade ou funcionamento errático no meu uso, que é praticamente diário. Sou usuário do mesmo desde a versão 0.12 (atualmente, a aplicação se encontra na versão 0.14).</p>
<p><strong>Pontos fortes</strong></p>
<ul>
<li>Leveza</li>
<li>Estabilidade</li>
<li>Grande quantidade de recursos mesmo com um número de versão baixo</li>
<li>Suporte para plugins</li>
</ul>
<p><strong>Pontos fracos</strong></p>
<ul>
<li>Pouco conhecido</li>
</ul>
<p style="text-align:center;"><a href="http://designix.wordpress.com/files/2008/05/geany04.png"><img class="alignnone size-medium wp-image-52" src="http://designix.wordpress.com/files/2008/05/geany04.png?w=300" alt="" width="300" height="264" /></a></p>
<p>Espero que tenham gostado dessa introdução ao meu editor de textos favorito e aguardo um <em>feedback</em>. Até a próxima.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Un ide genial de C/C++ para Ubuntu...]]></title>
<link>http://carlosruizortega.wordpress.com/?p=9</link>
<pubDate>Fri, 09 May 2008 18:04:29 +0000</pubDate>
<dc:creator>carlosruizortega</dc:creator>
<guid>http://carlosruizortega.es.wordpress.com/2008/05/09/un-ide-de-cc-para-ubuntu/</guid>
<description><![CDATA[Cada vez que se pregunta sobre un ide de C/C++ para Ubuntu, siempre se recomienda a Anjuta. Este ide]]></description>
<content:encoded><![CDATA[<p><img src="http://geany.uvena.de/images/geany.png" alt="Geany" />Cada vez que se pregunta sobre un ide de C/C++ para Ubuntu, siempre se recomienda a Anjuta. Este ide es bastante bueno, pero presenta algunos problemas en ciertas versiones y/o "sabores" de Ubuntu por razones que desconozco.  El problema más común es que no permite "construir" un ejecutable, o sea, tenemos el código fuente, lo compilamos generando el archivo ".o", pero finalmente no podemos generar el ejecutable, que es el que más nos interesa...</p>
<p>Una alternativa muy buena para los que tienen este problema es <strong>GEANY</strong>.<br />
Este ide es muy parecido a Anjuta (pero mucho mejor, a mi juicio) y también tiene una serie de complementos que lo convierten en una herramienta super cómoda para programar.</p>
<p>Todo lo que hay que hacer para conseguirlo es:</p>
<p><span style="font-size:medium;"><strong><code>sudo apt-get install geany</code></strong></span></p>
<p>...y en menos de 5 minutos está instalado y listo para usarse.<br />
Que lo disfruten!</p>
<p>P.D: Es <em>absolutamente necesario</em> instalarlo junto con el metapaquete <strong>build-essential</strong>, de lo contrario, es posible que ni siquiera se pueda compilar.<br />
Para hacerlo, basta con escribir:<br />
<span style="font-size:medium;"><strong><code>sudo apt-get install build-essential</code></strong></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Programando en Ubuntu]]></title>
<link>http://lobolunar.wordpress.com/?p=3</link>
<pubDate>Mon, 17 Mar 2008 22:34:48 +0000</pubDate>
<dc:creator>lobolunar</dc:creator>
<guid>http://lobolunar.es.wordpress.com/2008/03/17/programando-en-ubuntu/</guid>
<description><![CDATA[Si eres un egresado de Windows (por no decir un exiliado) y el tema de programación es tu duda, Lin]]></description>
<content:encoded><![CDATA[<p>Si eres un egresado de Windows (por no decir un exiliado) y el tema de programación es tu duda, Linux, a través de Ubuntu, nos da toda una gama de posibilidades y de forma nativa, por ejemplo: C, C++, perl, python, entre otros. Así es sólo es cuestión de tener un objetivo y llevarlo acabo.</p>
<p>Si eres como yo, que te gusta tener el control de todo sin IDEs engorrosas o complicadas, entonces te recomiendo <a href="http://geany.uvena.de/" title="Sitio oficial de Geany" target="_blank">geany</a>, una simple IDE, básicamente para el escritorio gnome pero usable en otros entornos, que promete ser sencilla, resaltado de código y compatible con muchos lenguajes de programación.</p>
<p>En los sistemas modernos de linux, geany se encuentra en sus respectivos repositorios, por ejemplo en los sistemas basados en debian:</p>
<table bgcolor="#f8f3e7" cellpadding="15">
<tr>
<td>$ sudo apt-get install geany</td>
</tr>
</table>
<p>Después les pondré pequeños tutoriales acerca de cómo sacarle provecho a este estupendo programa.</p>
<p>Si alguien sabe cómo se instala geany en otros sistemas, les agradecería sus comentarios.</p>
<p>Hasta la próxima.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Paquets nécessaires pour compiler le C++]]></title>
<link>http://hypoblog.wordpress.com/?p=14</link>
<pubDate>Mon, 10 Mar 2008 18:41:39 +0000</pubDate>
<dc:creator>hypoblog</dc:creator>
<guid>http://hypoblog.es.wordpress.com/2008/03/10/paquets-necessaire-pour-compiler-le-c/</guid>
<description><![CDATA[Voici le premier d&#8217;une nouvelle série de billets qui visent à s&#8217;intéresser à la prog]]></description>
<content:encoded><![CDATA[<p>Voici le premier d'une nouvelle série de billets qui visent à s'intéresser à la programmation.</p>
<p>Dans ce premier billet, je vais vous présenter les paquets qu'il est indispensable d'avoir pour compiler ainsi que les logiciels qui permettent de programmer plus agréablement.<br />
<!--more--></p>
<p><b>Paquets indispensables</b><br />
Alors là, on ne fait pas plus simple, pour installer le compilateur C++ ainsi que toutes les librairies standards, il suffit d'installer un et un seul paquet qui regroupe tout. Il s'agit du paquet <i>build-essential</i> sous Ubuntu ou le groupe de paquets <i>base-devel</i> sous Archlinux.</p>
<p>Il peut être également utile d'installer le débuggeur GNU dont vous pouvez trouver un petit tutorial <a href="http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html">ici</a>.</p>
<p>Sous Ubuntu:</p>
<blockquote><p>sudo apt-get install build-essential gdb</p></blockquote>
<p>Sous Archlinux:</p>
<blockquote><p>sudo pacman -S base-devel gdb</p></blockquote>
<p><b>Environnement de Développement Intégré</b><br />
Pour programmer, vous pouvez écrire votre code avec un éditeur de texte (il en existe de très puissants et très adaptés pour ça: <a href="http://www.vim.org/">Vim</a>, <a href="http://www.gnu.org/software/emacs/">emacs</a>, ... ), lancer le compilateur en passant par les lignes de commandes et gérer les fichiers de projets (makefile) à la main.</p>
<p>Vous pourriez préférer utiliser un programme qui servent d'éditeur de texte mais qui vous permette facilement de gérer les fichiers du projet et de les compiler. C'est ce qu'on appelle des EDI.</p>
<p>Alors ma préférence va pour le logiciel <a href="http://doc.ubuntu-fr.org/geany">geany</a>. Très simple, et basique. Il n'offre que les fonctionnalités de base mais le fait parfaitement.</p>
<p>Je recommande également <a href="http://doc.ubuntu-fr.org/anjuta">Anjuta</a> qui est un EDI un peu plus complet que geany et qui gère notamment l'autocomplétion des librairies telle que Qt, SDL, boost, ... ce qui est fort appréciable.</p>
<p>Ils s'installent très facilement depuis les dépôts</p>
<blockquote><p>sudo apt-get install geany anjuta</p></blockquote>
<p>Ces paquets ont exactement les mêmes noms dans les dépôts d'Archlinux:</p>
<blockquote><p>sudo pacman -S geany anjuta</p></blockquote>
<p>Il en existe bien sûr beaucoup d'autre mais voici mes préférés, à vous de faire votre choix.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Iniziare a programmare in C o C++ su Ubuntu]]></title>
<link>http://tugulab.wordpress.com/2007/12/15/iniziare-a-programmare-in-c-o-c-su-ubuntu/</link>
<pubDate>Sat, 15 Dec 2007 14:52:25 +0000</pubDate>
<dc:creator>jollyr0ger</dc:creator>
<guid>http://tugulab.es.wordpress.com/2007/12/15/iniziare-a-programmare-in-c-o-c-su-ubuntu/</guid>
<description><![CDATA[Per la serie &#8220;Iniziare a programmare in&#8230;&#8221; ecco a voi un nuovo capitolo. Oggi vedre]]></description>
<content:encoded><![CDATA[<p>Per la serie "<em>Iniziare a programmare in...</em>" ecco a voi un nuovo capitolo. Oggi vedremo come iniziare a programmare in  <strong>C</strong> o in <strong>C++</strong>. Vedremo nello specifico come poter programmare con questi due linguaggi, secondo la standard <strong>ANSI</strong> (ovvero la vera versione del linguaggio, non quelle modificate dalle aziende per i loro comodi).</p>
<p align="center"><img src="http://tugulab.wordpress.com/files/2007/12/c_cpp.png" alt="c_cpp.png" /></p>
<p align="center">Il blog si è trasferito su <a href="http://www.blog.tugulab.org">www.blog.tugulab.org</a></p>
<p align="center">
<p><!--more--></p>
<p><em>Avvertenze: il seguente manuale è stato pensato e testato per essere usato su una Ubuntu 7.10 Gutsy Gibbon. Questo vuol dire che su versioni o distribuzioni ci potrebbero essere alcuni accorgimenti da tenere in considerazione.<br />
Quindi attenzione a ciò che fate!</em></p>
<p>Come hanno consigliato a me, a mio tempo, vi consiglierò anche io di seguire lo standard. Poichè è solo senguendo questa strada che si possono fare programmi in cui si sa esattamente quello che il vostro codice fa sulla macchina, dato che uno <strong>standard è tutto documentato</strong>. Inoltre, non siete obbligati ad usare specifici compilatori che potrebbero restringere la <strong>vostra libertà</strong>, imponendovi l'uso di determinati sistemi operativi o architetture, oltre alla possibilità di trovarvi nella situazione di pagare una licenza...</p>
<p>Quindi per evitare tutto questo,  studiate il <strong>C o il C++ ANSI</strong> e utilizzate un compilatore come gcc (e soci) che oltre ad essere *ottimo* è pure <strong>open source</strong>.</p>
<p><em>»Preparazione</em></p>
<p>Dobbiamo preparare la nostra Ubuntu a  compilare i nostri programmi, quindi installiamo un set di compilatori e librerie utili alla programmazione C/C++, con un unico comando:<br />
<code>sudo aptitude install build-essential</code></p>
<p>A questo punto siamo pronti per iniziare!</p>
<p><em>»Il turno del C<br />
</em></p>
<p>Ora proveremo a scrivere il nostro primo programma in C, quindi aprite un editor di testo, ad esempio gEdit e scrivete queste linee di codice:<br />
<code>#include &#60;stdio.h&#62;<br />
int main(void){<br />
printf("Hello Tugu!\n");<br />
return 0;<br />
}</code></p>
<p>Quindi salvatelo nella directory /home (quella predefinita) dandogli un <strong>nome a piacere</strong>, ma <strong>con estenzione .c</strong>, in questo esempio utilizzeremo <em>hellotugu.c</em><br />
Apriamo un Terminale, in cui digiteremo le seguenti linee di codice per compilare il nostro programma ed eseguirlo:<br />
<code>gcc -Wall -g hellotugu.c -o hellotugu<br />
./hellotugu</code></p>
<p>Cosa abbiamo fatto? Abbiamo chiamato il compilatore gcc (compilatore su cui è cresciuto Linux, scritto dal gruppo GNU, tant'è che <em>gcc</em> significa <em>GNU Compiler Collection</em>) dandogli diversi parametri:</p>
<ul>
<li><strong>-Wall</strong> che ci segnala tutti gli errori non critici, che sì non compromettono la compilazione del nostro programma, ma che sarebbe meglio correggere. Se vi cimenterete nelle studio del linguaggio imparerete sicuramente cosa sono i <em>Warning</em></li>
<li><strong>-g hellotugu.c</strong> gli dice che file compilare</li>
<li><strong>-o hellotugu</strong> dice che nome deve avere il file compilato (quello che potremo eseguire)</li>
</ul>
<p>Dopo questo comando, <strong>se</strong> non vi è <strong>nessun output</strong> da parte del compilatore significa che la compilazione è andata a <strong>buon fine</strong>, altrimenti vi segnala dov'è l'errore ed eventualmente il motivo.</p>
<p><strong>Nota</strong>: <em>ci sarebbe stata anche la possibilità di compilare con il comando gcc hellotugu.c, ma lo sconsiglio, questa forma la ritengo personalmente più razionale.</em></p>
<p>Nella seconda riga abbiamo eseguito il programma con il comando <em>./nome_eseguibile</em>. Cosa significa "<em>./ "</em>?? Significa directory corrente, quindi il comando significa "<em>esegui il file nome_eseguibile nella directory corrente</em>".<br />
E in fine abbiamo l'output del nostro programma.</p>
<p><em>»Il turno del C++</em></p>
<p>Apriamo un editor di testo, ad esempio gEdit e scriviamo questo codice:<br />
<code>#include &#60;iostream&#62;<br />
using namespace std;<br />
int main(void){<br />
cout &#60;&#60; "Hello Tugu!\n";<br />
return 0;<br />
}</code></p>
<p>Chiudiamo e salviamo con<strong> nome</strong>, anche qui,<strong> a piacere</strong>, ma con estensione <strong>.cpp</strong>. Noi utilizzeremo <em>hellotugu.cpp</em> per questo esempio.<br />
Ora compiliamo ed eseguiamo:<br />
<code>g++ -Wall -g hellotugu.cpp -o hellotugu<br />
./hellotugu</code></p>
<p>Come sopra, con la prima compiliamo e con la seconda eseguiamo. Citando da sopra ecco cosa facciamo in dettaglio con questi comandi.<br />
Abbiamo chiamato il compilatore g++ (compilatore per il C++, scritto dal gruppo GNU, all'interno della suite <em>gcc</em>) dandogli diversi parametri:</p>
<ul>
<li><strong>-Wall</strong> che ci segnala tutti gli errori non critici, che sì non compromettono la compilazione del nostro programma, ma che sarebbe meglio correggere. Se vi cimenterete nelle studio del linguaggio imparerete sicuramente cosa sono i <em>Warning</em></li>
<li><strong>-g hellotugu.cpp</strong> gli dice che file compilare</li>
<li><strong>-o hellotugu</strong> dice che nome deve avere il file compilato (quello che potremo eseguire)</li>
</ul>
<p>Dopo questo comando, se non vi è <strong>nessun output</strong> da parte del compilatore significa che la compilazione è andata a <strong>buon fine</strong>, altrimenti vi segnala dov'è l'errore ed eventualmente il motivo.</p>
<p><strong>Nota</strong>: <em>ci sarebbe stata anche la possibilità di compilare con il comando g++ hellotugu.cpp, ma lo sconsiglio, questa forma la ritengo personalmente più razionale.</em></p>
<p>Nella seconda riga abbiamo eseguito il programma con il comando <em>./nome_eseguibile</em>. Cosa significa "<em>./ "</em>?? Significa <em>directory corrente</em>, quindi il comando significa "<em>esegui il file nome_eseguibile nella directory corrente</em>".</p>
<p><em>»Utilizziamo un IDE per programmare</em></p>
<p>L'ultima chicca della giornata è <strong>Geany</strong>. Un <em>IDE</em> (<em>Integrated Development Environment</em> - Ambiente Integrato di Sviluppo), ovvero un programma che comprende molte utilità che ci aiutano nello sviluppo, rendendolo più veloce e meno difficoltoso.</p>
<p>Lo installiamo digitando nel terminale questo comando (<a href="http://tugulab.wordpress.com/2007/12/22/attivare-i-repository-extra-per-newbie/">bisogna attivare i repository Extra</a>):<br />
<code>sudo aptitude install geany</code></p>
<p>A questo punto potete riaprire uno dei programmi creati con Geany e <strong>compilarli con F8</strong> (talvolta con F9) ed <strong>eseguirli con F5</strong>. Molto più rapido.</p>
<p align="center"><img src="http://tugulab.wordpress.com/files/2007/12/hellotugucpp_geany.png" alt="hellotugucpp_geany.png" /></p>
<p>Ora non rimane che augurarci, buona fortuna!</p>
<p>Il blog si è trasferito su <a href="http://www.blog.tugulab.org">www.blog.tugulab.org</a></p>
<p><em>»Link utili</em></p>
<ul>
<li><a href="http://gcc.gnu.org">Sito del progetto del compilatore</a></li>
<li><a href="http://forum.masterdrive.it/c-c-21/">Forum molto preparato sul C/C++ </a></li>
<li><a href="http://www.cppreference.com/all_c_functions.html">Descrizione funzioni C</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Iniziare a programmare in Java su Ubuntu]]></title>
<link>http://tugulab.wordpress.com/2007/12/08/iniziare-a-programmare-in-java-su-ubuntu/</link>
<pubDate>Sat, 08 Dec 2007 15:32:55 +0000</pubDate>
<dc:creator>jollyr0ger</dc:creator>
<guid>http://tugulab.es.wordpress.com/2007/12/08/iniziare-a-programmare-in-java-su-ubuntu/</guid>
<description><![CDATA[
Ciao a tutti! Questo è il mio primo post su TuguLab e spero vi piaccia.
Oggi, vi volevo illustrare]]></description>
<content:encoded><![CDATA[<p align="justify">
<p align="justify">Ciao a tutti! Questo è il mio primo post su TuguLab e spero vi piaccia.<br />
Oggi, vi volevo illustrare come si può iniziare a programmare in Java su una Ubuntu box (ma penso che funzioni in tutte le derivate Ubuntu e anche Debian). Bisognerà semplicemente installare i pacchetti (i programmi insomma) che compongo Java.</p>
<p align="center"><img src="http://tugulab.wordpress.com/files/2007/12/hellotugujava_gedit.png" alt="hellotugujava_gedit.png" /></p>
<p align="center">Il blog si è trasferito su <a href="http://www.blog.tugulab.org">www.blog.tugulab.org</a></p>
<p align="justify"><!--more--></p>
<p align="justify"><em>Avvertenze: il seguente manuale è stato pensato e testato per essere usato su una Ubuntu 7.10 Gutsy Gibbon. Questo vuol dire che su versioni o distribuzioni ci potrebbero essere alcuni accorgimenti da tenere in considerazione.<br />
Quindi attenzione a ciò che fate!</em></p>
<p>Avendo i <a href="http://tugulab.wordpress.com/2007/12/22/attivare-i-repository-extra-per-newbie/">repository extra attivi</a>, dovremo quindi aprire un <strong>Terminale</strong> (Applicazioni/Accessori/Terminale e non fatemelo ripetere!) e <strong>digitare</strong>:<br />
<code>sudo aptitude install sun-java6-bin sun-java6-jre sun-java6-jdk</code></p>
<p align="justify">
<p align="justify"><a href="http://it.wiktionary.org/wiki/last_but_not_least" target="_blank">Last but not least</a>, controlliamo che il compilatore ufficiale Sun (quello che abbiamo appena installato) sia settato come compilatore java predefinito, con questo comando (grazie <a href="http://lasperanzaelultimaamoriremamuore.wordpress.com/" target="_blank">Murphy</a>):<br />
<code>sudo update-alternatives --config java</code></p>
<p align="justify">Selezionando il numero della riga con scritto <em> /usr/lib/jvm/java-6-sun/jre/bin/java</em> e confermando. Se era già preceduta da un asterisco allora non c'è nè bisogno.</p>
<p align="justify">Ora siamo pronti per iniziare. Allora aprite un <strong>editor di testo</strong> (gEdit per noi) in cui scriveremo il nostro primo programma:</p>
<p><code>public class HelloTugu{<br />
public static void main(String[] agrs){<br />
System.out.println("Hello Tugu!!");<br />
}<br />
};</code></p>
<p align="center">
<p align="justify">A questo punto<strong> salviamo</strong> il file nella nostra home con il nome HelloTugu.java (importante il file deve avere lo stesso nome della classe che contiene! altrimenti non và).</p>
<p>Riapriamo il Terminale e digitiamo:</p>
<pre>javac HelloTugu.javajava HelloTugu</pre>
<p align="justify">Con il primo comando compiliamo il codice. Se non vi restituirà nessun messaggio, ciò significa che non si sono commessi errori di sintassi. Con il secondo comando, si esegue il programma compilato.</p>
<p><em> »Utilizzare un IDE per programmare</em></p>
<p align="justify">Utilizzando gEdit avete visto come creare semplici programmi, ma scrivendo moli di codice maggiori si incontrano alcune difficoltà. Questo non vuol dire che con gEdit non sia possibile sviluppare seriamente (infatti vi farò vedere poi come è possibile trasformare gEdit in un ottimo  strumento di sviluppo), ma volevo farvi vedere uno strumento progettato per sviluppare: <a href="http://geany.uvena.de/" target="_blank">Geany</a>.</p>
<p align="justify">
<p align="justify">Questo  è un semplice, leggero e potente editor di testo orientato allo sviluppo multi-linguaggio, che conterrà tante cose interessanti, ma che lascio a voi scoprire...</p>
<p align="justify">
<p align="justify">Passiamo a installarlo (bisogna avere i repository Extra attivi):</p>
<p><code>sudo aptitude install geany</code></p>
<p>Dopodichè lo apriamo dal menu Applicazioni/Programmazione e  riapriamo il file HelloTugu.java</p>
<p align="center"><a title="hellotugujava_geany_s.png" href="http://tugulab.wordpress.com/files/2007/12/hellotugujava_geany.png"><img src="http://tugulab.wordpress.com/files/2007/12/hellotugujava_geany_s.png" alt="hellotugujava_geany_s.png" /></a></p>
<p align="justify">ora per compilare basterà premere F8 e per eseguire il programma creato F5. Più veloce no??<br />
Stavo per dimenticare, durante la fase di compilazione se vi sono degli errori, vi verranno segnalati e sottolineati sul testo. Per velocizzare di molto la correttura.</p>
<p align="justify">
<p align="justify">Ultima cosa, Geany è adatto a sviluppare con molti linguaggi di programmazione, quindi tenetelo in conto per altri progetti...</p>
<p align="justify">Il blog si è trasferito su <a href="http://www.blog.tugulab.org">www.blog.tugulab.org</a></p>
<p align="justify">Buon divertimento!</p>
<p align="justify"><em>»Link utili</em></p>
<ul>
<li><a href="http://java.sun.com/j2se/1.5.0/docs/api/">Documentazione sulle librerie di Java</a></li>
<li><a href="http://www.java-net.it/jmonline/introduzione/indice.htm">Libro Java Mattone dopo Mattone</a><a href="http://www.java-net.it/jmonline/introduzione/indice.htm"> </a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Geany]]></title>
<link>http://kenny1987.wordpress.com/2007/12/06/geany/</link>
<pubDate>Thu, 06 Dec 2007 20:18:54 +0000</pubDate>
<dc:creator>kenny1987</dc:creator>
<guid>http://kenny1987.es.wordpress.com/2007/12/06/geany/</guid>
<description><![CDATA[Im Studium werden wir uns dieses Semester mit Microcontrollerprogrammierung und Programmentwicklung ]]></description>
<content:encoded><![CDATA[<p>Im Studium werden wir uns dieses Semester mit Microcontrollerprogrammierung und Programmentwicklung unter Unix beschäftigen. Für beides ist <a href="http://de.wikipedia.org/wiki/C_%28Programmiersprache%29">C</a> wichtig. Also war die Frage nach einer IDE und entsprechendem Compiler zu klären.</p>
<p>Die Frage nach dem Compiler ist schnell geklärt. Da ich zu Hause Linux nutze  wird gcc benutzt. Was mir allerdings noch fehlte war eine kleine aber feine IDE. Für meine Java und PHP-Projekte benutze ich sonste Eclipse. Für C wäre das aber wohl etwas over the top.</p>
<p>Letzendlich habe ich eine IDE namens <a href="http://geany.uvena.de/">Geany</a> gefunden (passenderweise mit ner <a href="http://www.zauberhaftewelt.de/Produkte/Sammlerfiguren/Dschinni/dschinni.jpg">Wunderlampe</a> als Logo). Sie hat mir auf Anhieb gefallen, die Features die auffallen und (mir) gefallen sind besonders:</p>
<ul>
<li>Syntax Highlighting</li>
<li>Code Completition</li>
<li>Code folding</li>
<li>Man kann mit Projekten arbeiten, muss aber nicht</li>
<li>Man hat die Compilermessages auf einen  Blick da</li>
<li>Ein Terminal ist in die Programmoberfläche (ohne extra fenster) eingebunden, undzwar mit nem ordentlichen Farbschema</li>
</ul>
<p>Falls ihr sagt, hey das kann doch meine IDE schon lange und sie kann auch noch bügeln und kochen - dann immer rein mit euren Meinungen in die Kommentare.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Editor Python: rivaluto Geany]]></title>
<link>http://operaomnia.wordpress.com/2007/08/21/editor-python-rivaluto-geany/</link>
<pubDate>Tue, 21 Aug 2007 21:34:26 +0000</pubDate>
<dc:creator>Cisco</dc:creator>
<guid>http://operaomnia.es.wordpress.com/2007/08/21/editor-python-rivaluto-geany/</guid>
<description><![CDATA[Sì perchè fin&#8217;ora l&#8217;ho sempre confrontato testandolo con linguaggi come C, Java, xml, ]]></description>
<content:encoded><![CDATA[<p>Sì perchè fin'ora l'ho sempre confrontato testandolo con linguaggi come C, Java, xml, xhtml, css e per tutti questi esistono editor senza pari specifici.(netbeans,Gedit stesso, Kdevelop, Screem, Bluefish)</p>
<p><a href="http://www.flickr.com/photos/8420019@N04/1196150431/" title="geany_python.png"><img src="http://static.flickr.com/1321/1196150431_9387ad02bd_m.jpg" border="0" /></a></p>
<p>Tuttavia, da quando ho iniziato ad avvicinarmi a python ho rivalutato <a href="http://operaomnia.wordpress.com/2007/05/30/geany-semplice-editor/">Geany.</a></p>
<p>Provare per credere, come editor per python è davvero comodo, il più comodo che ho trovato in italiano.<br />
Compila ed esegue i miei per ora semplicissimi script, mi evidenzia la sintassi correttamente, funzioni, classi e quant'altro.</p>
<p>Ecco invece bluefish all'opera con Python: per ogni funzione cìè una descrizione, e il doppio click la inserisce automagicamente nel nostro documento.</p>
<p><a href="http://www.flickr.com/photos/8420019@N04/1197015464/" title="bluefisch_python.png"><img src="http://static.flickr.com/1339/1197015464_5e019410ce_m.jpg" border="0" /></a></p>
<p>Ho provato l'IDE di default e Dr.Python, ma non li ho trovati intuitivi o pratici quanto Geany o Bluefish.<br />
Se qualcuno ne conosce altri di validi, si faccia avanti, io ho appena iniziato con Python e queste sono le mie prime esperienze ;)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Following the Path]]></title>
<link>http://penkin.wordpress.com/2007/06/07/following-the-path/</link>
<pubDate>Thu, 07 Jun 2007 06:55:12 +0000</pubDate>
<dc:creator>Christopher</dc:creator>
<guid>http://penkin.es.wordpress.com/2007/06/07/following-the-path/</guid>
<description><![CDATA[So I have started this morning with some investigation into finding a suitable Python IDE as I do so]]></description>
<content:encoded><![CDATA[<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fwww.digg.com%2Fprogramming%2FPython_IDE_Into' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe>So I have started this morning with some investigation into finding a suitable <a href="http://www.python.org/" title="Python" target="_blank">Python</a> IDE as I do some learning.   It is a need of mine to become fluent :)</p>
<p>When you simply type Python IDE into <a href="http://www.google.com" title="Google" target="_blank">Google</a> you get quite a few <a href="http://www.google.co.za/search?q=Python+IDE&#38;ie=utf-8&#38;oe=utf-8&#38;aq=t&#38;rls=org.mozilla:en-GB:official&#38;client=firefox-a" title="Google Python IDE Results" target="_blank">results</a> back.   There are two pay-for IDEs that seem to stick out a lot, namely <a href="http://www.activestate.com/Products/Komodo_ide/?utm_source=Google_NS&#38;utm_medium=ppc&#38;utm_campaign=Python_IDE_CNVT" title="Komodo IDE" target="_blank">Komodo IDE</a> and <a href="http://wingware.com/products?gclid=CPjg2MejyYwCFQNGgQodB0-n7Q" title="WingWare" target="_blank">WingWare</a>.   For now though I do not want to pay for anything.   I basically want to see how far I get and how good or bad that experience is, which is not to say that I will not support the projects at a later stage.   So lets look at some of the free IDEs that seem to stick out.</p>
<p><!--more--><strong>1. <a href="http://geany.uvena.de/" title="Geany" target="_blank">Geany</a></strong><br />
This is small and fast and has most of the features I would need.</p>
<p>Basic features include:</p>
<ol>
<li>Syntax highlighting.</li>
<li>Code folding.</li>
<li>Code completion.</li>
<li>Auto completion of often used constructs like if, for and while.</li>
<li>Auto completion of XML and HTML tags (<em>nice for Django template</em>)</li>
<li>Call tips.</li>
<li>Many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal (<em><a href="http://geany.uvena.de/Main/AllFiletypes" title="Geany file type support list." target="_blank">full list</a></em>).</li>
<li>Symbol lists.</li>
</ol>
<p>The other advantage that Geany has is that it has both a Windows installer and as well as being available in the <a href="http://www.ubuntu.com/" title="Ubutnu" target="_blank">Ubuntu</a> repository.  Unfortunately my laptop has to be Windows for work purposes and at home I am fully Ubuntu :)</p>
<p>To install Geany in Ubuntu open a Terminal window and type the following in:</p>
<p><font color="#ff0000">$ apt-get install geany</font></p>
<p><strong>2. <a href="http://pythonide.blogspot.com/" title="SPE IDE" target="_blank">SPE IDE - Stani's Python Editor</a></strong><br />
SPE is an open-source, multi-platform python IDE with wxPython interface.</p>
<p>Basic features include:</p>
<ol>
<li>Auto indentation and code completion.</li>
<li>Call tips.</li>
<li>Syntax coloring and highlighting.</li>
<li>UML viewer.</li>
<li>Class explorer.</li>
<li>Source index.</li>
<li>Auto todo list.</li>
<li>Sticky notes.</li>
<li>Pycrust shell.</li>
<li>File browsers.</li>
<li>Drag and drop support.</li>
<li>Context help.</li>
<li>Blender support</li>
<li>Winpdb is a GPL python debugger.</li>
<li>Smart breakpoints.</li>
<li>Multiple threads.</li>
</ol>
<p>It is pretty much kitted out as far as IDEs go and so far for me at least seems pretty quick.  It also has a Windows installer which is a plus for me and hopefully no one else.</p>
<p>To install SPE IDE in Ubuntu open a Terminal window and type the following in:</p>
<p><font color="#ff0000">$ apt-get install spe</font></p>
<p><strong>3. <a href="http://www.eclipse.org/" title="Eclipse" target="_blank">Eclipse</a> and <a href="http://pydev.sourceforge.net" title="PyDev" target="_blank">PyDev</a></strong><br />
Personally I find that Eclipse needs a slightly higher-end machine and even then it can get a bit sluggish.  I use it mainly for Java development at work so I am really looking for something new... for myself at least :)  However, that said, PyDev is worth mentioning.</p>
<p>Basic features include:</p>
<ol>
<li>Auto indentation and code completion.</li>
<li>Debugger.</li>
<li>Refactoring.</li>
<li>Templates.</li>
<li>Syntax analysis and highlighting.</li>
<li> Code folding with BRM.</li>
<li> Parser errors.</li>
<li> Smart indenting.</li>
</ol>
<p>PyDev also has a commercial version called <em>"PyDev Extensions"</em> with some extra add-ons.  Here is a <a href="http://www.fabioz.com/pydev/manual_adv_features.html" title="Eclipse PyDev Feature List" target="_blank">complete list of the features</a> for both versions.</p>
<p><strong>4. My Choice</strong><br />
I think I'm going with SPE IDE.  It looks to be feature rich as well as quick.  If you have any opinions or things I should know about, drop a comment and let me know.</p>
<p>For now, I'm off to see what Python tutorials are out there for me to find.  Know of any good ones?  Let me know :)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Geany, semplice editor]]></title>
<link>http://operaomnia.wordpress.com/2007/05/30/geany-semplice-editor/</link>
<pubDate>Wed, 30 May 2007 10:47:06 +0000</pubDate>
<dc:creator>Cisco</dc:creator>
<guid>http://operaomnia.es.wordpress.com/2007/05/30/geany-semplice-editor/</guid>
<description><![CDATA[Incuriosito da questi due articoli, mi sono interessato, e ho deciso di provare questo editor, Geany]]></description>
<content:encoded><![CDATA[<p>Incuriosito da <a href="http://www.progbox.co.uk/wordpress/?p=302">questi</a> <a href="http://www.ogmaciel.com/?p=354">due</a> articoli, mi sono interessato, e ho deciso di provare questo editor, Geany.</p>
<p style="text-align:center;"><img src="http://operaomnia.files.wordpress.com/2007/05/text-edit2.png" alt="text-edit2.png" /></p>
<p><!--more--></p>
<p><em>Installazione</em></p>
<p>Il file lo si trova a <a href="http://geany.uvena.de/">questo</a> indirizzo.<br />
Non funzionando il link al pacchetto per Ubuntu, consiglio il download del file <a href="http://prdownloads.sourceforge.net/geany/geany-0.11.tar.gz?download">sorgente</a></p>
<p>Una volta completato il download, l'installazione prosegue facilmente : scompattare e compilare con i classici metodi:</p>
<p><code>$: ./configure<br />
$: make<br />
$: make install</code></p>
<p>Ho provato a vedere come reagiva con diversi formati di file e diversi linguaggi di programmazione (c,xml,html, xhtml, java) e queste sono le mie impressioni.</p>
<p><strong>Pro</strong></p>
<ul>
<li> Ha un'interfaccia semplice, a tratti ricorda Bluefisch Editor,  di cui riprende alcune funzioni (tool per il codice dei colori);</li>
<li>Ha una shell interna;</li>
<li>Compila con "make", compila c e java;</li>
<li>Riconosce la sintassi di C, java, html,xml (di cui esegue anche l'autocompletamento);</li>
<li>Evidenzia la sintassi con colori;</li>
<li>Identifica le diverse parti di un documento, evidenziandole nello script, facilitandone la navigazione.</li>
<li>Per ogni linguaggio evidenzia i contenuti per categorie (classi, interfacce, pacchetti, main, funzioni,..)</li>
</ul>
<p><strong>Contro</strong></p>
<ul>
<li>Non compila xml, nè controlla la validità e il well-formed ;</li>
<li>Non da alcuna informazione su file dtd,  cui non da alcun tipo di informazione o evidenza alla sintassi</li>
<li>Non compila correttamente html/xhtml</li>
<li>Fa tutto bene, ma c'è chi lo fa meglio :P</li>
</ul>
<p><strong>Conclusioni</strong></p>
<p>Di sicuro ha un ottimo sistema di categorizzazione ed evidenza dei moduli di uno script, ma non è decisamente all'altezza di Bluefisch, nè si può comparare al caro vecchio gedit (la vera applicazione con cui fare il confronto), opportunamente attrezzato.</p>
<p>Un buon software che però soffre di molte limitazioni invece comprese in altri software già disponibili in Ubuntu.<br />
Ha una buona gestione del php, ma Bluefisch è anni luce avanti, con suggerimenti e codice già pronto.<br />
Mette bene in evidenza la sintassi e Java... Netbeans ed Eclipse sono su un altro mondo.<br />
Per quanto riguarda html/xhtml non è ai livelli di Screem.</p>
<p>Certo il software con cui compararlo dovrebbe essere un suo pari, come gedit, l'editor semplice di Gnome.<br />
Anche qui non ha spunti sufficienti per battere in funzionalità Gedit, che seppure non abbia lo stesso notevole sistema di categorie per ogni tipo di linguaggio, ha decisamente più possibilità nella validazione dei diversi formati.</p>
<p>Non mi sento di consigliarlo e non penso lo utilizzerò. E' ancora agli inizi, magari ci stupirà prossimamente :)</p>
]]></content:encoded>
</item>

</channel>
</rss>
