Is it possible to compare strings in raptor? - raptor

Is it possible to compare strings in raptor? I've look in the documentation and googled, not haing any luck. Any help would be appreciated.

Related

Combine every single protobuf file into one "combined.proto"

I've looked extensively for good solutions to this question. I'm fine with writing a script.
I'd like to combine every single .proto file I have here into a single "combined.proto" for various reasons.
The other answers I've found on here haven't matched my problem - some help would be greatly appreciated.

architecture: building text suggestions based on existing text

trying build a text suggestions similar to stackoverflow question suggestions. Do not know where to start from. Any suggestions what tools/servers/algorithms i should be researching. Does this come under text classification?
Any links towards this would be helpful
I think you need to string searching algorithms. They try to find a place where one or several strings (also called patterns) are found within a larger string or text.
The following links help you understand this topic:
Algorithm for autocomplete?
What is the best autocomplete/suggest algorithm,datastructure [C++/C]
https://web.stanford.edu/class/cs97si/10-string-algorithms.pdf

How do I add letters prefix before my order number?

all Im trying to add a few letters before the order number in magento, currently they are at default 100000001, 100000002, etc but I'm wanting something like,TD10000001, TD10000002, I've checked out several tutorials that say I need to edit the: Mage_Eav_Model_Entity_Increment_Numeric function but there doesn't seem to be a decent tutorial telling me how to do this.
Any help would be appreciated.
Answered, found an awesome free plugin by MSWebDesign that allows prefixes before the order number exactly what I wanted, hope this helps anyone else.

csv/txt file content comparison in ruby. - for multiple pairs of files

Its like there are mutliple pairs of files that needs to be compared. Then a result text file will display if there are pairs that have different contents, and will also display the differences.
Please help if there is existing code/application that can do this. Or if its possible in ruby? If yes, how and where should I start?
Thanks
Perhaps another tool may help you better - or is there a reason why you need ruby?
Some examples:
kdiff (free)
Beyond Compare (
diff (unix tool)
See also wikipedia for more diff tools
Try this http://markmcb.com/2008/11/04/ruby-on-rails-diff-text-to-html-ins-and-del/

reCAPCTHA alternatives?

Just wondering if there are any good altervatives to reCAPTCHA? The reason I'm looking for alternative is I prefer 1 word instead of two words as given by reCAPTCHA. Thanks.
one you could be trying is MyCaptcha http://mycaptcha.codeplex.com/releases/view/34719

Resources