search for: 139968

Displaying 5 results from an estimated 5 matches for "139968".

Did you mean: 139962
2016 Feb 29
1
[patch] Support many columns in model.matrix
...# $ i: Factor w/ 2 levels "0","1": 1 1 1 1 1 1 1 1 1 2 ... > ## $ j: Factor w/ 3 levels "0","1","2": 1 2 3 1 1 1 1 1 1 1 ... > ## $ k: Factor w/ 3 levels "0","1","2": 1 1 1 1 1 1 1 1 1 1 ... > ## > ## [1] 139968 > > system.time(mff <- model.matrix(~ . ^ 11, dd, contrasts = list(a = "contr.helmert"))) > ## user system elapsed > ## 0.255 0.033 0.287 --- *with* the patch on my desktop (16 GB) > ## 1.489 0.031 1.522 --- for R-patched (i.e. w/o the patch) > >> di...
2016 Feb 26
2
[patch] Support many columns in model.matrix
Generating a model matrix with very large numbers of columns overflows the stack and/or runs very slowly, due to the implementation of TrimRepeats(). This patch modifies it to use Rf_duplicated() to find the duplicates. This makes the running time linear in the number of columns and eliminates the recursive function calls. Thanks -------------- next part -------------- A non-text attachment was
2019 Sep 29
3
vesamenu.c32 and EFI
...bug_enabled Failed to load libcom32.c32 Failed to load COM32 file vesamenu.c32 boot: ``` I'm at a bit of a loss where to go from here from either path, any suggestions? Thanks, Rob ls ``` -a---- 29/09/2019 16:35 465 syslinux.cfg -a---- 29/09/2019 16:33 139968 ldlinux.e64 -a---- 29/09/2019 16:33 24480 libutil.c32 -a---- 29/09/2019 16:33 31760 menu.c32 -a---- 29/09/2019 16:33 32456 vesamenu.c32 -a---- 29/09/2019 16:33 201680 libcom32.c32 -a---- 29/09/2019 16:33 19...
2016 Feb 29
0
[patch] Support many columns in model.matrix
...1 2 1 1 1 1 1 ... ## $ i: Factor w/ 2 levels "0","1": 1 1 1 1 1 1 1 1 1 2 ... ## $ j: Factor w/ 3 levels "0","1","2": 1 2 3 1 1 1 1 1 1 1 ... ## $ k: Factor w/ 3 levels "0","1","2": 1 1 1 1 1 1 1 1 1 1 ... ## ## [1] 139968 system.time(mff <- model.matrix(~ . ^ 11, dd, contrasts = list(a = "contr.helmert"))) ## user system elapsed ## 0.255 0.033 0.287 --- *with* the patch on my desktop (16 GB) ## 1.489 0.031 1.522 --- for R-patched (i.e. w/o the patch) > dim(mff) [1] 128 139968 > o...
2007 Mar 19
0
Courier's courierpop3dsizelist - uid convert
Hi Migration page [1] on wiki says "Courier version 3 (younger versions) Here everything has changed: Courier's UID data are now stored in courierpop3dsizelistand in a completely new format. But it's still possible to convert it to the format dovecot needs (link to perlscript and further configuration details will follow later). " but there's nothing more. I