Wouldn&#39;t be better to uploaded it to squeaksource? People can then commit changes, there is a wiki, there is forever (in rapidshare files are deleted sometimes).<br><br>Congratulations for your job!!!<br><br>Greetings,<br>
<br>Mariano<br><br><div class="gmail_quote">On Sat, Apr 25, 2009 at 11:53 PM, Casimiro de Almeida Barreto <span dir="ltr">&lt;<a href="mailto:casimiro.barreto@gmail.com">casimiro.barreto@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div bgcolor="#ffffff" text="#000000">
People who want to use the bindings in Linux (x386) may download file
here:<br>
<br>
<p style="padding: 0px; margin-bottom: 3px; margin-top: 3px; font-size: 9pt;"><tt><big><big><a href="http://rapidshare.com/files/225789438/FANN-CdAB.13.mcz" target="_blank">http://rapidshare.com/files/225789438/FANN-CdAB.13.mcz</a></big></big></tt></p>

<br>
It is basically the same package for PC (but includes cascade training
and other small additions).<br>
<br>
I&#39;m working in order to bring everything of the FANN library available
under squeak/linux.<br>
<br>
To work properly, FANN library must be installed under linux
(/usr/lib/libfann...). In the squeak image, FFI must be installed.<br>
<br>
Important to remember that somethings must be done explicitly. For
instance:<br>
<br>
<big><tt>fInterface := FANNInterface new.<br>
...<br>
</tt></big><tt><big>layerSizes := <font color="#3333ff"><b>IntegerArray</b></font><br>
                with: layerSize1 asInteger<br>
                with: layerSize2 asInteger<br>
                ...<br>
                with: layerSizez asInteger<br>
<br>
layers := (layerSizes size) asInteger.<br>
<br>
theFann := fInterface apiFammCreateStandardArray: layers with:
layerSIzes.</big><br>
</tt>
</div>


<br><br>
<br></blockquote></div><br>