From valj01 at gel.usherb.ca Thu Aug 2 22:57:15 2001 From: valj01 at gel.usherb.ca (Jean-Marc Valin) Date: Fri Feb 10 19:39:22 2006 Subject: [Pipet Users] New Overflow feature Message-ID: <3B6A130B.93594BF4@gel.usherb.ca> Hi, I'm still not sure how it could fit within Piper, but I thought it could be interesting. I just implemented a new feature in Overflow: automatic code generation from a .n (XML) program. Overflow can output code that allows buildint a Network without the XML layer and optionaly, find all the files the "program" depends on so a (static) standalone executable can be built (it wouldn't need Overflow at all to work). It's not in a release yet, but everything's in CVS if you want to try it. To use the feature, click on the "build" button on the toolbar and select "generate main" and "put dependencies". Choose a (preferably empty) directory and click OK. You'll end up with a bunch of .cc and .h files in that directory. Just compiling all them together will produce an executable. The flags are: g++ -O2 -c somefile.cc -I. `overflow-config config --cflags` I think it would be nice because you could run a Piper program even without having Piper installed. Jean-Marc From jeff at bioinformatics.org Thu Aug 2 23:52:19 2001 From: jeff at bioinformatics.org (J.W. Bizzaro) Date: Fri Feb 10 19:39:22 2006 Subject: [Pipet Users] New Overflow feature References: <3B6A130B.93594BF4@gel.usherb.ca> Message-ID: <3B6A1FF3.FB75C670@bioinformatics.org> That is indeed a very nice option! I look forward to trying it. Jeff -- J.W. Bizzaro jeff@bioinformatics.org Director, Bioinformatics.org http://bioinformatics.org/~jeff "As we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously." -- Benjamin Franklin -- From jeff at bioinformatics.org Tue Aug 14 14:29:04 2001 From: jeff at bioinformatics.org (J.W. Bizzaro) Date: Fri Feb 10 19:39:22 2006 Subject: [Pipet Users] JXTA links Message-ID: <3B796DF0.10168ABF@bioinformatics.org> http://www-106.ibm.com/developerworks/java/library/j-p2pint1.html?t=gr,p=Jxta http://www.openp2p.com/pub/a/p2p/2001/05/02/jxta_trouble.html Jeff From jeff at bioinformatics.org Fri Aug 17 07:59:38 2001 From: jeff at bioinformatics.org (J.W. Bizzaro) Date: Fri Feb 10 19:39:22 2006 Subject: [Pipet Users] IRC Channel Message-ID: <3B7D072A.2305404F@bioinformatics.org> Pipers, For anyone interested, we're using the following IRC channel to discuss Piper development, PiperNet issues, etc.: irc.openprojects.net #pipernet Cheers. Jeff -- J.W. Bizzaro jeff@bioinformatics.org Director, Bioinformatics.org http://bioinformatics.org/~jeff "As we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously." -- Benjamin Franklin -- From jarl at xs4all.nl Mon Aug 27 06:24:51 2001 From: jarl at xs4all.nl (Jarl van Katwijk) Date: Fri Feb 10 19:39:23 2006 Subject: [Pipet Users] Piper 0.0.2 testing Message-ID: <3B8A1FF3.4090905@xs4all.nl> Hi Pipers, I put a pre-cvs test tarball on Piper 0.0.2 online on http://bioinformatics.org/~jarl. The reason this code is not in cvs yet is that it first should be tested on compiling. I develloped this code on a slackware 8 system, so if you use something else please give the tarball a try and let me know wether or not it compiles. Jarl From valj01 at gel.usherb.ca Tue Aug 28 22:41:00 2001 From: valj01 at gel.usherb.ca (Jean-Marc Valin) Date: Fri Feb 10 19:39:23 2006 Subject: [Pipet Users] PL DTD Message-ID: <3B8C563C.31B9D5@gel.usherb.ca> I don't know whether this is of interest to any of you but I have just written a DTD for the PL .n XML files. I'm sending that in attachment. BTW, I tested it quickly, so it may not be perfect. BTW, it's not yet used in any of the PL code. Jean-Marc -------------- next part --------------