search for: bincode

Displaying 16 results from an estimated 16 matches for "bincode".

2008 Oct 07
2
Gfxboot COMBOOT module
Hello all, i announce you the gfxboot COMBOOT module which is written in assembler. Since i didn't find as much spare time as i have hoped last weekend it is far from complete. Nevertheless the module is able to interact with the bincode ([1] and [2]) in the bootlogo cpio archive from the openSUSE 10.2 mini cd. So far it is able to call the bincode gfxboot code and setup some menu entries. Some callbacks (status, open and read) have already been implemented but it is missing a config file parser, so the menu entries are hard coded....
2013 Jul 03
2
Problems with gfxboot.c32
...he code in the bootlog archive > calls *out* into a realmode section compiled into gfxboot.c32 > (realmode_callback.asm) to do things like open files, read sectors, etc. > > It's these utility functions that no longer work. Calls to those functions only happen if the gfxboot core (bincode.asm) requests them. cb_status, cb_fopen and cb_fread are only called from gfxboot core (prim_findfile) if the requested file is not part of the bootlogo archive. cb_getcwd is deprecated, cb_chdir and cb_mount were never supported on upstream syslinux. The only function left is cb_readsector which s...
2002 Mar 28
0
Summary: Vectorizing closest match
...t <- function(x, w) { ## x: vector of reference values ## w: vector of values to find closest matches in x ## Returns: subscripts in x corresponding to w i <- order(x) x <- x[i] n <- length(x) br <- c(-1e30, x[-n]+diff(x)/2,1e30) m <- length(w) if(.R.) i[.C("bincode", as.double(w), m, as.double(br), length(br), code = integer(m), right = TRUE, include = FALSE, NAOK = TRUE, DUP = FALSE, PACKAGE = "base")$code] else i[.C("S_binning3", x=as.double(w), m, as.double(br), length(br), 0,...
2003 Apr 22
0
Hmisc's aregImpute segfaults R-1.7.0 under linux
...:250] orig.x2 <- x2[251:350] x1[1:250] <- NA x2[251:350] <- NA # Use 100 imputations to better check against individual true values f <- aregImpute(~y + x1 + x2 + x3, n.impute=100) Iteration:1 Error in whichClosest(pti[j], pti[nai]) : Incorrect number of arguments (7), expecting 8 for bincode I upgraded to the most recent version of Hmisc (verson 1.5-3) on both platforms. This fixed the problem on OS X and aregImpute runs fine there. But with Hmisc 1.5-3, aregImpute now causes R to segfault on my linux box, viz: f <- aregImpute(~y + x1 + x2 + x3, n.impute=100) Iteration:1 Proces...
2013 Jul 03
2
Problems with gfxboot.c32
Matt Fleming wrote: > On Wed, 03 Jul, at 03:02:19PM, Andreas Heinlein wrote: >> I had to add at least one boot entry to get a working config, so I >> ended up with this isolinux.cfg: >> >> label live >> menu label ^Try Ubuntu without installing >> kernel /casper/vmlinuz >> append file=/cdrom/preseed/ubuntu.seed boot=casper >>
2013 Jul 04
0
Problems with gfxboot.c32
...rchive >> calls *out* into a realmode section compiled into gfxboot.c32 >> (realmode_callback.asm) to do things like open files, read sectors, etc. >> >> It's these utility functions that no longer work. > > Calls to those functions only happen if the gfxboot core (bincode.asm) > requests them. > cb_status, cb_fopen and cb_fread are only called from gfxboot core > (prim_findfile) if > the requested file is not part of the bootlogo archive. > cb_getcwd is deprecated, cb_chdir and cb_mount were never supported on > upstream syslinux. > The only...
2005 Jul 21
1
cut in R
...r(labels[nb - 1], type = "char")) <- "]" } } else if (is.logical(labels) && !labels) codes.only <- TRUE else if (length(labels) != nb - 1) stop("labels/breaks length conflict") code <- .C("bincode", x = as.double(x), n = as.integer(length(x)), breaks = as.double(breaks), as.integer(nb), code = integer(length(x)), right = as.logical(right), include = as.logical(include.lowest), naok = TRUE, NAOK = TRUE, DUP = FALSE, PACKAGE = "base")$code if (code...
1998 Nov 16
2
hist()
Going over my old notes, I realised that hist() has changed since the earlier versions of R, in that the intervals are now left-open,right-closed rather than the opposite. This is a change in the direction of S-plus compatibility, but I wonder how sensible it really is. The main problem is with ages, where you'd naturally take age 17 as representing something between 17 and 18, but: >
2007 Jan 30
1
Solaris 10 compilation issue
...ings ../extra/intl/libintl.a(bindtextdom.o) libintl_nl_current_default_domain ../extra/intl/libintl.a(textdomain.o) Rf_qwilcox arithmetic.o libintl_nl_default_default_domain ../extra/intl/libintl.a(textdomain.o) BZ2_bzWriteOpen connections.o bincode registration.o R_CleanTempDir main.o do_proctime names.o norm_rand optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...ings ../extra/intl/libintl.a(bindtextdom.o) libintl_nl_current_default_domain ../extra/intl/libintl.a(textdomain.o) Rf_qwilcox arithmetic.o libintl_nl_default_default_domain ../extra/intl/libintl.a(textdomain.o) BZ2_bzWriteOpen connections.o bincode registration.o R_CleanTempDir main.o do_proctime names.o norm_rand optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program...
2007 Jan 30
0
R Compiling issue
...andom.o Rf_sign arithmetic.o libintl_nl_domain_bindings ../extra/intl/libintl.a(bindtextdom.o) libintl_nl_current_default_domain ../extra/intl/libintl.a(textdomain.o) Rf_qwilcox arithmetic.o libintl_nl_default_default_domain ../extra/intl/libintl.a(textdomain.o) BZ2_bzWriteOpen connections.o bincode registration.o R_CleanTempDir main.o do_proctime names.o norm_rand optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program Rmain.o Rf_psigamma arithmetic.o ch2inv_ registration.o BZ2_bzWrite connections.o inflateInit2_ connections.o Rf_rwilcox random.o R_CleanUp errors...
2007 Jan 30
0
Issue with compiling R on solaris 10
...ings ../extra/intl/libintl.a(bindtextdom.o) libintl_nl_current_default_domain ../extra/intl/libintl.a(textdomain.o) Rf_qwilcox arithmetic.o libintl_nl_default_default_domain ../extra/intl/libintl.a(textdomain.o) BZ2_bzWriteOpen connections.o bincode registration.o R_CleanTempDir main.o do_proctime names.o norm_rand optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program...
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
So here it is. Ugly and far from acceptable shape but nonetheless it seems to work. Parts are borrowed from syslinux core and of course the gfxboot patch for syslinux 3.63. Syntax: gfxboot.com <bootlogo file> - Sebastian --- /dev/null 2007-09-21 23:50:58.000000000 +0200 +++ syslinux-3.73-pre6/modules/gfxboot.asm 2008-11-22 19:01:10.000000000 +0100 @@ -0,0 +1,883 @@ + absolute 0
2012 Oct 26
4
R 2.15.2 is released
...cks on user error leading to attempted infinite recursion (and on some platforms to crashing R). o PCRE has been updated to version 8.31, a bug-fix release. o The included version of liblzma has been updated to version 5.0.4, a minor bug-fix release. o New function .bincode(), a 'bare-bones' version of cut.default(labels = FALSE) for use in packages with image() methods. o The HTML manuals now use directional single quotes. o maintainer() now converts embedded new lines to spaces. It no longer gives a non-obvious error for non-inst...
2012 Oct 26
4
R 2.15.2 is released
...cks on user error leading to attempted infinite recursion (and on some platforms to crashing R). o PCRE has been updated to version 8.31, a bug-fix release. o The included version of liblzma has been updated to version 5.0.4, a minor bug-fix release. o New function .bincode(), a 'bare-bones' version of cut.default(labels = FALSE) for use in packages with image() methods. o The HTML manuals now use directional single quotes. o maintainer() now converts embedded new lines to spaces. It no longer gives a non-obvious error for non-inst...
2012 Oct 26
4
R 2.15.2 is released
...cks on user error leading to attempted infinite recursion (and on some platforms to crashing R). o PCRE has been updated to version 8.31, a bug-fix release. o The included version of liblzma has been updated to version 5.0.4, a minor bug-fix release. o New function .bincode(), a 'bare-bones' version of cut.default(labels = FALSE) for use in packages with image() methods. o The HTML manuals now use directional single quotes. o maintainer() now converts embedded new lines to spaces. It no longer gives a non-obvious error for non-inst...