search for: notmatched

Displaying 10 results from an estimated 10 matches for "notmatched".

Did you mean: notmatches
2012 Sep 07
1
[LLVMdev] teaching FileCheck to handle variations in order
On 9/7/2012 12:12 PM, Krzysztof Parzyszek wrote: > On 9/7/2012 7:20 AM, Matthew Curtis wrote: >> >> The attached patch implements one possible solution. It introduces a >> position stack and a couple of directives: >> >> * 'CHECK-PUSH:' pushes the current match position onto the stack. >> * 'CHECK-POP:' pops the top value off of the stack
2012 Sep 07
5
[LLVMdev] teaching FileCheck to handle variations in order
Hello all, For the hexagon target, we have a couple of tests that are failing due to variations in the order of checked text. In these cases the ordering is not directly relevant to the functionality being tested. For example: ; CHECK: memw(##a) ; CHECK: memw(##b) %0 = load i32* @a, align 4 %1 = load i32* @b, align 4 requires that the compiler emit the memory operations for
2012 Sep 07
0
[LLVMdev] teaching FileCheck to handle variations in order
On 9/7/2012 7:20 AM, Matthew Curtis wrote: > > The attached patch implements one possible solution. It introduces a > position stack and a couple of directives: > > * 'CHECK-PUSH:' pushes the current match position onto the stack. > * 'CHECK-POP:' pops the top value off of the stack and uses it to set > the current match position. > > The above
2011 Dec 05
1
Subsetting a data frame
Hi R users, I really need help with subsetting data frames: I have a large database of medical records and I want to be able to match patterns from a list of search terms . I've used this simplified data frame in a previous example: db <- structure(list(ind = c("ind1", "ind2", "ind3", "ind4"), test1 = c(1, 2, 1.3, 3), test2 = c(56L, 27L, 58L,
2009 Mar 21
1
Subsetting data where the condition is that the value of some column contains some substring
I have some data that looks like this: > dataP input output corpusFreq pvolOT pvolRatioOT 1 give(my sister, the old book) P 47.0 56016 0.1543651 5 donate(her, the book) P 48.7 68928 0.1899471 9 give(my sister, the book) P 73.4 80136 0.2208333 13 donate(my sister, the old book) P
2006 Aug 10
0
routing wierdness
..., but the 3rd one does. in other words, if someone attempts to go to mysite.myhost.com/admin, i want them routed to admin/main controller, index action if someone goes to mysite.myhost.com/anythingelse, route them to main controller, index action but for some reason mysite.myhost.com/admin IS NOTmatched against the 2nd route but IS matched against the 3rd route. am i missing something here? Chris
2017 Sep 02
0
problem in testing data with e1071 package (SVM Multiclass)
Hello all, this is the first time I'm using R and e1071 package and SVM multiclass (and I'm not a statistician)! I'm very confused, then. The goal is: I have a sentence with sunny; it will be classified as "yes" sentence; I have a sentence with cloud, it will be classified as "maybe"; I have a sentence with rainy il will be classified as "no". The
2024 Oct 30
1
NUT 2.8.1-3 " Can't claim USB device [051d:0002]@0/0: Entity not found" using usbhid-ups
...oductid = "0002" product = "Back-UPS BX750MI FW:295202G -302202G" serial = "9B2416A22014" vendor = "American Power Conversion" bus = "001" device = "004" busport = "002" ###NOTMATCHED-YET###bcdDevice = "0106" ``` ``` erik at MinipcLG2:/etc/nut$ sudo usbhid-ups -a apcupskelder sudo: usbhid-ups: opdracht niet gevonden ``` This seems strange? But after some googling, I found the below alternative - although I would expect it to work without `/lib/nut/`): ```` erik at Min...
2024 Nov 01
1
NUT 2.8.1-3 " Can't claim USB device [051d:0002]@0/0: Entity not found" using usbhid-ups
...product = "Back-UPS BX750MI FW:295202G -302202G" > serial = "9B2416A22014" > vendor = "American Power Conversion" > bus = "001" > device = "004" > busport = "002" > ###NOTMATCHED-YET###bcdDevice = "0106" > ``` > > ``` > erik at MinipcLG2:/etc/nut$ sudo usbhid-ups -a apcupskelder > sudo: usbhid-ups: opdracht niet gevonden > ``` > This seems strange? But after some googling, I found the below alternative > - although I would expect it to work...
2024 Nov 01
1
NUT 2.8.1-3 " Can't claim USB device [051d:0002]@0/0: Entity not found" using usbhid-ups
...k-UPS BX750MI FW:295202G -302202G" >> serial = "9B2416A22014" >> vendor = "American Power Conversion" >> bus = "001" >> device = "004" >> busport = "002" >> ###NOTMATCHED-YET###bcdDevice = "0106" >> ``` >> >> ``` >> erik at MinipcLG2:/etc/nut$ sudo usbhid-ups -a apcupskelder >> sudo: usbhid-ups: opdracht niet gevonden >> ``` >> This seems strange? But after some googling, I found the below >> alternative - al...