<?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>source-code &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/source-code/</link>
	<description>Feed of posts on WordPress.com tagged "source-code"</description>
	<pubDate>Thu, 26 Nov 2009 19:18:55 +0000</pubDate>

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

<item>
<title><![CDATA[Cara Posting Source Code]]></title>
<link>http://bootingskoblog.wordpress.com/2009/11/25/cara-posting-source-code/</link>
<pubDate>Wed, 25 Nov 2009 03:29:42 +0000</pubDate>
<dc:creator>bootingskoBlog</dc:creator>
<guid>http://bootingskoblog.wordpress.com/2009/11/25/cara-posting-source-code/</guid>
<description><![CDATA[Banyak keluhan dari pengguna WordPress.com yang mengatakan susahnya mem-posting kode di blog WordPre]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="border:0;" src="http://t1.gstatic.com/images?q=tbn:beq9mxjhLpTnBM:http://www.mndwidefenseblog.com/uploads/image/VBcodePrint(1).jpg" alt="" /></p>
<p class="MsoNormal" style="text-align:justify;text-indent:.5in;">Banyak keluhan dari pengguna WordPress.com yang mengatakan susahnya mem-posting kode di blog WordPress.com dan bila kode tersebut kita copy kemudian kita jalankan kadang terjadi <a href="http://bootingskoblog.wordpress.com/2009/02/02/cara-menaruh-kode-di-posting-wordpress-agar-tidak-error-sewaktu-di-copy/" target="_blank">error</a> bahkan sama sekali tidak berjalan. Hal ini dari pihak WordPress.com sendiri melarang penulisan kode demi alasan keamanan. Bagi anda yang hendak membuat posting berupa kode, seperti PHP, CSS, Delphi, HTML dll. Ada cara mudah untuk menampilkan kode di dalam posting anda.</p>
<p><!--more--></p>
<p class="MsoNormal" style="text-align:justify;text-indent:.5in;">Sebagai contoh terlihat dibawah penulisan kode google translate :</p>
<pre class="brush: css;">
&#60;a href=&#34;http://translate.google.com/translate?hl=id&#38;amp;langpair=id&#124;en&#38;amp;u=http://bootingskoblog.wordpress.com/&#34;&#62;
&#60;img src=&#34;http://bootingskoblog.files.wordpress.com/2009/02/english-language.jpg&#34; title=&#34;English&#34;&#62;
&#60;/a&#62;
</pre>
<p class="MsoNormal" style="text-align:justify;text-indent:.5in;"><img class="alignright" style="border:0;" src="http://bootingskoblog.wordpress.com/files/2009/11/view-source.jpg" alt="" />Sedangkan untuk meng-copy kode tersebut arahkan mouse ke pojok kanan atas pada area source code  dan klik icon <strong>&#8216;view source&#8217;</strong>.</p>
<p style="text-align:justify;">Berikut caranya :</p>
<ol>
<li>Login ke Admin WordPress anda.</li>
<li>Pada sisi kiri halaman  klik tanda [ ▼ ] pada menu <strong>‘Post’</strong> (jika ingin membuat tulisan baru) atau<strong> ‘Pages’</strong> (jika ingin membuat halaman baru).</li>
<li>Kemudian klik sub menu <strong>‘Add New’.</strong></li>
<li>Setelah tampil halaman <strong>‘Add New Post/Page’</strong>, silahkan tulis pada mode <strong>‘Visual’.</strong></li>
<li>Kemudian copy kode dibawah dan pastekan tanpa tanda ( <span style="color:#ff0000;"><strong>+</strong></span> ) pada mode <strong>&#8216;Visual&#8217;</strong>.<br />
<code><span style="color:#0000ff;">[<strong><span style="color:#ff0000;">+</span></strong>sourcecode language="css"]</span><br />
letakkan kode anda disini<br />
<span style="color:#0000ff;">[/sourcecode]</span></code></li>
<li>Setelah selesai, klik tombol <strong>‘Save Draft’</strong> bila anda ingin menyimpan dan mengeditnya kembali atau klik tombol <strong>‘Publish’</strong> bila anda ingin mempublikasikan atau menampilkan pada halaman blog anda.</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Source Code Perpustakaan dengan Visual Basic]]></title>
<link>http://immortaligy.wordpress.com/2009/11/25/source-code-perpustakaan-dengan-visual-basic/</link>
<pubDate>Wed, 25 Nov 2009 02:55:14 +0000</pubDate>
<dc:creator>immortaligy</dc:creator>
<guid>http://immortaligy.wordpress.com/2009/11/25/source-code-perpustakaan-dengan-visual-basic/</guid>
<description><![CDATA[Sebagaimana layaknya program perpustakaan, maka program yang dibuat menyediakan fitur untuk menambah]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sebagaimana layaknya program perpustakaan, maka program yang dibuat menyediakan fitur untuk menambah anggota, menambah buku, peminjaman dan pengembalian buku serta penghitungan denda. Kenapa perpustakaan menjadi kasus yang menarik?, biasanya yang menjadi masalah dalam otomasi pustaka adalah penghitungan tanggal kembali buku, karena prosesnya agak berbeda dengan proses aritmatik biasa, yang dilakukan disini adalah pengurangan tanggal. Untuk bisa menentukan apakah anggota yang meminjam dikenai denda atau tidak.</p>
<p>Yang menjadi masalah satu lagi adalah mengenai eksemplar buku, buku yang memiliki judul yang sama namun memiliki jumlah eksemplar yang lebih dari satu. Bagaimana cara kita menghitung jumlah bukunya?, apakah satu buku berarti satu kode, dengan banyak judul. atau satu kode adalah satu judul buku dengan banyak eksemplar?, kedua pilihan tersebut tendu saja memiliki keuntungan dan kekurangan masing masing.</p>
<p>Untuk satu buku dengan satu kode, berarti jumlah kode buku kita adalah sebanyak eksemplar buku diperpustakaan, bukan sebanyak judul buku, kalau kode mewakili buku dengan eksemplar yang sama, sudah pasti kita tidak bisa melacak buku mana sebenarnya yang sedang dipinjam, dan permasalahan lainnya. Langsung saja, bagi yang ingin mempelajarinya silahkan download source codenya di <a href="http://www.ziddu.com/download/7489161/prjdatabase.rar.html">Download source code Pustaka</a>, selamat belajar&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Source Code Visual Basic Penghitungan Dana Pensiun]]></title>
<link>http://immortaligy.wordpress.com/2009/11/25/source-code-visual-basic-penghitungan-dana-pensiun/</link>
<pubDate>Wed, 25 Nov 2009 02:54:23 +0000</pubDate>
<dc:creator>immortaligy</dc:creator>
<guid>http://immortaligy.wordpress.com/2009/11/25/source-code-visual-basic-penghitungan-dana-pensiun/</guid>
<description><![CDATA[Program ini terdiri dari Entri Peserta Pensiun, dan Entri Keluarga Pensiun, Kemudian juga disediakan]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;"><strong>P</strong>rogram ini terdiri dari Entri Peserta Pensiun, dan Entri Keluarga Pensiun, Kemudian juga disediakan transaksi untuk pembayaran dan potongan pensiun. sedangkan laporan yang disediakan adalah Perhitungan Dana Pensiun, Daftar Pembayaran Pensiun (yang nantinya akan ditanda-tangani oleh masing-masing penerima dana pensiun), dan lain-lain.</p>
<p>Program ini bisa melakukan Preview atau Print laporan. Dengan adanya fitur ini, masing-masing laporan yang ada bisa di print langsung tanpa menampilkan previewnya. Juga ada fasilitas untuk menyimpan nama pimpinan. Jadi jika terjadi perubahan pimpinan tinggal mengubah setting dari program saja. Mau??? Download di sini :</p>
<p><a href="http://www.ziddu.com/download/7489004/pensiun.rar.html" target="_blank">Download Source Code Penghitungan Dana Pensiun.</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sexiest code/text editor ever]]></title>
<link>http://techhead.wordpress.com/2009/11/23/sexiest-codetext-editor-ever/</link>
<pubDate>Mon, 23 Nov 2009 13:14:04 +0000</pubDate>
<dc:creator>Eric</dc:creator>
<guid>http://techhead.wordpress.com/2009/11/23/sexiest-codetext-editor-ever/</guid>
<description><![CDATA[When I first saw this over lifehacker and downloaded it, I was just in awe and it has been my text e]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>When I first saw this <a href="http://lifehacker.com/5383161/sublime-text-is-a-serious-text-editor-with-no-bloat" target="_blank">over lifehacker</a> and downloaded it, I was just in awe and it has been my text editor across all my machines.</p>
<p><a href="http://techhead.wordpress.com/files/2009/11/sublimetext.png"><img class="aligncenter size-full wp-image-198" title="sublimeText" src="http://techhead.wordpress.com/files/2009/11/sublimetext.png" alt="" width="432" height="270" /></a></p>
<p>Forget Notepad++, even the Programmer&#8217;s Notepad I used to <a href="http://techhead.wordpress.com/2007/10/21/ultimate-free-coding-text-editor/" target="_self">recommend</a> &#8212; Sublime text is the best and sexiest light weight code/text editor out there!</p>
<p>It&#8217;s kind of pricey but no doubt you&#8217;d like it!</p>
<p>Link</p>
<ul>
<li><a href="http://www.sublimetext.com/" target="_blank">Sublime Text</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[کلاس چند جمله ای ها]]></title>
<link>http://java2c.wordpress.com/2009/11/23/%da%a9%d9%84%d8%a7%d8%b3-%da%86%d9%86%d8%af-%d8%ac%d9%85%d9%84%d9%87-%d8%a7%db%8c-%d9%87%d8%a7/</link>
<pubDate>Mon, 23 Nov 2009 12:45:24 +0000</pubDate>
<dc:creator>Soheil</dc:creator>
<guid>http://java2c.wordpress.com/2009/11/23/%da%a9%d9%84%d8%a7%d8%b3-%da%86%d9%86%d8%af-%d8%ac%d9%85%d9%84%d9%87-%d8%a7%db%8c-%d9%87%d8%a7/</guid>
<description><![CDATA[برنامه ی پنجم به زبان جاوا( کلاس چند جمله ای ها) این برنامه تا به حال به زبان های دیگری نوشته است ول]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#000000;"><span style="font-family:sans-serif;">برنامه ی پنجم به زبان جاوا( کلاس چند جمله ای ها)</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">این برنامه تا به حال به زبان های دیگری نوشته است ولی سورس آن به زبان جاوا موجود نبوده و یا در صورت و جود با اشکالاتی همراه است.برای اولین بار سورس جاوا این برنامه در این بلاگ قرا می گیرد.</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">در صورت علاقه مند بودن به نحوه ی کارکرد برنامه(الگوریتم و &#8230;) در این Post کامنت بگذارید</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">با تشکر.<br />
</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;"><br />
</span></span></p>
<p><strong><span style="color:#000000;"><span style="font-family:sans-serif;">یک برنامه ی کامل:</span></span></strong></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">شامل- تابع ضرب دو چند جمله ای</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">-تابعی که درجه ی  چند جمله ای را بر می گرداند</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">-تابعی که از یک چند جمله مشتق می گیرد</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">-تابعی که مشخص می کند دو چند جمله ای با هم برابر اند یا خیر</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">-تابعی که یک چند جمله ای به صورت یک رشته بر می گرداند</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">-تابعی که مقدار یک چند جمله ای  را به ازای یک x  خاص محاسبه می کند.</span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;">نمونه ای از ورودی و خروجی <span style="color:#0000ff;">به زودی  در این جا قرار خواهد گرفت.</span></span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;"><span style="color:#0000ff;">(تذکر  برای ورودی: درجه جمله های چند جمله ای باید  صعودی به نزولی باشد)<br />
</span></span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;"><span style="color:#0000ff;">با تشکر</span></span></span></p>
<p>*تمامی سورس هایی که در این بلاگ قرار داده میشوند توسط نویسنده(نویسندگان) بلاگ نوشته شد اند.</p>
<p>** از کپی کردن مطالب بدون ذکر نام بلاگ خودداری فرمائید.</p>
<p>برای دریافت سورس <a class="aligncenter" title="Polynomial.java" href="https://www.box.net/shared/ajoj1gutm8" target="_blank">اینجا</a> را کلیک نمایید.</p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;"><span style="color:#0000ff;"><br />
</span></span></span></p>
<p><span style="color:#000000;"><span style="font-family:sans-serif;"><br />
</span></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Get Yourself Some Cheap Sunglasses]]></title>
<link>http://thinktechnica.wordpress.com/2009/11/20/get-yourself-some-cheap-sunglasses/</link>
<pubDate>Fri, 20 Nov 2009 04:14:02 +0000</pubDate>
<dc:creator>spanesar</dc:creator>
<guid>http://thinktechnica.wordpress.com/2009/11/20/get-yourself-some-cheap-sunglasses/</guid>
<description><![CDATA[Without a doubt the coolest most innovative invention I&#8217;ve read about and seen this year is th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://thinktechnica.wordpress.com/files/2009/11/macgyver1226774337.jpg"><img class="alignleft size-thumbnail wp-image-375" style="margin-left:5px;margin-right:5px;" title="macgyver1226774337" src="http://thinktechnica.wordpress.com/files/2009/11/macgyver1226774337.jpg?w=150" alt="" width="120" height="82" /></a>Without a doubt the coolest most innovative invention I&#8217;ve read about and seen this year is the EyeWriter, a device that is currently being used to help one person diagnosed with ALS (<a href="http://en.wikipedia.org/wiki/Lou_Gehrig%27s_disease">Lou Gehrig&#8217;s Disease</a>)&#8211;a disease that causes paralysis&#8211;create art. The wearer sports a pair of cheap sunglasses with a micro CCD camera that tracks the the eyeball. The &#8220;rig&#8221; is hooked to a computer and is used to generate the picture in the wearer&#8217;s mind through the eye movements.</p>
<p>This could be the first in a series of stepping stones to come that will drive DIY augmented reality systems. Sure we&#8217;ve heard of similar eyeball tracking devices that let users do certain things in the past, but what make this project absolutely incredible and forward look is that it was cheap; it was devised by artists looking to help a fellow artist (The notorious graffiti artist Tempt1; afflicted by ALS); it was DIY with easily accessible components; and they&#8217;ve opened the project up to EVERYONE.</p>
<p><img class="alignright" style="margin-left:5px;margin-right:5px;" title="EyeWriter Glasses" src="http://eyewriter.org/images/data/RoundOne/IMG_6778.JPG" alt="" width="296" height="222" /></p>
<p>If they&#8217;ve taught us anything our friends at Google have illustrated how opening up code, specifications and documentation can ultimately make better products in the future. The EyeWriter is no exception to that now founded rule.</p>
<p>The hardware was made from a pair of cheap sunglasses, a micro CCD cam, and and some IR LEDs. The instructions and plans to build your own are <a href="http://www.eyewriter.org/diy/">here</a>.</p>
<p>The software is made up of two parts: Eye-Tracking Software &#38; Eye-Writing Software. The software for both parts was developed using <a href="http://openframeworks.cc">Open Frameworks</a>, and all the EyeWriter project source code is available <a href="http://code.google.com/p/eyewriter">here</a>.</p>
<p>The EyeWriter project is truly an innovation in terms of teaching those who think that the bar of accessibility to achieve great technology and deliver useful tools is too high. This is the kind of Macgyver-ism our world needs today. Something that delivers technological, and social benefits while remaining available to all.</p>
<p>The team at EyeWriter encourage your to build your own, modify theirs, and show them what you&#8217;ve done. There&#8217;s a wealth of stunning videos of Tempt1 using the system, and instructionals to set you on your path at <a href="http://www.eyewriter.org">www.eyewriter.org</a></p>
<p>Accessible augmented reality, here we come.</p>
<p>&#8211;</p>
<p>Sandeep Panesar is an information technology consultant who serves as CEO and President of Montreal based SSO. The company specializes in development and implementation information security and information technology solutions. Visit <a href="http://www.sso.ca">www.sso.ca</a> to learn more.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/c7449b30-4922-4ffd-b736-7ddca02257e6/"><img class="zemanta-pixie-img" style="border:none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=c7449b30-4922-4ffd-b736-7ddca02257e6" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Object Oriented Java source for Amazon Stats]]></title>
<link>http://stanishjohnd.wordpress.com/2009/11/18/object-oriented-java-source-for-amazon-stats/</link>
<pubDate>Wed, 18 Nov 2009 19:08:15 +0000</pubDate>
<dc:creator>John Stanish</dc:creator>
<guid>http://stanishjohnd.wordpress.com/2009/11/18/object-oriented-java-source-for-amazon-stats/</guid>
<description><![CDATA[I have been thinking about the Java source for the Amazon Stats scenario that I also wrote in Perl, ]]></description>
<content:encoded><![CDATA[I have been thinking about the Java source for the Amazon Stats scenario that I also wrote in Perl, ]]></content:encoded>
</item>
<item>
<title><![CDATA[QCiPhone 1.6 beta 4 is now available.]]></title>
<link>http://tetontech.wordpress.com/2009/11/17/qciphone-1-6-beta-4-is-now-available/</link>
<pubDate>Tue, 17 Nov 2009 06:55:22 +0000</pubDate>
<dc:creator>tetontech</dc:creator>
<guid>http://tetontech.wordpress.com/2009/11/17/qciphone-1-6-beta-4-is-now-available/</guid>
<description><![CDATA[A new beta of QC 1.6, beta 4, is now available on sourceforge.  I has the following fixes and change]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A new beta of QC 1.6, beta 4, is now available on sourceforge.  I has the following fixes and changes</p>
<ol>
<li>DBScript can now be used with native databases.</li>
<li>All examples shipping in the download of the beta are now converted to the 1.6 file structure.  A few of the examples have not been ported yet and so I have not included them yet.  I&#8217;ll put them in the next beta.</li>
<li>ServerAccessObject timeout defect fixed that triggered multiple calls to VCO&#8217;s</li>
<li>Cleaned up DataAccessObject batch method (a support method for DBScript.  Don&#8217;t use it directly).  Simplified batch completion checking.</li>
<li>Fixed DataAccessObject transaction handling that caused transactions not to appear to fail if database constraints were violated.</li>
<li>SQLite updated to version 3.6.20 with support for FTS3 query syntax added</li>
<li> Added missing NativeFooter Example</li>
<li>Fixed failure to hide native footer defect</li>
<li>Added new JQTouch example showing the JQTouch developer demo</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Source Code: V4 v0.01A (not functional)]]></title>
<link>http://v4graphics.wordpress.com/2009/11/16/source-code-v4-v0-01a-not-functional/</link>
<pubDate>Tue, 17 Nov 2009 00:26:25 +0000</pubDate>
<dc:creator>v4graphics</dc:creator>
<guid>http://v4graphics.wordpress.com/2009/11/16/source-code-v4-v0-01a-not-functional/</guid>
<description><![CDATA[version$ = "0.01A" print "V4 Version v";version$ REM input sequence &amp; variable declaration REM C]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><blockquote>
<pre>version$ = "0.01A"
print "V4 Version v";version$
REM input sequence &#38; variable declaration
REM Camera variables:
REM fl: Focal Length
REM cpx,cpy,cpx: Camera Position
REM crx,cry,crz: Camera Rotation
REM t: Time
REM sx,sy: Screen vertex position
REM Vertice variables:
REM posx,posy,posz: Origin Point
REM movx,movy,movz: Velocity
REM processing sequence
ux=posx(n)+t*movx(n)
uy=posy(n)+t*movy(n)
uz=posz(n)+t*movz(n)
vy = (ux-cpx)*cos(crx)- (uz-cpz)*sin(crx)
vz = (uy-cpy)*sin(crx)+ (uz-cpz)*cos(crx)
tz = vz*cos(cry)- (ux-cpx)*sin(cry)
vx = vz*sin(cry)+ (ux-cpx)*cos(cry)
tx = vx*cos(crz)- vy*sin(crz)
ty = vx*sin(crz)+ vy*cos(crz)
fs=fl/(fl+tz)
ds=1-fl
sx(n)=tx*ds+mx*fs
sy(n)=ty*ds+my*fs
REM display sequence</pre>
</blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CodeHtmler: Copiar código en un blog]]></title>
<link>http://nosoyfriky.wordpress.com/2009/11/16/codehtmler-copiar-codigo-en-un-blog/</link>
<pubDate>Mon, 16 Nov 2009 15:21:56 +0000</pubDate>
<dc:creator>rantamplan87</dc:creator>
<guid>http://nosoyfriky.wordpress.com/2009/11/16/codehtmler-copiar-codigo-en-un-blog/</guid>
<description><![CDATA[Para la gente que tenemos un blog y a veces queremos poner fragmentos de código, eso de copiar/pegar]]></description>
<content:encoded><![CDATA[Para la gente que tenemos un blog y a veces queremos poner fragmentos de código, eso de copiar/pegar]]></content:encoded>
</item>
<item>
<title><![CDATA[Prosecutors and Courts Now Seeking Verification of Attorney Membership in Minnesota Source Code Coalition]]></title>
<link>http://mncrimlawblog.mscj.org/2009/11/14/prosecutors-and-courts-now-seeking-verification-attorney-membership-in-minnesota-source-code-coalition/</link>
<pubDate>Sat, 14 Nov 2009 21:16:03 +0000</pubDate>
<dc:creator>Thomas Gallagher</dc:creator>
<guid>http://mncrimlawblog.mscj.org/2009/11/14/prosecutors-and-courts-now-seeking-verification-attorney-membership-in-minnesota-source-code-coalition/</guid>
<description><![CDATA[Guest Post by David Risk, Minnesota DWI Lawyer. Roger Gershin, President, and David Risk address MSC]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h4>Guest Post by David Risk, <a title="Minnesota DWI Lawyer" href="http://www.caplandwilawyers.com/david-risk" target="_blank">Minnesota DWI Lawyer</a>.</h4>
<p><strong></strong></p>
<div id="attachment_44" class="wp-caption alignleft" style="width: 610px"><img class="size-full wp-image-44" title="Roger Gershin, and David Risk" src="http://mncrimlawblog.wordpress.com/files/2009/11/img_7254-cr.jpg" alt="Roger Gershin, and David Risk" width="600" height="303" /><p class="wp-caption-text">Roger Gershin, President, and David Risk address MSCJ meeting November 14, 2009</p></div>
<p>Are you, or is your attorney a member of the <a title="MSCJ Source Code Coalition" href="http://www.mscj.org/sourcecodecoalition.html" target="_blank"><strong>MSCJ Source Code Coalition</strong></a><strong>?</strong> </p>
<p><strong>There is a concern that some attorneys have filed documents in court incorrectly stating</strong> that the attorney is a member of the Coalition or that the attorney has retained experts when that is not accurate.</p>
<p><strong>Prosecutors are moving against defense attorneys who have filed motions for the Intoxilyzer Source Code but are not actively pursuing analysis of the Source Code.</strong>  At least forty (40) criminal defense attorneys have pursued Source Code Discovery but are not part of the coalition and have no plans to hire experts on their own to analyze the source code.</p>
<p>An attorney filing a Source Code Discovery motion must either retain an expert to analyze the source code on their own, or join the MSCJ Source Code Coalition.</p>
<p>Attorneys wishing to join the Source Code Coalition can click here for further information: <a title="MSCJ Source Code Coalition" href="http://www.mscj.org/sourcecodecoalition.html" target="_blank"><strong>MSCJ Source Code Coalition</strong></a>.  Prosecutors and Judges wishing to confirm defense attorney membership can also check there.  All <a title="MSCJ Source Code Coalition" href="http://www.mscj.org/sourcecodecoalition.html" target="_blank"><strong>MSCJ Source Code Coalition</strong></a> members are listed there.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Minimum Age Validation Component]]></title>
<link>http://captaincode.wordpress.com/2009/11/12/minimum-age-validation-component/</link>
<pubDate>Thu, 12 Nov 2009 16:39:52 +0000</pubDate>
<dc:creator>captaincode</dc:creator>
<guid>http://captaincode.wordpress.com/2009/11/12/minimum-age-validation-component/</guid>
<description><![CDATA[The other day I took my first foray into the world of Custom Validators. I have to admit, I was inti]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The other day I took my first foray into the world of <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=createvalidators_3.html#175459" target="_blank">Custom Validators</a>. I have to admit, I was intimidated at first. However, I needed to provide some validation to a form that I was writing. Rather than writing a sub-routine that was only usable once, I decided that I should make something a little more re-usable. Thus my MinimumAgeValidator was born. It can be used via straight AS, or in MXML. Code after the jump.<img title="More..." src="http://captaincode.wordpress.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><!--more--></p>
<p>When using the validator, there are two options that you need to consider. First, the required minimum age and secondly if that age should be computed from a specific date (say by the end of a competition or sweepstakes) or from the current date. If you do not provide a date, the current date will be used to provide verification. The date, if provided, should be in the format MM/DD/YYYY. This format requirement also applies to the date being validated. The code formatting below sucks, so download the actual file.<br />
<code><br />
/**<br />
*<br />
* This code is provided AS-IS with no warranty of any kind, it was originally written by the<br />
* U.S. Institute of languages for use within Visual Link Languages. They have kindly allowed<br />
* me to post this code here. You may do whatever you want with this code, including use it in<br />
* commercial applications, or change it provided this notice remains in the source code.<br />
* Retrived from captaincode.wordpress.com<br />
**/<br />
package com.captaincode.utils<br />
{<br />
import mx.validators.Validator;<br />
import mx.validators.ValidationResult;</code></p>
<p><code>/**<br />
* Provide basic validation to ensure that a date given (specifically a birthdate generally) meets<br />
* the minumum age requirements.<br />
*<br />
**/<br />
public class MinimumAgeValidator extends Validator<br />
{<br />
/**<br />
* Hold the results of the validation attempts.<br />
* @var Array results<br />
* @private<br />
*/<br />
private var results:Array;</p>
<p>/**<br />
* Calculate the age from a specified date. If ommited, the current date is used.<br />
* It must be given in the format MM/DD/YYYY<br />
* @var String fromDate;<br />
*/<br />
public var fromDate:String = "";</p>
<p>/**<br />
* Set the minimum age required by the validator<br />
* @var int minAge<br />
*/<br />
public var minAge:int = 0;</p>
<p>/**<br />
* Set the error message to be displayed if the minimum age is not met.<br />
* @var int minAge<br />
*/<br />
public var tooYoungError:String = "You are not old enough.";</p>
<p>/**<br />
* Constructor. It only needs to call super(), as this validator is pretty basic.<br />
*/<br />
public function MinimumAgeValidator()<br />
{<br />
super();<br />
}</p>
<p>/**<br />
* This override function is where the guts of the validation take place.<br />
* It is automatically envoked by the Validation framework to perfome the validation.<br />
* @param Object value. Value contains the "data" from whatever property you have set the validator to function off of. i.e. .text on a TextInput component.<br />
* @return Array An array of ValidationResult objects that contain the results of the validation attempt.<br />
*/<br />
override protected function doValidation(value:Object):Array {<br />
var parts:Array = String(value).split("/");<br />
var year:int = int(parts[2]);<br />
var month:int = int(parts[0]);<br />
var days:int  = int(parts[1]);<br />
var fYear:int;<br />
var fMonth:int;<br />
var fDay:int;</p>
<p>//Are we calculating on the from date?<br />
if (fromDate == "")<br />
{<br />
var curDate:Date = new Date();<br />
fYear = curDate.getFullYear();<br />
fMonth = curDate.getMonth();<br />
fDay = curDate.getDay();<br />
}<br />
else<br />
{<br />
var fParts:Array = fromDate.split("/");<br />
if (fParts.length == 0)<br />
{<br />
results.push(new ValidationResult(true, null, "invalidDate", "The supplied fromDate is invalid."));<br />
return results;<br />
}<br />
fYear= int(fParts[2]);<br />
fMonth= int(fParts[0]);<br />
fDay= int(fParts[1]);</p>
<p>if (isNaN(fYear))<br />
{<br />
results.push(new ValidationResult(true, null, "invalidDate", "The supplied fromDate year is invalid."));<br />
return results;<br />
}<br />
if (isNaN(fMonth))<br />
{<br />
results.push(new ValidationResult(true, null, "invalidDate", "The supplied fromDate month is invalid."));<br />
return results;<br />
}<br />
if (isNaN(fDay))<br />
{<br />
results.push(new ValidationResult(true, null, "invalidDate", "The supplied fromDate day is invalid."));<br />
return results;<br />
}<br />
}</p>
<p>// Clear results Array.<br />
results = [];</p>
<p>// Call base class doValidation().<br />
results = super.doValidation(value);</p>
<p>// Return if there are errors.<br />
if (results.length &#62; 0)<br />
return results;</p>
<p>//Do they meet the minimum age based soley on the year of their birth?<br />
//Because, we only need to check the month and day if they were born on<br />
//the minimum year to be accepted.<br />
if (year == (fYear-minAge))<br />
{<br />
//Check months / days.<br />
if (month &#60; fMonth)<br />
{<br />
results.push(new ValidationResult(true, null, "tooYoung", tooYoungError));<br />
return results;<br />
}<br />
if (month == fMonth &#38;&#38; days &#60; fDay)<br />
{<br />
results.push(new ValidationResult(true, null, "tooYoung", tooYoungError));<br />
return results;<br />
}<br />
}<br />
else if (year &#62; (fYear-minAge))<br />
{<br />
//Not old enough.<br />
results.push(new ValidationResult(true, null, "tooYoung", tooYoungError));<br />
return results;<br />
}</p>
<p></code></p>
<p><code> return results;<br />
}<br />
}<br />
}<br />
</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[News Roundup - November 12, 2009: Revisionist Fairy Tales! Fockers! BMX!]]></title>
<link>http://moonwolves.wordpress.com/2009/11/12/news121109/</link>
<pubDate>Thu, 12 Nov 2009 10:19:15 +0000</pubDate>
<dc:creator>Droid</dc:creator>
<guid>http://moonwolves.wordpress.com/2009/11/12/news121109/</guid>
<description><![CDATA[  What did we do to deserve David Koepp’s ‘Premium Rush’? David Koepp, who is responsible for some g]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><strong><img class="aligncenter size-full wp-image-737" title="hollywood-sign-los-angeles-cahd6" src="http://moonwolves.wordpress.com/files/2009/11/hollywood-sign-los-angeles-cahd6.jpg" alt="hollywood-sign-los-angeles-cahd6" width="500" height="258" /></strong></p>
<p><strong><!--more--></strong></p>
<p><strong> </strong></p>
<p><strong>What did we do to deserve David Koepp’s ‘Premium Rush’?</strong></p>
<p>David Koepp, who is responsible for some great movies (Carlito’s Way, Jurassic Park, The Shadow) and some abysmal dreck (The Lost World, Secret Window, Snake Eyes) is going to subject the world to the awful sounding action flick, ‘Premium Rush’.</p>
<p>PR involves a New York City bike messenger who picks up “the wrong package” and is chased all over the city by the crooked cop who wants it back. Unfortunately, even though this sounds like a low budget thriller in the mould of ‘16 Blocks’, something we could easily ignore, it’s apparently a big budget action movie featuring “the kind of elaborate chases associated with a William Friedkin pic”.</p>
<p>I can’t wait to see some kid in a porkpie hat chasing a subway train on his BMX.</p>
<p><strong> </strong></p>
<p><strong>Droopy Dogs little bro gets his ‘Source Code’.</strong></p>
<p>Persian prince Jake Gyllenhaal has signed on for the sci-fi thriller ‘Source Code’, to be directed by David Bowie’s kid, Duncan Jones.</p>
<p>Gyllenhaal will play a soldier who wakes up in the body of an unknown commuter and is forced to live and relive a harrowing train bombing until he can determine who is responsible for it.</p>
<p>Sounds a bit like the movie ‘Déjà Vu’ to me. I liked this more when Topher Grace was attached and Billy Ray hadn’t done a rewrite.</p>
<p><strong> </strong></p>
<p><strong>Harvey Keitel reunites with Robert De Niro for the first time since ‘Mean Streets’</strong></p>
<p>‘Little Fockers’ is the sequel to the sequel that absolutely no one seems to be asking for. But that doesn’t stop Hollywood from hedging their bets and utilising their best talent to make yet another bland, forgettable “comedy”.</p>
<p>So here you have De Niro, Keitel, Ben Stiller, Owen Wilson and Laura Dern all involved in a soulless cash-in at the expense of the untold number of genuinely good unproduced screenplays.</p>
<p>Anyhoo, Hollywood comedy is pretty much dead so expect more of the same. I’m just surprised Vince Vaughn hasn’t squeezed his giant, melon head into this flick.</p>
<p><strong> </strong></p>
<p><strong>Dante Harper follows the breadcrumbs to ‘Hansel and Gretel’.</strong></p>
<p>Harper has been hired to write Tommy Wirkola’s ‘Hansel and Gretel: Witch Hunters’, which centers on the traumatised siblings, who, 15 years after their experience at the gingerbread house, have become bounty (witch) hunters.</p>
<p>It’s a concept that unfortunately sounds like the abysmal misfire ‘The Brothers Grimm’, but hopefully Wirkola, who made ‘Dead Snow’, can make it work.</p>
<p>&#160;</p>
<p style="text-align:center;"><img class="aligncenter size-thumbnail wp-image-230" title="r2d2-droid" src="http://moonwolves.wordpress.com/files/2009/10/r2d2-droid.jpg?w=130" alt="r2d2-droid" width="130" height="150" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Jake Gyllenhaal e Duncan Jones, juntos em novo filme Sci Fi]]></title>
<link>http://scifibr.wordpress.com/2009/11/10/jake-gyllenhaal-e-duncan-jones-juntos-em-novo-filme-sci-fi/</link>
<pubDate>Tue, 10 Nov 2009 21:42:59 +0000</pubDate>
<dc:creator>Jorge</dc:creator>
<guid>http://scifibr.wordpress.com/2009/11/10/jake-gyllenhaal-e-duncan-jones-juntos-em-novo-filme-sci-fi/</guid>
<description><![CDATA[Jake Gyllenhaal (que vem aí no filme Prince of Persia) deverá estrelar o thriller de ficção científi]]></description>
<content:encoded><![CDATA[Jake Gyllenhaal (que vem aí no filme Prince of Persia) deverá estrelar o thriller de ficção científi]]></content:encoded>
</item>
<item>
<title><![CDATA[Exercise 1 - Primitive type variables in Java]]></title>
<link>http://tecnoesis.wordpress.com/2009/11/10/exercise-1-primitive-variables-java/</link>
<pubDate>Tue, 10 Nov 2009 12:42:55 +0000</pubDate>
<dc:creator>Rajani Ramsagar</dc:creator>
<guid>http://tecnoesis.wordpress.com/2009/11/10/exercise-1-primitive-variables-java/</guid>
<description><![CDATA[  Exercise &#8211; 1 for module 1 of Beginning to Program with the Java Programming Language:   This]]></description>
<content:encoded><![CDATA[  Exercise &#8211; 1 for module 1 of Beginning to Program with the Java Programming Language:   This]]></content:encoded>
</item>
<item>
<title><![CDATA[How to post source code on Word Press Blog?]]></title>
<link>http://mehedi895.wordpress.com/2009/11/10/how-to-post-source-code-on-word-press-blog/</link>
<pubDate>Tue, 10 Nov 2009 09:03:08 +0000</pubDate>
<dc:creator>mehedi895</dc:creator>
<guid>http://mehedi895.wordpress.com/2009/11/10/how-to-post-source-code-on-word-press-blog/</guid>
<description><![CDATA[Wrap your code in these tags: [ sourcecode language="css"]…[/sourcecode]. Do not copy and paste this]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Wrap your code in these tags: [  sourcecode language="css"]…[/sourcecode]. Do not copy and paste this code – write it out (You can replace the language with “css” with the language that you are writing in. Currently WP support syntax highlighting for the following language codes:<br />
<strong><br />
C++ — cpp, c, c++<br />
C# — c#, c-sharp, csharp<br />
CSS — css<br />
Delphi — delphi, pascal<br />
Java — java<br />
JavaScript — js, jscript, javascript<br />
PHP — php<br />
Python — py, python<br />
Ruby — rb, ruby, rails, ror<br />
SQL — sql<br />
VB — vb, vb.net<br />
XML/HTML — xml, html, xhtml, xslt<br />
</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Peringkat Bahasa Pemrograman Dunia]]></title>
<link>http://dotexe.unnes.ac.id/2009/11/10/peringkat-bahasa-pemrograman-dunia/</link>
<pubDate>Tue, 10 Nov 2009 07:30:42 +0000</pubDate>
<dc:creator>dotexe</dc:creator>
<guid>http://dotexe.unnes.ac.id/2009/11/10/peringkat-bahasa-pemrograman-dunia/</guid>
<description><![CDATA[Jakarta, dotexe.wordpress.com Berikut adalah Peringkat bahasa pemrograman yang digunakan oleh komuni]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Jakarta, dotexe.wordpress.com</strong></p>
<p>Berikut adalah Peringkat bahasa pemrograman yang digunakan oleh komunitas Tiobe dan pada umumnya telah mencerminkan keadaan peta pasar bahasa pemrograman dunia.</p>
<p>Di urutan teratas ada Java, C, PHP, C++, Visual basic, C#, Python, Perl, Javascript, Ruby. Sementara Delphi sepertinya telah usang ditinggal jaman hingga terpental diposisi 11.</p>
<table id="Table2" border="1" align="center">
<tbody>
<tr>
<th align="center">Position<br />
Nov 2009</th>
<th align="center">Position<br />
Nov 2008</th>
<th align="center">Delta in Position</th>
<th align="center">Programming Language</th>
<th align="center">Ratings<br />
Nov 2009</th>
<th align="center">Delta<br />
Nov 2008</th>
<th align="center">Status</th>
</tr>
<tr>
<td align="center">1</td>
<td align="center">1</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Same.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Java.html">Java</a></td>
<td align="center">18.373%</td>
<td align="center">-1.93%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">2</td>
<td align="center">2</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Same.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/C.html">C</a></td>
<td align="center">17.315%</td>
<td align="center">+2.04%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">3</td>
<td align="center">5</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/PHP.html">PHP</a></td>
<td align="center">10.176%</td>
<td align="center">+1.24%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">4</td>
<td align="center">3</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/C__.html">C++</a></td>
<td align="center">10.002%</td>
<td align="center">-0.36%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">5</td>
<td align="center">4</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/(Visual)_Basic.html">(Visual) Basic</a></td>
<td align="center">8.171%</td>
<td align="center">-1.10%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">6</td>
<td align="center">7</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/C_.html">C#</a></td>
<td align="center">5.346%</td>
<td align="center">+1.32%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">7</td>
<td align="center">6</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Python.html">Python</a></td>
<td align="center">4.672%</td>
<td align="center">-0.47%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">8</td>
<td align="center">9</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Perl.html">Perl</a></td>
<td align="center">3.490%</td>
<td align="center">-0.39%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">9</td>
<td align="center">10</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/JavaScript.html">JavaScript</a></td>
<td align="center">2.916%</td>
<td align="center">-0.01%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">10</td>
<td align="center">11</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Ruby.html">Ruby</a></td>
<td align="center">2.404%</td>
<td align="center">-0.47%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">11</td>
<td align="center">8</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Delphi.html">Delphi</a></td>
<td align="center">2.127%</td>
<td align="center">-1.88%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">12</td>
<td align="center">13</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/PL_SQL.html">PL/SQL</a></td>
<td align="center">0.908%</td>
<td align="center">-0.03%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">13</td>
<td align="center">38</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Objective-C.html">Objective-C</a></td>
<td align="center">0.893%</td>
<td align="center">+0.74%</td>
<td align="left">A-</td>
</tr>
<tr>
<td align="center">14</td>
<td align="center">14</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Same.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/SAS.html">SAS</a></td>
<td align="center">0.816%</td>
<td align="center">+0.09%</td>
<td align="left">A</td>
</tr>
<tr>
<td align="center">15</td>
<td align="center">16</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Pascal.html">Pascal</a></td>
<td align="center">0.654%</td>
<td align="center">+0.14%</td>
<td align="left">A&#8211;</td>
</tr>
<tr>
<td align="center">16</td>
<td align="center">15</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/ABAP.html">ABAP</a></td>
<td align="center">0.643%</td>
<td align="center">+0.07%</td>
<td align="left">A&#8211;</td>
</tr>
<tr>
<td align="center">17</td>
<td align="center">21</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Lisp_Scheme.html">Lisp/Scheme</a></td>
<td align="center">0.618%</td>
<td align="center">+0.15%</td>
<td align="left">B</td>
</tr>
<tr>
<td align="center">18</td>
<td align="center">22</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/MATLAB.html">MATLAB</a></td>
<td align="center">0.611%</td>
<td align="center">+0.15%</td>
<td align="left">B</td>
</tr>
<tr>
<td align="center">19</td>
<td align="center">20</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Up.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/Lua.html">Lua</a></td>
<td align="center">0.544%</td>
<td align="center">+0.07%</td>
<td align="left">B</td>
</tr>
<tr>
<td align="center">20</td>
<td align="center">12</td>
<td align="center"><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /><img src="http://www.tiobe.com/tiobe_index/images/Down.gif" border="0" alt="" /></td>
<td><a href="http://www.tiobe.com/content/paperinfo/tpci/D.html">D</a></td>
<td align="center">0.543%</td>
<td align="center">-0.90%</td>
<td align="left">B</td>
</tr>
</tbody>
</table>
<p>Sumber:<br />
<a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html">http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html</a></p>
<p><!--more--></p>
<hr />
Untuk bahasa pemrograman lain yang popularitasnya kurang, masuk dalam chart pula sebagai berikut:</p>
<p>&#160;</p>
<table id="Table2" border="1" align="center">
<tbody>
<tr>
<th>Position</th>
<th>Programming Language</th>
<th>Ratings</th>
</tr>
<tr>
<td>21</td>
<td>ActionScript</td>
<td>0.519%</td>
</tr>
<tr>
<td>22</td>
<td>COBOL</td>
<td>0.430%</td>
</tr>
<tr>
<td>23</td>
<td>Transact-SQL</td>
<td>0.412%</td>
</tr>
<tr>
<td>24</td>
<td>FoxPro/xBase</td>
<td>0.379%</td>
</tr>
<tr>
<td>25</td>
<td>Fortran</td>
<td>0.376%</td>
</tr>
<tr>
<td>26</td>
<td>Logo</td>
<td>0.361%</td>
</tr>
<tr>
<td>27</td>
<td>Scratch</td>
<td>0.346%</td>
</tr>
<tr>
<td>28</td>
<td>Alice</td>
<td>0.329%</td>
</tr>
<tr>
<td>29</td>
<td>Ada</td>
<td>0.305%</td>
</tr>
<tr>
<td>30</td>
<td>S-lang</td>
<td>0.292%</td>
</tr>
<tr>
<td>31</td>
<td>RPG (OS/400)</td>
<td>0.285%</td>
</tr>
<tr>
<td>32</td>
<td>Erlang</td>
<td>0.261%</td>
</tr>
<tr>
<td>33</td>
<td>PowerShell</td>
<td>0.259%</td>
</tr>
<tr>
<td>34</td>
<td>Scala</td>
<td>0.244%</td>
</tr>
<tr>
<td>35</td>
<td>Awk</td>
<td>0.243%</td>
</tr>
<tr>
<td>36</td>
<td>Prolog</td>
<td>0.234%</td>
</tr>
<tr>
<td>37</td>
<td>NXT-G</td>
<td>0.234%</td>
</tr>
<tr>
<td>38</td>
<td>Tcl/Tk</td>
<td>0.221%</td>
</tr>
<tr>
<td>39</td>
<td>Focus</td>
<td>0.209%</td>
</tr>
<tr>
<td>40</td>
<td>LabWindows/CVI</td>
<td>0.193%</td>
</tr>
<tr>
<td>41</td>
<td>Haskell</td>
<td>0.183%</td>
</tr>
<tr>
<td>42</td>
<td>PL/I</td>
<td>0.177%</td>
</tr>
<tr>
<td>43</td>
<td>JavaFX Script</td>
<td>0.176%</td>
</tr>
<tr>
<td>44</td>
<td>MAX/MSP</td>
<td>0.161%</td>
</tr>
<tr>
<td>45</td>
<td>LabVIEW</td>
<td>0.157%</td>
</tr>
<tr>
<td>46</td>
<td>Falcon</td>
<td>0.156%</td>
</tr>
<tr>
<td>47</td>
<td>Groovy</td>
<td>0.152%</td>
</tr>
<tr>
<td>48</td>
<td>Modula-3</td>
<td>0.146%</td>
</tr>
<tr>
<td>49</td>
<td>Forth</td>
<td>0.144%</td>
</tr>
<tr>
<td>50</td>
<td>Smalltalk</td>
<td>0.135%</td>
</tr>
</tbody>
</table>
<p>Pemeringkatan diatas bukan bermaksud bahwa satu bahasa pemrograman lebih unggul diantara yang lain, tiap bahasa pemrograman mempunyai keunggulan dan kelemahan sendiri, mempunyai spesifikasi kebutuhan dan tujuan yang juga jelas. Semua tergantung dari pasar, marketing, dan komunitas.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JAKE GYLLENHAAL EN NUEVO PROYECTO DE SCI-FI]]></title>
<link>http://trekvar.wordpress.com/2009/11/09/jake-gyllenhaal-en-nuevo-proyecto-de-sci-fi/</link>
<pubDate>Mon, 09 Nov 2009 16:46:16 +0000</pubDate>
<dc:creator>TrekVar</dc:creator>
<guid>http://trekvar.wordpress.com/2009/11/09/jake-gyllenhaal-en-nuevo-proyecto-de-sci-fi/</guid>
<description><![CDATA[Jake Gyllenhaal se encuentra en avanzadas negociaciones para protagonizar el thriller de ciencia-fic]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;"><img class="aligncenter size-full wp-image-439" title="TREKVAR" src="http://trekvar.wordpress.com/files/2009/11/cooltext4317120622.gif" alt="TREKVAR" width="409" height="98" /></div>
<div style="text-align:center;"><a href="http://www.elseptimoarte.net/ciencia-ficcion-para-jake-gyllenhaal:--source-code--6807.html"><img src="http://www.elseptimoarte.net/imagenes/noticias/7398.jpg" border="0" alt="" /></a> <em><strong>Jake Gyllenhaal se encuentra en avanzadas negociaciones para protagonizar el thriller de ciencia-ficción titulado <strong>&#8216;<a href="http://www.elseptimoarte.net/peliculas/source-code-4106.html">Source Code</a>&#8216;</strong>, para Vendome Pictures y The Mark Gordon Co. Duncan Jones, uno de los grandes triunfadores de la 42ª edición del Festival de cine de Sitges gracias a su cinta <em><a href="http://www.elseptimoarte.net/peliculas/moon-2389.html">&#8216;Moon</a>&#8216;</em> , dirigirá esta cinta que será producida por Mark Gordon, Philippe Rousselet y Jordan Wynn. La producción está programada para que comience durante el primer trimestre del año, motivo por el cual el director inglés ha tenido que aplazar por unos meses el que <a href="http://www.elseptimoarte.net/duncan-jones-suma-otras-cuatro-letras-a-su-carrera-de--moon--a--mute--5990.html">se anunció</a> como su proyecto más inmediato, el thriller de ciencia-ficción <em><a href="http://www.elseptimoarte.net/peliculas/mute-3572.html">&#8216;Mute</a>&#8216;</em> . En principio, el proyecto fue adquirido por Universal en 2007 tras comprar un guión de Ben Ripley, y Topher Grace iba a ser su protagonista, pero la cosa no terminó cuajando y Summit retomará el proyecto.  La película se centrará en un soldado que se despierta en el cuerpo de un desconocido que viaja en un tren, y que se ve forzado a vivir y revivir un terrible ataque terrorista contra el tren hasta que pueda determinar quién es el responsable de dicho ataque. Summit Entertainment distribuirá la película tanto en EE.UU. como en tierras internacionales. Gyllenhaal en estos momentos se encuentra filmando <em><a href="http://www.elseptimoarte.net/peliculas/love-and-other-drugs-3725.html">&#8216;Love and Other Drugs</a>&#8216;</em> . Además, próximamente le veremos en la cinta de Jim Sheridan, <em><a href="http://www.elseptimoarte.net/peliculas/brothers-842.html">&#8216;Brothers</a>&#8216;</em> , y por supuesto en la esperada <em><a href="http://www.elseptimoarte.net/peliculas/prince-of-persia-las-arenas-del-tiempo-1380.html">&#8216;Prince of Persia: Las Arenas del Tiempo</a>&#8216;</em> .</strong></em></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Jake Gyllenhaal negocia participação em thriller de ficção científica]]></title>
<link>http://mirandonocinema.wordpress.com/2009/11/09/jake-gyllenhaal-negocia-participacao-em-thriller-de-ficcao-cientifica/</link>
<pubDate>Mon, 09 Nov 2009 16:04:03 +0000</pubDate>
<dc:creator>Adriana</dc:creator>
<guid>http://mirandonocinema.wordpress.com/2009/11/09/jake-gyllenhaal-negocia-participacao-em-thriller-de-ficcao-cientifica/</guid>
<description><![CDATA[O ator Jake Gyllenhaal está em fase de negociação na participação no thriller de ficção por hor aint]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" title="Jake" src="http://1.bp.blogspot.com/_W5QEZzMlnXc/SgwNWYFxCNI/AAAAAAAAAOY/qkG5Rm1Y6dI/s400/jake_gyllenhaal.jpg" alt="" width="189" height="240" />O ator Jake Gyllenhaal está em fase de negociação na participação no thriller de ficção por hor aintitulado <em>Source Code</em>, segundo informações das revistas <em>Variety e Holywood Repórter.<br />
</em></p>
<p>Duncan Jones deve vai dirigir o filme . Ele esteve a frente da produção &#8216;Lua&#8217; que recebu críticas as vezes severas das revistas especializadas e foi chamado de &#8220;lento&#8221; e &#8220;sonífero&#8221;.  A produção é de Mark Gordon, que fechou uma parceria de distribuição com a Summit Entertainment, que é a mesma responsável por <em>Crepúsculo</em>.</p>
<p><em>Source Code</em> conta a história de um soldado que &#8216;acorda&#8217; no corpo de um desconhecido viajante e é atormentado com uma realidade que se repete. A solução do problema está intimamente ligada a uma acidente de trem.</p>
<p style="text-align:right;"><strong>Adriana Chaves</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Duncan Jones to direct Donnie Darko in Source Code]]></title>
<link>http://liveforfilms.wordpress.com/2009/11/09/duncan-jones-to-direct-donnie-darko-in-source-code/</link>
<pubDate>Mon, 09 Nov 2009 15:27:02 +0000</pubDate>
<dc:creator>liveforfilms</dc:creator>
<guid>http://liveforfilms.wordpress.com/2009/11/09/duncan-jones-to-direct-donnie-darko-in-source-code/</guid>
<description><![CDATA[Jake Gyllenhaal is in negotiations to star in sci-fi thriller Source Code according to Variety. Dunc]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-8461" title="duncan_jones" src="http://liveforfilms.wordpress.com/files/2009/11/duncan_jones.jpg" alt="duncan_jones" width="528" height="352" />Jake Gyllenhaal is in negotiations to star in sci-fi thriller <strong>Source Code</strong> according to <a href="http://www.variety.com/article/VR1118011029.html?categoryid=13&#38;cs=1">Variety</a>.</p>
<p>Duncan Jones will direct and Mark Gordon will produce.</p>
<p>It sounds like a nice little concept as it centers on a soldier who wakes up in the body of an unknown commuter and is forced to live and relive a harrowing train bombing until he can determine who is responsible for it. Kind of like a VR thing going on by the sounds of it. He keeps waking up back in an army base every time the bomb goes off and then does it all again. Also reminds me a little of The Jacket starring Adrien Brody.</p>
<p>It will be interesting to see what Jones does with this one after the brilliant <strong>Moon</strong> starring Sam Rockwell. His sci-fi film Mute, has been put on hold for the moment so Source Code may well be his next film.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JAKE GYLLENHAAL a las órdenes de DUNCAN JONES en SOURCE CODE]]></title>
<link>http://ktarsis.wordpress.com/2009/11/09/jake-gyllenhaal-a-las-ordenes-de-duncan-jones-en-source-code/</link>
<pubDate>Mon, 09 Nov 2009 14:43:49 +0000</pubDate>
<dc:creator>Pablo Gutiérrez</dc:creator>
<guid>http://ktarsis.wordpress.com/2009/11/09/jake-gyllenhaal-a-las-ordenes-de-duncan-jones-en-source-code/</guid>
<description><![CDATA[Se rumoreaba que Duncan Jones pretendía rodar cuanto antes Mute, la secuela de Moon, aprovechando el]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Se rumoreaba que <strong>Duncan Jones</strong> pretendía rodar cuanto antes <strong><em>Mute</em></strong>, la secuela de <strong><em>Moon</em></strong>, aprovechando el éxito de su magistral debut. Sin embargo el productor <strong>Mark Gordon</strong> le ha convencido para que ponga en espera esa segunda parte y altere su agenda, colocando en primer lugar <strong><em>Source Code</em></strong>, que relacionará de nuevo al cineasta con el género de ciencia ficción. <strong>Jake Gyllenhaal</strong> será el protagonista de esta historia en la que dará vida a un soldado que es transformado en una sofisticada computadora, cuya misión será revivir continuamente un atentado hasta que sea capaz de analizar las causas del mismo y encontrar a sus responsables. La película se rodará en el primer trimestre de 2.010, para que así <strong>Jones</strong> pueda cuanto antes recuperar sus compromisos anteriores.</p>
<p style="text-align:center;"><img class="size-full wp-image-8623 aligncenter" src="http://ktarsis.wordpress.com/files/2009/11/ktjakegyllenhaalpic.jpg" alt="" width="430" height="300" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Gyllenhaal finds the 'Source']]></title>
<link>http://geeksyndicate.wordpress.com/2009/11/09/gyllenhaal-finds-the-source/</link>
<pubDate>Mon, 09 Nov 2009 13:09:09 +0000</pubDate>
<dc:creator>geeksyndicate</dc:creator>
<guid>http://geeksyndicate.wordpress.com/2009/11/09/gyllenhaal-finds-the-source/</guid>
<description><![CDATA[No sooner had I stuck up the trailer for the Prince of Persia last week and now it seems Jake Gyllen]]></description>
<content:encoded><![CDATA[No sooner had I stuck up the trailer for the Prince of Persia last week and now it seems Jake Gyllen]]></content:encoded>
</item>
<item>
<title><![CDATA[Gyllenhaal in negotiations for sci-fi thriller]]></title>
<link>http://goremasternews.wordpress.com/2009/11/08/gyllenhaal-in-negotiations-for-sci-fi-thriller/</link>
<pubDate>Sun, 08 Nov 2009 23:51:53 +0000</pubDate>
<dc:creator>goremasterfx</dc:creator>
<guid>http://goremasternews.wordpress.com/2009/11/08/gyllenhaal-in-negotiations-for-sci-fi-thriller/</guid>
<description><![CDATA[Jake Gyllenhaal By Dave McNary &#8211; Variety.com Jake Gyllenhaal is in negotiations to star in sci]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_7039" class="wp-caption alignleft" style="width: 378px"><img class="size-full wp-image-7039 " title="Jake Gyllenhaal" src="http://goremasternews.wordpress.com/files/2009/11/jake-gyllenhaal.jpg" alt="Jake Gyllenhaal" width="368" height="480" /><p class="wp-caption-text">Jake Gyllenhaal</p></div>
<p><a href="http://www.variety.com/article/VR1118011029.html?categoryid=13&#38;cs=1" target="_blank">By Dave McNary &#8211; Variety.com</a></p>
<p>Jake Gyllenhaal is in negotiations to star in sci-fi thriller &#8220;Source Code&#8221; for Vendome Pictures and The Mark Gordon Co.</p>
<p>Duncan Jones will direct and Mark Gordon will produce with Vendome’s CEO Philippe Rousselet and Jordan Wynn. Production is slated to begin during the first quarter.</p>
<p>Summit Entertainment will distribute the film in the U.S. Summit International is also handling the international sales, which began at the American Film Market with over 15 territories licensed.</p>
<p>&#8220;Source Code&#8221; centers on a soldier who wakes up in the body of an unknown commuter and is forced to live and relive a harrowing train bombing until he can determine who is responsible for it.</p>
<p>Project had originally been set up at Universal in early 2007 when the studio bought Ben Ripley&#8217;s screenplay and attached Topher Grace to star. Uni tapped Shane Abbess to helm last year. Current script includes revises by Billy Ray (&#8220;State of Play&#8221;).</p>
<p>Rousselet noted that &#8220;Source Code&#8221; will launch the Vendome slate, adding he believes it will appeal to a world-wide audience and exemplifies the types of producers and filmmakers with whom Vendome plans to work. He and co-CEO Fabrice Gianfermi plan to produce a minimum of a dozen films over the next five years.</p>
<p>Licensed territories for &#8220;Source Code&#8221; include France (SND), Benelux (Belga), Germany (Kinowelt), Spain (Aurum), UK (Optimum), Canada (E1), Australia (Hopscotch), Scandinavia (Sandrew Metronome), South Korea (The Daisy), Latin America (Sun Distribution), Middle East. (Jaguar), Turkey (Fida), Thailand (Sahamongkol), Israel (United King) and Greece (Odeon).</p>
<p>Gyllenhaal is currently filming &#8220;Love and Other Drugs,&#8221; helmed by Ed Zwick, and will next be seen in Jim Sheridan’s &#8220;Brothers&#8221; and Disney&#8217;s &#8220;Prince of Persia: The Sands of Time.&#8221;</p>
<p>Jones is currently writing the screenplay of the upcoming film &#8220;Mute,&#8221; which he will also direct. He has previously directed &#8220;Moon,&#8221; starring Sam Rockwell.</p>
<p>Gordon’s most recent projects include &#8220;2012,&#8221; &#8220;The Messenger,&#8221; starring Ben Foster and Woody Harrelson,&#8221; and &#8220;The Details,&#8221; with Tobey Maguire and Laura Linney.</p>
<div id="attachment_7041" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.amazon.com/b?_encoding=UTF8&#38;site-redirect=&#38;node=130&#38;tag=goremastercom-20&#38;linkCode=ur2&#38;camp=1789&#38;creative=9325"><img class="size-full wp-image-7041" title="amazon-dvd-bestsellers" src="http://goremasternews.wordpress.com/files/2009/11/amazon-dvd-bestsellers29.jpg" alt="amazon-dvd-bestsellers" width="300" height="250" /></a><p class="wp-caption-text">Amazon Specials!</p></div>
<p><a href="http://www.goremaster.com/"><img class="aligncenter size-full wp-image-7040" title="www.goremaster.com_blk_wht" src="http://goremasternews.wordpress.com/files/2009/11/www-goremaster-com_blk_wht.jpg" alt="www.goremaster.com_blk_wht" width="468" height="60" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Windows 7 Source Code]]></title>
<link>http://alejandroayala.wordpress.com/2009/11/08/microsoft-windows-7-source-code/</link>
<pubDate>Sun, 08 Nov 2009 16:20:33 +0000</pubDate>
<dc:creator>Alejandro Ayala</dc:creator>
<guid>http://alejandroayala.wordpress.com/2009/11/08/microsoft-windows-7-source-code/</guid>
<description><![CDATA[/* GNOT General Nothing Other Looser! (c)198?-2009 Microsoft Corporation */ #include &#8220;dos.h]]></description>
<content:encoded><![CDATA[/* GNOT General Nothing Other Looser! (c)198?-2009 Microsoft Corporation */ #include &#8220;dos.h]]></content:encoded>
</item>
<item>
<title><![CDATA[Exercise 1 - Writing compiling and testing a program in Java]]></title>
<link>http://tecnoesis.wordpress.com/2009/11/07/exercise-introduction-java-programming-language/</link>
<pubDate>Sat, 07 Nov 2009 07:54:12 +0000</pubDate>
<dc:creator>Rajani Ramsagar</dc:creator>
<guid>http://tecnoesis.wordpress.com/2009/11/07/exercise-introduction-java-programming-language/</guid>
<description><![CDATA[    Exercise for Introduction To Java Programming language:   This post has the exercise  for module]]></description>
<content:encoded><![CDATA[    Exercise for Introduction To Java Programming language:   This post has the exercise  for module]]></content:encoded>
</item>

</channel>
</rss>
