1. EUFF
- Posted by Tristen Wilson <wood_dip_kill at yaho?.?om> Oct 08, 2007
- 621 views
- Last edited Oct 09, 2007
Does anyone here know how to write a search engine for finding files?
2. Re: EUFF
- Posted by Matt Lewis <matthewwalkerlewis at gm?i?.com> Oct 09, 2007
- 593 views
Tristen Wilson wrote: > > Does anyone here know how to write a search engine for finding files? You might take a look at: http://search.cpan.org/dist/File-Finder/ http://lucene.apache.org/ http://beagle-project.org/Main_Page Matt
3. Re: EUFF
- Posted by Tristen Wilson <wood_dip_kill at yaho?.co?> Oct 09, 2007
- 605 views
Matt Lewis wrote: > > Tristen Wilson wrote: > > > > Does anyone here know how to write a search engine for finding files? > > You might take a look at: > > <a > href="http://search.cpan.org/dist/File-Finder/">http://search.cpan.org/dist/File-Finder/</a> > <a href="http://lucene.apache.org/">http://lucene.apache.org/</a> > <a > href="http://beagle-project.org/Main_Page">http://beagle-project.org/Main_Page</a> > > Matt Unfortunatley, I don't know any other languages. These aren't very helpful.
4. Re: EUFF
- Posted by Robert Craig <rds at R?p?dEuphoria.com> Oct 09, 2007
- 601 views
Tristen Wilson wrote: > > Matt Lewis wrote: > > > > Tristen Wilson wrote: > > > > > > Does anyone here know how to write a search engine for finding files? > > > > You might take a look at: > > > > <a > > href="http://search.cpan.org/dist/File-Finder/">http://search.cpan.org/dist/File-Finder/</a> > > <a href="http://lucene.apache.org/">http://lucene.apache.org/</a> > > <a > > href="http://beagle-project.org/Main_Page">http://beagle-project.org/Main_Page</a> > > > > Matt > > > Unfortunatley, I don't know any other languages. These aren't very helpful. There's a simple file-search program in euphoria\bin called search.ex It can search the content of files, or just the file names. There's also a web-based program, similar to search.ex, for searching the Euphoria documentation: http://www.rapideuphoria.com/guru_web.html Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
5. Re: EUFF
- Posted by Al Getz <Xaxo at ?ol?com> Oct 09, 2007
- 609 views
Tristen Wilson wrote: > > Does anyone here know how to write a search engine for finding files? Hi there, I have a file finder written for windows in Euphoria if you want to start from there. How long have you been using Euphoria so far? Take care, Al E boa sorte com sua programacao Euphoria! My bumper sticker: "I brake for LED's" From "Black Knight": "I can live with losing the good fight, but i can not live without fighting it". "Well on second thought, maybe not."
6. Re: EUFF
- Posted by CChris <christian.cuvier at agriculture.g?uv.f?> Oct 09, 2007
- 610 views
Tristen Wilson wrote: > > Matt Lewis wrote: > > > > Tristen Wilson wrote: > > > > > > Does anyone here know how to write a search engine for finding files? > > > > You might take a look at: > > > > <a > > href="http://search.cpan.org/dist/File-Finder/">http://search.cpan.org/dist/File-Finder/</a> > > <a href="http://lucene.apache.org/">http://lucene.apache.org/</a> > > <a > > href="http://beagle-project.org/Main_Page">http://beagle-project.org/Main_Page</a> > > > > Matt > > > Unfortunatley, I don't know any other languages. These aren't very helpful. I simply searched the archive: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=search While this query retrieved a lot of irrelevant entries, you might be interested by Spider (D. Kluss), File Finder (J. Duffy), MultItems (T. Škoda) and perhaps search_item (A. Reza). These may get you started. CChris
7. Re: EUFF
- Posted by Tristen Wilson <wood_dip_kill at ya?oo.co?> Oct 09, 2007
- 617 views
Al Getz wrote: > > Tristen Wilson wrote: > > > > Does anyone here know how to write a search engine for finding files? > > Hi there, > > I have a file finder written for windows in Euphoria if you want > to start from there. How long have you been using Euphoria so far? > > > Al Well, I've been writing software in Euphoria for just over a year and a half, I understand Tasking, operations on sequences and what not.