Search  application that can handle regular expressions

I am desperately seeking for my PhD an OSX 10.6 application that can search through all my data. That application need to have *efficient search algorithms* for complex pattern searching.
For example I want to search all my documents having the word cancer inside the file.
Not only search for the filename cancer BUT search inside the documents with all the extensions (pdf, rtf, doc, etc.)
In Windows I use +Filelocator Pro+.
Is there a Mac OSX application like +Filelocator Pro+ for search?
An application that can handle regular expression support, with any of the following options:
+Export results to Text, command line options, Network drive searching, Boolean searches (e.g. AND, OR, and NOT), Perl compatible regexp option, Built in file viewer, Word, Excel and PDF searching, Open Office, Word Perfect option using IFilters, Unicode support, support for: ZIP, RAR, CAB, 7-Zip, ARJ, Bzip, CHM, CPIO, DEB, DMG, GZIP, HFS, ISO, LZH, MSI, NSIS, RPM, TAR, UDF, WIM, XAR, Z formats, Active Scripting support, Export as Text, CSV, XML, HTML, or XSLT custom format, File attribute searching , Relative date/time searches, Repositionable contents pane, Search within search, Exclude folders list,+ etc

You might try the freeware EasyFind. It allows boolean and wildcard searches. How many of the other features in your "wish list" it offers I haven't checked. If EasyFind doesn't offer sufficient power, take a look at FoxTrot Personal Search or FoxTrot Professional Search.
And of course there's always grep which can be incredibly powerful once you learn all its ins and outs.
Regards.

Similar Messages

  • Applications that can copy and paste between Keynote?

    I am looking for both graphic and web appliations that can copy and paste scalable elements between it and Keynote.  I create a lot of graphics in Keynote and I am hoping to find editors that can handle those elements.  I already own PowerPoint, and it does an OK job.  I you have any suggestions, I would like to here it.

    Shapes created in PowerPoint can be placed on to a Keynote slide using copy and Paste.
    Illustrator is the number one vector application and Illustrator files can drag and drop on to the slide.
    The HTML export from Keynote as you have discovered, is only designed to make simple HTML slide shows
    see some free applications here:
    Free vector apps

  • Looking for Rental add-on that can handle flexible return dates

    Hi Forum,
    I am wondering which would be good add-on for rental industry that can handle flexible return dates (without cancelling original contract and creating a new one with actual date).
    I am wondering if Visnova's Rental add-on would handle flexible return dates without actually cancelling original contract and creating a new contract.
    Are there many ways to handle flexible rental return dates?
    Thanks.

    Hi,
    I have moved your thread here because you are looking for partner add-on instead of SAP add-on. Have you searched through this forum and SAP EcoHub ?
    Thanks,
    Gordon

  • Is there an application that can batch convert wma to m4a and save the output files to their respective original file location?

    I need to convert thousands (yes, really) of wma files to m4a.  The wma files are all located in different folders and each converted m4a file needs to end up in the same folder as its respective original wma file.  Does anyone know of an application that can do this?
    Thanks,
    Will

    I'm not completely sure that MPEG Streamclip can convert AVCHD footage (.mts files).  If MPEG Streamclip doesn't do the job, then get a copy of Clipwrap, which was designed for transcoding .mts files to QuickTime/Apple Intermediate Codec (that's the format/codec you need to convert the .mts files to for use in FCE).

  • Looking for Mac that can handle CPU intensive apps (Music & Video)

    Hi everyone, I am looking to get a new mac in the near future but wanted to know which Desktop mac is best for music and video? I was thinking of the new iMac but not sure if they are powerful enough? I need something that can handle CPU intensive stuff. I will be using it mainly for video editing and music producing

    In a nutshell,
    Look at the new 27 inch screen iMac models.
    Get the fastest optional CPU,
    Decide which optional GPU you'd be comfortable with.
    Get the base 8 GBs of RAM and then purchase extra, cheaper RAM through third party Mac RAM sellers.
    Then add as much RAM as you think you need. The 27 inch screen models can take up to 32 GBs of RAM.
    Decide on optional storage sizes.
    If you need a CD / DVD optical drive, these are no longer built-in and you will need to budget for a good external optical drive.
    Budget for 3-year extended AppleCare warranty service.
    In case of reliability issues with the first 5 years of operational life, the iMac will be covered with free warranty service for the first three years.
    Good Luck!

  • [SOLVED] "No codec present that can handle the stream's type" issue

    Hello. I got a python program that would play musics on a website, which doesn't work for a "no codec present that can handle the stream's type" issue. I have installed things like gstreamer, gstreamer-plugins, gstreamer-python, gstreamer-ffmpeg, and libmpeg2, etc. However, this issue still remains. Would someone here be able to help?
    Here's the error message:
    ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)2, layer=(int)3, rate=(int)24000, channels=(int)2, parsed=(boolean)true
    Error: There is no codec present that can handle the stream's type. gstplaybasebin.c(2322): prepare_output (): /GstPlayBin:player
    Here's the program, written by a Chinese: https://github.com/zhendi/DoubanFM-CLI
    Edit:
    I'm able to play the musics on the websites via chromium.
    Edit:
    I tried to download the music, and use gst-launch-0.10 filesrc location=~/p535960.mp3 ! decodebin ! autovideosink, but only find these messages:
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0: GStreamer encountered a general stream error.
    Additional debug info:
    gstbaseparse.c(2695): gst_base_parse_loop (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0:
    streaming stopped, reason not-linked
    ERROR: pipeline doesn't want to preroll.
    Setting pipeline to NULL ...
    Freeing pipeline ...
    Last edited by lastland (2012-02-18 07:47:47)

    Sorry. I just found the reason. I missed gstreamer-ugly in this case.

  • WL-JAAS-No Configuration was registered that can handle the configuration

    Hi,
    A) I am trying to run JAAS on Weblogic. We have got our own login module developed based on JAAS specification.
    I have created jas.config which is as follows:
    abcjaas {
    <pkg>.DBLoginModule required
    which I have included in the system properties as
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Djava.security.auth.login.config=D:\BeaWL\jaas.config
    B) I had also tried setting this
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlogin.configuration.provider=com.bea.common.security.jdkutils.JAASConfiguration. This I have also tried configuring in the java.security file in the JDK folder.
    While in Java code, it precisly throws error here on this statement:
    loginContext = new LoginContext("abcjaas", callHandler);
    But for all the above trials, it gives the same error as follows:
    C)
    Inside : Authenticator ::authenticateUser()....
    <Sep 10, 2009 2:32:49 PM IST> <Error> <HTTP> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@609547 - appName: CommercialLines_EAR', name: 'App', context-path: '/App', spec-version: '2.5'] Servlet failed with Exception
    java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named abcjaas
    at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:124)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:243)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
    at <pkg>.Authenticator.authenticateUser(Authenticator.java:38)
    at <pkg>.LoginFilter.doFilter(LoginFilter.java:40)
    Truncated. see log file for complete stacktrace
    >
    D) Kindly help, the Weblogic 10.3.0.0 running on JDK1.6 -Sun provided. I am not using the JDK1.6 in WL10.3 or its Jrockit1.6.
    Please let me know the resolution.
    Cheers,
    -Vishal Kumar

    I came across the potential fix through the document: http://docs.oracle.com/cd/E23717_01/doc.71/e23699/adm_troubleshoot.htm#BABIHJJF . The fix works fine.
    However I would like a better explanation of the issue and the fix. The issue happens only on Solaris servers that run sftp, but not on linux servers.

  • HT3574 is there any application that can help my iphone 3GS with personal hotspot or tethering internet?

    is there any application that can help my iphone 3GS with personal hotspot or tethering internet?

    You don't need anything, as such is built directly into the iOS. Your carrier, however, needs to support such.

  • Is there a MBP model (Configuration) that can handle multicam editing?

    I do a lot of multicam editing.  Is there a MBP configuration that can handle multicam editing (giving smooth playback
    In that editing mode) I am also desiring to have the fastest rendering I can get in that MBP.
    Any suggestions are appreciated.

    I do a lot of multicam editing.  Is there a MBP configuration that can handle multicam editing (giving smooth playback
    In that editing mode) I am also desiring to have the fastest rendering I can get in that MBP.
    Any suggestions are appreciated.

  • Hosting company that can handle large videos.

    I currently have 9 videos on my website that range from 3.5 minutes to 1 hour.  8 of them range in file sizes from 21MB to 389MB.  My latest video is 40 minutes long and 1.57GB.  I know,  that is huge, but it was taken with an HD camera and is in MP4 format encoded with the H.264 codec.  I tried to convert this to FLV, but the video looked terrible.  My current host has informed me that the video is to large for his server to handle.  I don't know exactly how all that works, so I am hoping that someone can tell me how to make the video smaller so that his server can handle it or suggest a host that can handle the files as is.  So if anyone has any suggestion, either way, please let me know.  It will be greatly appreciated.
    http://www.liquidfirefishing.com/videos
    My host did ask me to delete the 1.57GB video off his server, so it is not currently on there.

    If you want to be in the video streaming business... then you need to move from shared hosting to a dedicated server.  FWIW:  I highly recommend Lunar Pages.  They have dedicated server packages starting as low as $99/month.   If you're so inclined, here's my affiliate link.   http://www.lunarpages.com/id/NancyO
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Tutorials - http://w3schools.com/

  • May I know other application that can still locate my iPhone without internet connection

    Someone stolen my Iphone5 in the office. I tried to locate the location of my iphone with my MAC AIR using icloud but I cant locate my gadget because Its already block and dot have internet connection. Now, just wanted to know if there are some application that can still locate with an internet connection?

    Unfortunately the iPhone needs to be connected to the internet to get located.
    Technically, it is possible to locate it if the phone based on it´s IMEI number when it is switched on. But only your carrier on request of the police will be able to do it. Being realistic, I doubt that they will do the effort
    Maybe by chance the thief connects to the net....that´s the only way.
    Sorry, I fear that´s bad luck!

  • Is there an iPod that can handle 24 bit 192 hz

    Is there an iPod or iPad that can handle music files 24 bit 192 hz

    No. The highest resolution iPods can handle is 24/48.

  • [CC] Search&Replace: Bug only with Regular Expressions

    Can you confirm the following behaviour/bug?
    Steps to reproduce:
    1 Create a new document in DW CC
    2 Enter that text in the source code view:
    <p>&euro;</p>
    3 Open Search&Replace
    Field Search in: Current document
    Field Search: Text
    Field Search (3rd Field): €
    Start Search
    Result: As expected the "€" is found.
    4 [x] Regular Expressions
    Start Search
    Result: "€" isn't found
    Can you reproduce that?
    Do you regard that as a bug like me?
    If not, why please?
    Do you think it is technically impossible for the developers to solve the task?
    Do you think the developers forgot to gray out "text" in the choice box and allow regular expressions only in source code?
    Thanks.

    Nice that you like the nick
    Sure, I know that I can file a feature wish.
    But my main interest in this forum is to know, what other users think about certain features, why they think so, which they miss, which they regard as a bug, ...
    When I remember it right, you told me some time ago, that you don't use RegEx.
    Than I understand, that everything around that feature is not important for you.
    What I like to understand is, why you think the behaviour is logically.
    For me it is the opposite.
    You get a result with "Scope: Text", "[ ]RegEx".
    And you get no result with "Scope: Text", "[x]RegEx".
    Incredible strange.
    I would appreciate, if you could explain more detailed your view.

  • Sample Flash applications that can be embedded on DMD

    Does anyone have any sample flash applications that read their configuration data from an external file and that can be embeded in a DMD presentation?
    And MOST IMPORTANTLY with the .fla file?
    The ciscoet.com portal has plenty of samples but they are all stand alone applications no DMD embedding.
    It seems we are all struggling with getting some dynamic content on the Displays things like:
         RSS Reader that does more than just the headline
         Weather Widget
         Image rotator
         Dynamic Table grid reading data from Web Service or XML file
    I've got flash components working on the DMPs if I play them directly but the idea is to use them in the DMD.
    Thanks for any help

    We run a number of flash applications that pull external XML data.
    A limitation in flash does not allow you to play flash apps unless you set up a cross-domain policy XML in your web server root that looks something like this:
    <?xml version="1.0"?>
    http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    This is allowing all domains access to your flash with the use of the wildcard, but you might want to modify it to be more strict.
    Also, if you have a 4310 DMP, you cannot embed flash using HTML. The DMD module that you are using must call the .swf directly. Also, the 4310 supports action script 2 only, not action script 3, so if your flash app is running AS3, it will not work.
    If you have the 4400, you can do anything, including embedding flash files in HTML, and you can also use AS3.
    For other types of Dyanmic HTML content, a 4310 will have a hard time. For any dynamic content that needs to be displayed on a screen, we run background routines that writes data out to image format. The 4310 is perfectly capable of displaying a jpeg.
    Those are the general restrictions we've run into. If you have any specific questions, put them here and I'll let you know if we've run into it before and how we handled it.
    Cheers!
    -Michael

  • [SOLVED] recommendation for a text editor that can handle 25mb+ files?

    Not sure where to put it, so I put it her (if it's not the right place, can someone please move it.. thanks!)
    I'm building a database of about 60,000 files in folder X.
    I'm using php to organise all the files and clean them up (for exmaple removing "-" and ":") and then sticking them into a database.
    my main text editor is vim,and then I usually use a gui based editor for fast navigation (lets see you go through 1,010,131 lines of output in vim).
    The output is usually suppressed,  but the amount of files in X, changes daily (one day can go without change, then next day a user can add 20 files and another user can remove a file), so whenever a new file comes in I want to see that my code can handle it properly, then be able to stick in thee db properly.
    recently trying to open a 1million line file in Kate, or Kwrite seems to crash dolphin (KDE).
    If I install gvim, I'll need to remove Vim, and I dont want to do that.
    I'm looking for something small with scroll bars, that only needs to edit txt files.
    Last edited by scarletxfi (2010-09-28 22:37:10)

    scarletxfi wrote:I tired that, it wasnt the same, I don't know the exact line number, and as the files always change and are different from each other, i check locations which I know to be problematic..
    thanks for the suggestions thought , I see I have to work on my VIM navigation skills
    If you know that it's some specific subdirectory that usually messes up, or you know the name of the file you want to find, you can do /FILENAME to search for it. If you know it usually is around line 600,000, then try out 600000G.

Maybe you are looking for

  • Saving a file with audio

    Hi. I'm unable to save a Keynote slideshow that I made with an iTunes song associated with it. I see the "Copy Audio & Movies into Document" in the Save As box, and it's selected but greyed out. I need to be able to play this show, with audio, on my

  • Can't import .mov file from iphoto

    Can anyone tell me why I can't import an .mov file into imovie from iphoto. The help manual says I should be able to but. when I try, the .mov files on the import window are greyed out and not selectable. I thought imovie played this type of file.

  • Space under photo deletion

    has anyone experience having a blank space under the "trash bin, share, add to" line when deleting photos in Photo Stream?

  • Smart forms customizing

    i want to customize the smart form ..for sd commercial invoice i have copied standard smart and driver program ... i facing complexity in changing driver program their   3 include structures r there ...how to know  it is to change r to delete . i wan

  • I need to reinstall iTunes - save my music?

    I'm trying to get the iTunes Companion Yahoo/Konfabulator widget to work in Windows XP and they have suggested that I reinstall iTunes. Before I uninstall my current iTunes, can I simply backup the folder "My Music/iTunes/iTunes Music" so that I can