<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://braintool.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://braintool.org/feed.php">
        <title>braintool</title>
        <description></description>
        <link>http://braintool.org/</link>
        <image rdf:resource="http://braintool.org/lib/images/favicon.ico" />
       <dc:date>2008-07-24T16:17:14-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/imagej?rev=1196212316&amp;do=diff"/>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/devel?rev=1196201499&amp;do=diff"/>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/cdm?rev=1195710009&amp;do=diff"/>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/motion?rev=1195709958&amp;do=diff"/>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/event_listeners?rev=1195485887&amp;do=diff"/>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/netbeans_basics?rev=1195485697&amp;do=diff"/>
                <rdf:li rdf:resource="http://braintool.org/optical/neurospy/nsc_200_controllers?rev=1195268150&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://braintool.org/lib/images/favicon.ico">
        <title>braintool</title>
        <link>http://braintool.org/</link>
        <url>http://braintool.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://braintool.org/optical/neurospy/imagej?rev=1196212316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-27T17:11:56-07:00</dc:date>
        <dc:creator>Luke Wylie</dc:creator>
        <title>optical:neurospy:imagej</title>
        <link>http://braintool.org/optical/neurospy/imagej?rev=1196212316&amp;do=diff</link>
        <description>To “wrap” an ImageJ plugin means to effectively integrate it into the neurospy platform and its dataflow paradigm.  To accomplish this you'll need to do three basic things.

	*  Import the source code into NetBeans
	*  Wrap the plugin with neurospy-friendly code
	*  Modify the original plugin source to fit your own microscopy goals</description>
    </item>
    <item rdf:about="http://braintool.org/optical/neurospy/devel?rev=1196201499&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-27T14:11:39-07:00</dc:date>
        <dc:creator>Luke Wylie</dc:creator>
        <title>optical:neurospy:devel</title>
        <link>http://braintool.org/optical/neurospy/devel?rev=1196201499&amp;do=diff</link>
        <description>Back to neurospy documentation home



 This page links to resources of interest primarily to developers looking to extend, modify or repackage neurospy. You'd better look elsewhere if all you want is to install and use the software.

About NetBeans Platform

 What exactly is the  NetBeans Platform and why is it important?  The quick answer is that the Platform and the Integrated Development Environment (IDE) built on top of it simplify development and deployment of large and complex application…</description>
    </item>
    <item rdf:about="http://braintool.org/optical/neurospy/cdm?rev=1195710009&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-21T21:40:09-07:00</dc:date>
        <dc:creator>Dejan Vucinic</dc:creator>
        <title>optical:neurospy:cdm - renamed</title>
        <link>http://braintool.org/optical/neurospy/cdm?rev=1195710009&amp;do=diff</link>
        <description>Back to neurospy for developers</description>
    </item>
    <item rdf:about="http://braintool.org/optical/neurospy/motion?rev=1195709958&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-21T21:39:18-07:00</dc:date>
        <dc:creator>Dejan Vucinic</dc:creator>
        <title>optical:neurospy:motion - created</title>
        <link>http://braintool.org/optical/neurospy/motion?rev=1195709958&amp;do=diff</link>
        <description>Back to neurospy for developers</description>
    </item>
    <item rdf:about="http://braintool.org/optical/neurospy/event_listeners?rev=1195485887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-19T07:24:47-07:00</dc:date>
        <dc:creator>Cristina Domnisoru</dc:creator>
        <title>optical:neurospy:event_listeners</title>
        <link>http://braintool.org/optical/neurospy/event_listeners?rev=1195485887&amp;do=diff</link>
        <description>An object may produce events of various types. The object needs to know who to tell about these events. Event are not yelled out into the world for any listener to hear. Events are not broadcast with megaphones. If module A wants to listen to events produced by module B, module A has to make a listener of some type and send this listener to module B. B has to be written in such a way that it allows listeners to listen to it. You can't just spy on module B because you feel like it. You have to as…</description>
    </item>
    <item rdf:about="http://braintool.org/optical/neurospy/netbeans_basics?rev=1195485697&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-19T07:21:37-07:00</dc:date>
        <dc:creator>Cristina Domnisoru</dc:creator>
        <title>optical:neurospy:netbeans_basics</title>
        <link>http://braintool.org/optical/neurospy/netbeans_basics?rev=1195485697&amp;do=diff</link>
        <description>Back to neurospy for developers

 

NetBeans tips

	*  Event Listeners

	*  Output

	*  Little Icons and Symbols

	*  Platforms

	*  Plugins

	*  GUI building

	*  Userdir

	*  How to single-step into sources of modules installed into the platform

	*  Cookies</description>
    </item>
    <item rdf:about="http://braintool.org/optical/neurospy/nsc_200_controllers?rev=1195268150&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T18:55:50-07:00</dc:date>
        <dc:creator>Cristina Domnisoru</dc:creator>
        <title>optical:neurospy:nsc_200_controllers</title>
        <link>http://braintool.org/optical/neurospy/nsc_200_controllers?rev=1195268150&amp;do=diff</link>
        <description>NSC200 controllers communicate with the computer via serial port (RS 232). If your computer doesn't have a serial port, you need a serial to usb converter. If you buy one, it should come with drivers. Install them. 

The USB to Serial converter will pretend to be a serial port, so the software treats it like a serial port. You don't have to know anything about USB, but you have to find the name of the serial port you're pretending to use.</description>
    </item>
</rdf:RDF>
