<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<channel>
<title>Cynosure.X International</title>
<copyright>Copyright%20%26copy%3B%201996%20-%202008%20by%20%3Ca%20href%3D%22http%3A//Chieh.CameraHacker.com/contact.html%22%3EChieh%20Cheng%3C/a%3E.%20All%20Rights%20Reserved.</copyright>
<link>http://www.CynosureX.com/Forums/Latest/</link>
<description>Most recently posted threads.</description>
<language>en-us</language>
<ttl>60</ttl>
<image>
<title>Cynosure.X International</title>
<link>http://www.CynosureX.com/</link>
<url>http://www.CynosureX.com//images/CynosureX.gif</url>
</image>
    <lastBuildDate>Fri, 09 May 2008 14:55:33 +0000</lastBuildDate>

    <item>
      <title>RelayTransfer.sh (GPL)</title>
      <description>Have you ever wanted to transfer some files from your computer to a computer on a different network. Your computer can't talk directly to that computer. So you' . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/sh/" rel="tag"&gt;sh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/sh/RelayTransfer.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/sh/RelayTransfer.sh_.GPL.</trackback:ping>
      <pubDate>Mon, 05 May 2008 18:22:41 +0000</pubDate>
    </item>
    <item>
      <title>Mars 2143 A.D.</title>
      <description>I've spent some time correcting grammatical errors and filing out details for the  Mars 2143 A.D.  supplement. It is now complete. I will continue to make minor . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/Cyno's%20Role-Play/" rel="tag"&gt;Cyno's Role-Play&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=Cyno%27s%20Role-Play/Mars_2143_A.D.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=Cyno%27s%20Role-Play/Mars_2143_A.D.</trackback:ping>
      <pubDate>Sun, 04 May 2008 09:26:15 +0000</pubDate>
    </item>
    <item>
      <title>PHP_ShowInterface.sh (GPL)</title>
      <description>PHP_ShowInterface.sh is a Bourne Shell script that helps you output the class and function interface of any PHP source code. It's a simple real-time JavaDoc and . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/PHP/" rel="tag"&gt;PHP&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=PHP/PHP_ShowInterface.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=PHP/PHP_ShowInterface.sh_.GPL.</trackback:ping>
      <pubDate>Fri, 02 May 2008 21:18:02 +0000</pubDate>
    </item>
    <item>
      <title>TransferBroker.sh (GPL)</title>
      <description>Are you looking for a way to transfer files from host A to host B without actually being on either host? Say you are on host C?  TransferBroker.sh is a Bourne S . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/sh/" rel="tag"&gt;sh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/sh/TransferBroker.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/sh/TransferBroker.sh_.GPL.</trackback:ping>
      <pubDate>Fri, 02 May 2008 21:17:19 +0000</pubDate>
    </item>
    <item>
      <title>FileExists.sh (GPL)</title>
      <description>FileExists.sh is a Bourne Shell script that helps you determine whether any file that matches your specified file masks exists. This script will return 1 or 0,  . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/sh/" rel="tag"&gt;sh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/sh/FileExists.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/sh/FileExists.sh_.GPL.</trackback:ping>
      <pubDate>Fri, 02 May 2008 20:43:50 +0000</pubDate>
    </item>
    <item>
      <title>Multi-Line Comments in Shell Script</title>
      <description>The UNIX shell script is a powerful beast. You can pretty much write anything in shell scripts that you can also write in other languages. The thing is that UNI . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/Multi-Line_Comments_in_Shell_Script</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/Multi-Line_Comments_in_Shell_Script</trackback:ping>
      <pubDate>Tue, 29 Apr 2008 17:36:57 +0000</pubDate>
    </item>
    <item>
      <title>Pitfall of Defining Constants</title>
      <description>The PHP define statement is really handy. I've used it to define all kind of constants. But recently I stumbled across a pitfall when I defined a constant name  . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/PHP/" rel="tag"&gt;PHP&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=PHP/Pitfall_of_Defining_Constants</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=PHP/Pitfall_of_Defining_Constants</trackback:ping>
      <pubDate>Wed, 23 Apr 2008 16:24:48 +0000</pubDate>
    </item>
    <item>
      <title>ApacheDirIndex2FileList.sh (GPL)</title>
      <description>ApacheDirIndex2FileList.sh is a Bourne Shell script that helps you extract all file names from an Apache file index. The Apache file index is a default index th . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/sh/" rel="tag"&gt;sh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/sh/ApacheDirIndex2FileList.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/sh/ApacheDirIndex2FileList.sh_.GPL.</trackback:ping>
      <pubDate>Wed, 23 Apr 2008 16:15:58 +0000</pubDate>
    </item>
    <item>
      <title>DuplicateFiles.sh (GPL)</title>
      <description>DuplicateFiles.sh is a Bourne Shell script that helps you identify all files that have the exact same content in the current directory tree, or one that you spe . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/sh/" rel="tag"&gt;sh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/sh/DuplicateFiles.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/sh/DuplicateFiles.sh_.GPL.</trackback:ping>
      <pubDate>Wed, 23 Apr 2008 15:47:48 +0000</pubDate>
    </item>
    <item>
      <title>Installing Mysaifu JVM on Windows Mobile 5</title>
      <description>Apparently this JVM can't really do a lot. The creator of this program needs some help, I guess. &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/Java/" rel="tag"&gt;Java&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=Java/Installing_Mysaifu_JVM_on_Windows_Mobile_5</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=Java/Installing_Mysaifu_JVM_on_Windows_Mobile_5</trackback:ping>
      <pubDate>Thu, 17 Apr 2008 06:05:13 +0000</pubDate>
    </item>
    <item>
      <title>World of Tepokt</title>
      <description>While on a plane ride, I read a science fiction short-story titled, "Exile", written by Horace Brown Fyfe. In this short story, Mr. Fyfe, portrayed an alien soc . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/Cyno's%20Role-Play/" rel="tag"&gt;Cyno's Role-Play&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=Cyno%27s%20Role-Play/World_of_Tepokt</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=Cyno%27s%20Role-Play/World_of_Tepokt</trackback:ping>
      <pubDate>Thu, 10 Apr 2008 23:38:37 +0000</pubDate>
    </item>
    <item>
      <title>Cyno's Fantasy</title>
      <description>Ok, the weaponry section is completely done. It was missing some technical details, like distance for some of the ranged weapons. But now it's fully flushed out . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/Cyno's%20Role-Play/" rel="tag"&gt;Cyno's Role-Play&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=Cyno%27s%20Role-Play/Cyno..s_Fantasy</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=Cyno%27s%20Role-Play/Cyno..s_Fantasy</trackback:ping>
      <pubDate>Thu, 10 Apr 2008 23:22:14 +0000</pubDate>
    </item>
    <item>
      <title>RegExRenameList.sh (GPL)</title>
      <description>Several weeks ago, I posted RegExRename.sh on this site, which was a Bourne Shell script that will search for a particular regular expression in a file name and . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/sh/" rel="tag"&gt;sh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/sh/RegExRenameList.sh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/sh/RegExRenameList.sh_.GPL.</trackback:ping>
      <pubDate>Thu, 03 Apr 2008 22:48:34 +0000</pubDate>
    </item>
    <item>
      <title>WebCopy.php (GPL)</title>
      <description>In this latest version of WebCopy.php, I've made slight optimization so that the output file doesn't have to be reopened every time the read buffer is full. It  . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/PHP/" rel="tag"&gt;PHP&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=PHP/WebCopy.php_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=PHP/WebCopy.php_.GPL.</trackback:ping>
      <pubDate>Thu, 03 Apr 2008 22:24:42 +0000</pubDate>
    </item>
    <item>
      <title>GetTempDirPath.ksh (GPL)</title>
      <description>GetTempDirPath.ksh is a Korn shell script that provides your shell program with a guaranteed unique temporary directory name. Just call this script with the pre . . . &lt;br&gt; Category: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/" rel="tag"&gt;UNIX Shell&lt;/a&gt;: &lt;a href="http://www.CynosureX.com/Forums/UNIX%20Shell/ksh/" rel="tag"&gt;ksh&lt;/a&gt;</description>
      <link>http://www.CynosureX.com/Forums/DisplayComments.php?file=UNIX%20Shell/ksh/GetTempDirPath.ksh_.GPL.</link>
      <trackback:ping>http://www.CynosureX.com/Forums/TrackBack.php?file=UNIX%20Shell/ksh/GetTempDirPath.ksh_.GPL.</trackback:ping>
      <pubDate>Thu, 03 Apr 2008 22:20:04 +0000</pubDate>
    </item>

  </channel>
</rss>

