I\'m trying to come up with a simple solution to a problem I have because all of those I have found so far just seem too complicated!
I followed a railcast to search a single column from a database, which worked fine. Im trying to tweak it to search across multiple columns (first_name AND last_name), but its only searching across la
I wanted to see if anyone has done this. In ruby, i\'d like to open a PDF and search for text there.Any text that I find I would like to highlight in yellow, then return the 开发者_运维百科page(s) wh
I have a file that has over 200 lines in this format: name old_id new_id The name is useless for what I\'m trying to do currently, but I still want it there because it may become useful for debuggi
I want to know how regex patterns are written. Where is their base and what do I need to know in order to write patterns. I have absolutely no idea on how to write my own patterns and I am quite in a
My application is basically a people directory -lookup(about 1500 people) with all the information contained in database? I started to build this using SPRING-Hibernate and I arrived at the point to i
I\'m trying to work o开发者_开发知识库n a search script that pulls up information about what you\'re searching and provides teh top hits the same way facebook does when you search for a name.I\'ve loo
Using Java, I need to figure out a way to check if a filehas any email addresses in it and then display the email addresses. Doe开发者_如何转开发s any one know how to do this?Regular Expressions FTW
How can I implement this example http://dev.nozav.org/rails_ajax_table.html without the pagination function and as a result I don\'t need the classic pagination plugin? Otherwise I would like to have
I\'m trying to install sphinx on my CentOs server. First I tried to install it using the开发者_运维问答 rpm server. I had some issues with starting the daemon so I decided to re install it.