search for: unk

Displaying 20 results from an estimated 87 matches for "unk".

Did you mean: uk
2007 May 15
3
qr.solve and lm
...st of all, I need to reproduce in R the results which were already obtained in Matlab (to make sure that everything is correct). There are some matrix manipulations and '\' operation among them in the code. I have the following data frame > ABS.df Pro syn unk Chl Y Nh V1 1 0.056524968 0.04387755 -0.073925372 0.026477146 0.083527021 0.0031950622 0.02164793 2 0.066456284 0.05992579 -0.094609497 0.031772575 0.054881164 0.0022078221 0.01358594 3 0.036383887 0.04601113 -0.061213302 0.021181717...
2016 Nov 26
5
Placement new and TBAA
...h -fno-strict-aliasing”, my understanding is that it is failing only with the TBAA indeed. You don’t need the main and the union to reproduce, extracting foo() alone in its single own file is enough: void *operator new(decltype(sizeof 0), void *) noexcept; float *qq; void foo(int *p, int *q, long unk) { for (long i = 0; i < unk; ++i) { ++*p; qq = new (static_cast<void *>(&q[i])) float(42); } } LICM will get the store to p out of the loop, conceptually turning it into: void foo(int *p, int *q, long unk) { for (long i = 0; i < unk; ++i) { qq = new (sta...
2014 Oct 13
2
Belkin unk ups
Greetings; Its unk because whats plugged in seems to be blocking the rear name plate. About all I can recall is that its big, 3 battery unit, rated somewhere north ob 1250 VA. Its an 050D:0751 Belkin. What driver should I use, and what file is that set in? The nut version presently and freshly installed is from t...
2014 Oct 14
0
Belkin unk ups
On Oct 12, 2014, at 8:28 PM, Gene Heskett <gheskett at wdtv.com> wrote: > Its unk because whats plugged in seems to be blocking the rear name plate. > About all I can recall is that its big, 3 battery unit, rated somewhere > north ob 1250 VA. > > Its an 050D:0751 Belkin. > > What driver should I use, and what file is that set in? Looks like it is in usbhid-...
2006 Sep 19
0
inconsistent rows in a data frame
...n 1:3) p[,i] <- factor(p[,i]) > p a s d 1 1 0 0 2 2 0 1 3 3 0 1 4 4 2 1 5 5 4 3 6 2 3 0 7 3 2 5 8 5 4 11 9 3 0 0 10 5 0 0 11 3 4 0 Here is my best effort, I don't like the efficiency with large data frames! Actually, efficiency is ridiculous with 800,000 rows! is.unk <- function(x) {x == "0"} p.tmp <- unique(p[,1:2]) p.tmp <- p.tmp[!is.unk(p.tmp[,1]) & !is.unk(p.tmp[,2]),] dup.s <- p.tmp[duplicated(p.tmp[,1]), 1][,drop=T] p.tmp <- unique(p[,c(1,3)]) p.tmp <- p.tmp[!is.unk(p.tmp[,1]) & !is.unk(p.tmp[,2]),] dup.d <-...
2016 Dec 01
2
Placement new and TBAA
...ctually has unfreed backing storage to re-use). > 2. have an empty destructor. > So, void *operator new(decltype(sizeof 0), void *) noexcept; struct MyInt { static void operator delete(void *) { } MyInt() { x = 0; } ~MyInt() { } int x; }; float *qq; void foo(void *p, void *q, long unk) { // unk = 1 for (long i = 0; i < unk; ++i) { auto pp = new (p) MyInt; delete pp; // or pp->~MyInt(); qq = new (static_cast<void *>(&reinterpret_cast<char *>(q)[i])) float(42); } } then I suspect we'll have the same problem after the destructor and >...
2014 Oct 14
1
Belkin unk ups
On Tuesday 14 October 2014 08:19:02 Charles Lepple did opine And Gene did reply: > usbhid-ups Added that, but only get this at "sudo service nut start" gene at coyote:/etc/init.d$ sudo service nut start * Starting Network UPS Tools [ OK ]
2012 Dec 05
2
[RFC PATCH] drm/nouveau: report channel owner in error messages
...d); + nv_error(priv, - "CACHE_ERROR - Ch %d/%d Mthd 0x%04x Data 0x%08x\n", - chid, (mthd >> 13) & 7, mthd & 0x1ffc, data); + "CACHE_ERROR - Ch %d/%d [%s] Mthd 0x%04x Data 0x%08x\n", + chid, (mthd >> 13) & 7, client ? client->name : "unk", + mthd & 0x1ffc, data); } nv_wr32(priv, NV04_PFIFO_CACHE1_DMA_PUSH, 0); @@ -445,11 +468,14 @@ static void nv04_fifo_dma_pusher(struct nouveau_device *device, struct nv04_fifo_priv *priv, u32 chid) { + struct nouveau_client *client; u32 dma_get = nv_rd32(priv, 0x003244);...
2011 Sep 05
3
[LLVMdev] [MacOSX] make check failures
Hi, I built LLVM + Clang on Mac OS X and ran make check. I get the following result summary: Failing Tests (11): LLVM :: LLVMC/C++/dash-x.cpp LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Expected Passes : 5548 Expected Failures : 57 Unsupported Tests : 12 Unexpected Failures: 11...
2003 Oct 27
2
problem using do.call and substitute for predict.glm using poly()
...t(pAsgn, list(n = n, i = i, X = as.name(n), Y = as.name(i)))) eval(TAsgn) } } Alk1 is used above as an example, all 23 predictors are 'not found' depending on which part of the loop I'm in. Investigation of the predList object after this has run shows for example: $Unk.nown$NCR [1] "Error in poly(NCR, degree = 2, coefs = structure(list(alpha = c(218.156626506024, : \n Object \"NCR\" not found\n" attr(,"class") [1] "try-error" pAsgn contains a parsed R expression: predList[[i]][[n]] <- try(predict(resList$Y$X, newd...
2007 Dec 11
4
X100P Fxo card headaches
.../etc/zaptel.conf fxsks=1 loadzone=uk defaultzone=uk orange:~# but zap show status in the command line shows orange*CLI> zap show status Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO Wildcard X100P Board 1 OK 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) orange*CLI> and i think the Unk means unknown...? Does anyone have any ideas on how to get this line to work, ive followed every howto i can find, and google seems to be comming up short, as far as i can see, ztcfg should report the card as configured, b...
2016 Nov 25
2
Placement new and TBAA
On Fri, Nov 25, 2016 at 1:42 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > What is the purpose of the union there? > The purpose of the union is to increase portability by ensuring that the placement new is not being performed on insufficiently sized or aligned memory. > I ask because pretty much no compiler will respecting the unioning without > visible accesses in all
2011 Apr 26
0
unknownR : you didn't know you didn't know?
Do you know how many functions there are in base R? How many of them do you know you don't know? Run unk() to discover your unknown unknowns. It's fast and it's fun! unknownR v0.2 is now on CRAN. More information is on the homepage : http://unknownr.r-forge.r-project.org/ Or, just install the package and try it : install.packages("unknownR") library(unknownR) ?unk unk() learn()...
2011 Apr 26
0
unknownR : you didn't know you didn't know?
Do you know how many functions there are in base R? How many of them do you know you don't know? Run unk() to discover your unknown unknowns. It's fast and it's fun! unknownR v0.2 is now on CRAN. More information is on the homepage : http://unknownr.r-forge.r-project.org/ Or, just install the package and try it : install.packages("unknownR") library(unknownR) ?unk unk() learn()...
2011 Oct 18
1
Function to "lump" factors together?
...egories; I believe it would be useful and helpful for me to be able to do precisely that. A facility that could work for this purpose (that that we use in our "continuous build" driver) is the Bourne shell "case" statement. Such a construct might look like: case branch in trunk) factor="trunk"; continue;; IB*) factor="IB"; continue;; DEV*) factor="DEV"; continue;; PVT*) factor="PVT"; continue;; RELEASE*) factor="RELEASE"; continue;; *) factor="UNK"; continue;; esac Which would assign...
2011 Dec 08
1
Issues with dahdi show status output (and check IRQs)
...uot;dahdi show status" Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO HA8-0000 RED 109 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) HA8-0000 UNCONFI 109 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) HA8-0000 RED 109 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) HA8-0000 RED 109 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) HA8-0000...
2009 Dec 14
3
Is this bad hardware? Dahdi-v-X100 clone
...e card, dialtone is there. I've tried reversing the polarity, two way/three way jack leads (I'm in the UK) but none the less I get: Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO Wildcard X100P Board 1 RED 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) Is this likely to be bad hardware (hostility towards this cheap card noted) or software/driver? It would be just ace to crack this problem and learn some more. Thanks Bob.
2011 Sep 05
0
[LLVMdev] [MacOSX] make check failures
...lt LLVM + Clang on Mac OS X and ran make check. I get the > following result summary: > > Failing Tests (11): >    LLVM :: LLVMC/C++/dash-x.cpp >    LLVM :: LLVMC/C++/hello.cpp >    LLVM :: LLVMC/C++/just-compile.cpp >    LLVM :: LLVMC/C++/together.cpp >    LLVM :: LLVMC/C++/unknown_suffix.unk >    LLVM :: LLVMC/C/hello.c >    LLVM :: LLVMC/C/opt-test.c >    LLVM :: LLVMC/C/sink.c >    LLVM :: LLVMC/C/wall.c >    LLVM :: LLVMC/ObjC++/hello.mm >    LLVM :: LLVMC/ObjC/hello.m > >  Expected Passes    : 5548 >  Expected Failures  : 57 >  Unsupport...
2008 Apr 22
0
Bip viol. in E1 cards
...CI) Quad E1 Card 0 Span 1 OK 0 5904 0 CCS HDB3 YEL 0 db (CSU)/0-133 feet (DSX-1) Tormenta 3 (PCI) Quad E1 Card 0 Span 2 OK 0 9449 0 CCS HDB3 YEL 0 db (CSU)/0-133 feet (DSX-1) Tormenta 3 (PCI) Quad E1 Card 0 Span 3 BLU/RED 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) Tormenta 3 (PCI) Quad E1 Card 0 Span 4 BLU/RED 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) How could I solve this problem? What can make this value of Bipolar Vil. so big? thank`s for the opportunity. Everton -------------- next...
2008 Dec 03
0
What IRQ field from "dahdi show status" means ?
...) Card 0 Span 1 OK 0 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI) Card 0 Span 2 OK 0 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI) Card 0 Span 3 RED 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI) Card 0 Span 4 RED 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1) and also: Dec 3 09:04:06 claire-ophbq3n0 kernel: [ 1720.240380] wcb4xxp 0000:08:00.0: probe called for b4xx... Dec 3 09:04:06 claire-ophb...