I\'m quite new to 开发者_如何学JAVASQL and have a question about matching names from two columns located within a table:
I\'ve never built an algorithm for matching before and don\'t really know where to start. So here is my basic set up and why I\'m doing it. Feel free to correct me if I\'m not asking the right questio
i have a question about how to do a common programming task in linq. lets say we have do different collections or arrays. What i would like to do is match elements between arrays and if there is a ma
I found an interesting pairs matching game at http://xepthu.uhm.vn. The rule is simple, you have to find and connect two identical pokemon but the path between them is not blocked and the direction ca
I\'m trying to return duplicate records in a user table where the fields only partially match, and the matchi开发者_开发技巧ng field contents are arbitrary. I\'m not sure if I\'m explaining it well, s
I am writing code in Java that uses an unordered, rooted tree where each node may have any number of child nodes. Given a tree T and a subtree S, I want to be able to find all the subtrees in T that m
I have the following code // this text box can contain a URL such as: // http://vimeo.com/ // http://www.youtube.com/
I have the following Xml structure; Payment/Line which has amongst its element a IsFeePayment and a IsServiceProduct elements of type bool.
Is there an easier way to grab only one element out of a match other than doing the followng: my $date = ($xml_file =~ m/(\\d+)-sys_char/)[0];
I am using the following code to remove both leading and tailing spaces from all lines of a file A.txt