search for: colid

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

Did you mean: solid
2020 Sep 24
1
How to use `[` without evaluating the arguments.
...eger indexes of the row data identifier columns. These #' columns will be pasted together to make up the row.names of the #' `LongTable` object. #' @param colData [`data.table`, `data.frame`, `matrix`] A table like object #' coercible to a `data.table` containing the a unique `colID` column which #' is used to key assays, as well as additional column metadata to subset on. #' @param colIDs [`character`, `integer`] A vector specifying #' the names or integer indexes of the col data identifier columns. These #' columns will be pasted together to make up the...
2012 Jan 01
4
matrix position to list of coordinates
How can I extract a list of the positions in the matrix? > A=matrix(1:8, nrow=2,ncol=4) > A [,1] [,2] [,3] [,4] [1,] 1 3 5 7 [2,] 2 4 6 8 Something like this pos.A 1 1 1 2 1 3 1 4 2 1 2 2 2 3 2 4
2007 Apr 13
0
[951] branches/wxruby2/wxwidgets_282: Additions to Grid API 2.6->2.8
...lass="lines">@@ -788,6 +821,14 @@ </span><span class="cx"> </span><span class="cx"> </span><span class="cx"> </span><ins>+h3(#Grid_getcolpos). Grid#get_col_pos + + Integer *get_col_pos*(%(arg-type)Integer% colID) + +Returns the position of the specified column. + + + </ins><span class="cx"> h3(#Grid_getcolright). Grid#get_col_right </span><span class="cx"> </span><span class="cx"> Integer *get_col_right*(%(arg-type)Integer% col) </span&...
2005 Dec 17
0
Fw: tc filter match u8 problem??
...r?? I missed this one.) Here is the explanation for u8 behavior. Together with ''match u8 8 0xff at 20'' I also had ''match ip dport 1234 0xffff'' and ''match ip sport 80 0xffff'' (these both i striped out in my original post). Since the last two colide with the ''u8 ... at 20'', tc complained (I don''t know the mechanism use by tc but the fact is tc knows they collide). >> # $TC filter add dev eth0 protocol ip parent 1:0 prio 2 \ u32 \ >> match ip src 200.231.49.240/29 \ >> match ip dst 200.2...
2007 Jun 24
2
matlab/gauss code in R
...} > # creates the predicted values > > colPlot<-rep(1,nPts*nInd*nModel) > # creates the "Plot" column > colModel<-gl(nModel,nPts*nInd,labels=c("A","B","C")) # > creates the "Model" column > colID<-gl(nInd,nPts,nPts*nInd*nModel) > # creates the "ID" column > > mydata<-data.frame(colPlot,colModel,colID,TimePts,Obs,Pred) > # creates the dataset > names(mydata)<-c("Plot","Model","Individuals","Time",&quo...
2017 Jan 26
3
[PATCH 0/3] p2v: Allow nbdkit as an alternative NBD server.
qemu-nbd is a fine NBD server. However it's not easy to compile a reliably working version on RHEL 5. This patch series allows nbdkit to be used as an alternative (qemu-nbd is still the default). Rich.
2017 Feb 03
5
[PATCH 0/5] Support socket activation in virt-p2v.
As the subject says, support socket activation in virt-p2v. I have added upstream support for socket activation to nbdkit already: https://github.com/libguestfs/nbdkit/commit/7ff39d028c6359f5c0925ed2cf4a2c4c751af2e4 I posted a patch for qemu-nbd, still waiting on more reviews for that one: https://www.mail-archive.com/qemu-devel@nongnu.org/msg427246.html I tested this against old and new qemu
2012 Nov 11
8
[PATCH v12 0/7] make balloon pages movable by compaction
Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge
2012 Nov 11
8
[PATCH v12 0/7] make balloon pages movable by compaction
Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am