<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codehop &#187; perl</title>
	<atom:link href="http://codehop.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehop.com</link>
	<description>#code #art #music</description>
	<lastBuildDate>Mon, 23 Apr 2012 18:37:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Nine Inch Nails Decoder Ring</title>
		<link>http://codehop.com/nine-inch-nails-decoder-ring/</link>
		<comments>http://codehop.com/nine-inch-nails-decoder-ring/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 04:41:37 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[decoderring]]></category>
		<category><![CDATA[nin]]></category>
		<category><![CDATA[nineinchnails]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[secret]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[trentreznor]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20071227/nine-inch-nails-decoder-ring.html</guid>
		<description><![CDATA[OS X: 1. Open Terminal.app located in Applications->Utilities. 2. Copy the following line of code to the terminal window. DO NOT press enter. pbpaste &#124; perl -pe 'foreach $Parepin ( &#60;STDIN&#62; ){ while( $Parepin =~ m/(fe7b02;"&#62;&#60;em&#62;&#124;fe7b02;"&#62;)(.+?)&#60;/g ){ $nin = $2; &#8230; <a href="http://codehop.com/nine-inch-nails-decoder-ring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>OS X:</p>
<p>1. Open Terminal.app located in Applications->Utilities.<br />
2. Copy the following line of code to the terminal window.  DO NOT press enter.</p>
<p><code>pbpaste | perl -pe 'foreach $Parepin ( &lt;STDIN&gt; ){ while( $Parepin =~ m/(fe7b02;"&gt;&lt;em&gt;|fe7b02;"&gt;)(.+?)&lt;/g ){ $nin = $2; $nin =~ s/s//; print $nin } }'</code></p>
<p>3. Read <a href="http://www.wired.com/entertainment/music/magazine/16-01/ff_args">Secret Websites, Coded Messages: The New World of Immersive Games</a><br />
4. View the source.  (apple-option-u)<br />
5. Copy the html source. (mouse click html source window, apple-a, apple-c)<br />
6. Go back to to terminal window and hit enter.<br />
7. Type decoded message <a href="http://www.wired.com/entertainment/music/magazine/16-01/ff_args">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codehop.com/nine-inch-nails-decoder-ring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The MIDI File Format</title>
		<link>http://codehop.com/the-midi-file-format/</link>
		<comments>http://codehop.com/the-midi-file-format/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 19:31:38 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20070814/the-midi-file-format.html</guid>
		<description><![CDATA[4d 54 68 64 00 00 00 06 00 00 00 01 00 60 4d 54 72 6b 00 00 00 08 00 9f 40 7f 60 8f 40 7f Today, I&#8217;m learning how to generate MIDI files with Perl. &#8230; <a href="http://codehop.com/the-midi-file-format/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div id="postimage" class="right" style="width: 321px"><img src="http://www.thumbuki.com/images/MidiFormat.gif" width=320px height=186px />
<p>4d 54 68 64 00 00 00 06 00 00 00 01 00 60 4d 54 72 6b 00 00 00 08 00 9f 40 7f 60 8f 40 7f</p>
</div>
<p>Today, I&#8217;m learning how to generate <a href="http://en.wikipedia.org/wiki/MIDI">MIDI</a> files with <a href="http://en.wikipedia.org/wiki/Perl">Perl</a>.  So far, this has been a fairly straight forward process.  This is most likely due to the fact that MIDI hasn&#8217;t really changed since 1983.</p>
<p>Here is <a href="http://www.sonicspot.com/guide/midifiles.html">the guide</a> I&#8217;m following.</p>
]]></content:encoded>
			<wfw:commentRss>http://codehop.com/the-midi-file-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Csound Journal Issue 6</title>
		<link>http://codehop.com/csound-journal-issue-6/</link>
		<comments>http://codehop.com/csound-journal-issue-6/#comments</comments>
		<pubDate>Mon, 21 May 2007 14:17:36 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[andréscabrera]]></category>
		<category><![CDATA[bandlimiting]]></category>
		<category><![CDATA[csound]]></category>
		<category><![CDATA[csoundjournal]]></category>
		<category><![CDATA[jacobjoaquin]]></category>
		<category><![CDATA[jameshearon]]></category>
		<category><![CDATA[ladspa]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rorywalsh]]></category>
		<category><![CDATA[stevenyi]]></category>
		<category><![CDATA[victorlazzarini]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20070521/csound-journal-issue-6.html</guid>
		<description><![CDATA[The 6th issue of the Csound Journal has been published at cSounds.com. Here is the list of articles pressent in this edition: Aspects of Bandlimiting by James Hearon Developing LADSPA Plugins with Csound by Victor Lazzarini and Rory Walsh Using &#8230; <a href="http://codehop.com/csound-journal-issue-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div id="postimage" class="right" style="width: 202px"><a href="http://www.csounds.com/journal/issue6/index.html"><img src="http://www.thumbuki.com/images/csjournal6.gif" width=200px height=136px /></a></div>
<p>The 6th issue of the <a href="http://www.csounds.com/journal/issue6/index.html">Csound Journal</a> has been published at <a href="http://www.csounds.com/">cSounds.com</a>.  Here is the list of articles pressent in this edition:</p>
<li><a href="http://www.csounds.com/journal/issue6/BandLimiting.html">Aspects of Bandlimiting</a> by James Hearon</li>
<li><a href="http://www.csounds.com/journal/issue6/csLADSPA.html">Developing LADSPA Plugins with Csound</a> by Victor Lazzarini and Rory Walsh</li>
<li><a href="http://www.csounds.com/journal/issue6/pythonOpcodes.html">Using Python Inside Csound</a> by Andrés Cabrera</li>
<li><a href="http://www.csounds.com/journal/issue6/perlCsound2.html">Perl and Csound &#8211; Part 2</a> by Jacob Joaquin (that&#8217;s me)</li>
]]></content:encoded>
			<wfw:commentRss>http://codehop.com/csound-journal-issue-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Csound Journal Issue 5</title>
		<link>http://codehop.com/csound-journal-issue-5/</link>
		<comments>http://codehop.com/csound-journal-issue-5/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:52:15 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[csound]]></category>
		<category><![CDATA[csoundjournal]]></category>
		<category><![CDATA[hpkComposer]]></category>
		<category><![CDATA[jacobjoaquin]]></category>
		<category><![CDATA[jameshearon]]></category>
		<category><![CDATA[jean-pierrelemoine]]></category>
		<category><![CDATA[Øyvindbrandstegg]]></category>
		<category><![CDATA[pd]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[stevenyi]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20070109/csound-journal-issue-5.html</guid>
		<description><![CDATA[The 5th issue of the Csound Journal has been published at cSounds.com. A range of topics are discussed, including Pure Data, an art installation, HPKComposer and Perl. To quote editor Stever Yi, &#8220;It never ceases to amaze me the number &#8230; <a href="http://codehop.com/csound-journal-issue-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div id="postimage" class="right" style="width: 102px"><a href="http://www.csounds.com/journal/issue5/index.html"><img src="http://www.thumbuki.com/images/csjournal5.gif" width=100px height=100px /></a></div>
<p>The 5th issue of the <a href="http://www.csounds.com/journal/issue5/index.html">Csound Journal</a> has been published at <a href="http://www.csounds.com/">cSounds.com</a>.  A range of topics are discussed, including <a href="http://puredata.info/">Pure Data</a>, an <a href="http://en.wikipedia.org/wiki/Art_installation">art installation</a>, <a href="http://hplank.inetpc.com/hpkcomp.html">HPKComposer</a> and <a href="http://perlmonks.org/">Perl</a>.  To quote editor Stever Yi, &#8220;It never ceases to amaze me the number of different ways that people are using Csound and the wide variety of musics being made.&#8221; [<a href="http://www.csounds.com/journal/issue5/letter.html">source</a>]</p>
<p>I <a href="http://www.thumbuki.com/20061213/im-back-ahhhh-yeaaaah.html">previously mentioned</a> I had written an article for the journal.  I&#8217;m happy to announce that &#8220;<a href="http://www.csounds.com/journal/issue5/perlCsound.html">Perl and Csound &#8211; Part I</a>&#8221; is included in this issue.  I want to personally thank the editors James Hearon and Steven Yi for giving me the opportunity to contribute to one of my favorite online publications.</p>
]]></content:encoded>
			<wfw:commentRss>http://codehop.com/csound-journal-issue-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back, ahhhh yeaaaah!</title>
		<link>http://codehop.com/im-back-ahhhh-yeaaaah/</link>
		<comments>http://codehop.com/im-back-ahhhh-yeaaaah/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 05:06:52 +0000</pubDate>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
				<category><![CDATA[the cosmos]]></category>
		<category><![CDATA[csound]]></category>
		<category><![CDATA[csoundjournal]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.thumbuki.com/20061213/im-back-ahhhh-yeaaaah.html</guid>
		<description><![CDATA[I&#8217;ve found myself busy with a few additional projects that have been eating my time, thus no blogging. I have no issues about pushing this blog aside for weeks, or perhaps months at a time. However, I do feel it &#8230; <a href="http://codehop.com/im-back-ahhhh-yeaaaah/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve found myself busy with a few additional projects that have been eating my time, thus no blogging.  I have no issues about pushing this blog aside for weeks, or perhaps months at a time.  However, I do feel it is time to re-commit myself to this place.  I love doing it.  Perhaps I just bit off too much for those first couple of months.  I was so wrapped up in the fantasy of having the world&#8217;s most popular blog, that I over did it and burnt out.  Now that&#8217;s out of my system, I&#8217;m much more comfortable taking my time and writing what I should be writing about: all the weird shit that goes through my head.</p>
<p>While I was MIA, I rediscovered both <a href="http://www.perl.com/">Perl</a> and <a href="http://www.csounds.com/">Csound</a>.  Also wrote part one of a two part article for the Csound Journal titled &#8220;Perl and Csound.&#8221;  It&#8217;ll be out, soon.  I&#8217;ve already started part two, and having a wonderful time writing it.  Part one is more or less a primer, part two is where the magic happens.  The one concern I have is that I&#8217;m going to find it difficult to narrow my examples down while still covering a massive amount of useful info.  The best part of this hole experience is that I&#8217;m learning so much writing this.  My thought processes have completely switched into Csound mode, and my mind is open to new possibilities.  So I guess this is what enlightenment feels like.  I&#8217;d best bottle it up before my feet touch the ground.</p>
]]></content:encoded>
			<wfw:commentRss>http://codehop.com/im-back-ahhhh-yeaaaah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
