I\'m facing a problem with DBIx::Class against an SQLite3 database. If you don\'t want to read the following in full, here\'s the TL;DR version:
I want to compare 2 lines, but the one line is in a random sequence. I use text boxes, like this: Textbox1:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
So here is my problem. I have two paragraphs of text and I need to see if they are similar. Not in the sense of string metrics but in meaning. The following two paragraphs are related but I need to fi
My original test implementation consisted of building an array of \"ignore words\" with the following code:
I have two arrays and I want to know if they contain the same items.Equals(object obj) doesn\'t work because an array is a reference type.I have posted my attempt below, but since I\'m sure this is a
I want to evaluate a list of statements for a Cell (e.g. has top border, has bottom border etc.) and pass the findings to a collection object. However If/elseif will stop evaluating when it finds the
I have two directories of images with mismatching names, but mostly matching images. Dir 1Size| Dir 2Size
Why is PRINT THIS in the code below never printing? I\'ve already cout << shiftx and shifty to make sure that at some point, they both are 0.3.
A new problem emerged from this thread: jquery form validator never makes ajax call, in that the data returned from the ajax request is accurate, but it always fails on a comparison. This is the code