search for: wrb

Displaying 7 results from an estimated 7 matches for "wrb".

Did you mean: wmb
2007 Dec 05
3
sytanx question
in a template file login.rhtml: <%= form.password_field :password, :size => 40 %> and i get this error: undefined method `password'' for #<User:0x47e5bcc what is this supposed to mean? and somebody please explain this syntax: Method :password should not it be: Method :password=value? --~--~---------~--~----~------------~-------~--~----~ You received this message because
2020 Oct 29
2
Something is wrong with the unserialize function
Hi all, I am not able to export an ALTREP object when `gctorture` is on in the worker. The package simplemmap can be used to reproduce the problem. See the example below ``` ## Create a temporary file filePath <- tempfile() con <- file(filePath, "wrb") writeBin(rep(0.0,10),con) close(con) library(simplemmap) library(parallel) cl <- makeCluster(1) x <- mmap(filePath, "double") ## Turn gctorture on clusterEvalQ(cl, gctorture()) clusterExport(cl, "x") ## x is an 0-length vector on the worker clusterEvalQ(cl, x) stop...
2020 Oct 29
2
[External] Something is wrong with the unserialize function
...f luke-tierney at uiowa.edu> wrote: Thanks for the report. Will look into it when I get a chance unless someone else gets there first. A simpler reprex: ## create and serialize a memmory-mapped file object filePath <- "x.dat" con <- file(filePath, "wrb") writeBin(rep(0.0,10),con) close(con) library(simplemmap) x <- mmap(filePath, "double") saveRDS(x, file = "x.Rds") ## in a separate R process: gctorture() readRDS("x.Rds") Looks like a missing PROTECT somewhere. Best...
2020 Oct 29
0
[External] Something is wrong with the unserialize function
Thanks for the report. Will look into it when I get a chance unless someone else gets there first. A simpler reprex: ## create and serialize a memmory-mapped file object filePath <- "x.dat" con <- file(filePath, "wrb") writeBin(rep(0.0,10),con) close(con) library(simplemmap) x <- mmap(filePath, "double") saveRDS(x, file = "x.Rds") ## in a separate R process: gctorture() readRDS("x.Rds") Looks like a missing PROTECT somewhere. Best, luke On Thu, 29 Oct 2020, Jiefei Wan...
2020 Oct 29
0
[External] Something is wrong with the unserialize function
...e: > > Thanks for the report. Will look into it when I get a chance unless > someone else gets there first. > > A simpler reprex: > > ## create and serialize a memmory-mapped file object > filePath <- "x.dat" > con <- file(filePath, "wrb") > writeBin(rep(0.0,10),con) > close(con) > > library(simplemmap) > x <- mmap(filePath, "double") > saveRDS(x, file = "x.Rds") > > ## in a separate R process: > gctorture() > readRDS("x.Rds") > > L...
2007 Jan 09
6
help w/push_event_handler plus doc update request
...of my Ruby experience is via writing Rails web apps and I''m just starting to dig in to cooking up some non-trivial stand alone ruby apps. ------- #!/usr/bin/env ruby -w # require ''rubygems'' require ''wx'' load ''/Users/hjw/tmp/wxStff/mainframe.wrb'' class TinyApp < Wx::App def on_init frame = MainFrame.new("painter") setup_frame(frame) frame.show() end def setup_frame(frame) # setup my application''s stuff here frame <----.push_event_handler here----> class << fra...
2012 Jun 24
0
nouveau _BIOS method
.....^^/.PCI0LPCBH_ 2930: 45 43 41 43 45 58 00 70 0a 1f 60 a1 05 70 0a 0f ECACEX.p..`..p.. 2940: 60 a4 60 5b 82 1b 4c 49 44 30 08 5f 48 49 44 0c `.`[..LID0._HID. 2950: 41 d0 0c 0d 14 0b 5f 4c 49 44 00 a4 4c 49 44 53 A....._LID..LIDS 2960: 5b 82 1b 50 57 52 42 08 5f 48 49 44 0c 41 d0 0c [..PWRB._HID.A.. 2970: 0c 08 5f 50 52 57 12 06 02 0a 1e 0a 04 5b 82 3d .._PRW.......[.= 2980: 44 4d 41 43 08 5f 48 49 44 0c 41 d0 02 00 08 5f DMAC._HID.A...._ 2990: 43 52 53 11 28 0a 25 47 01 00 00 00 00 01 20 47 CRS.(.%G...... G 29a0: 01 81 00 81 00 01 11 47 01 93 00 93 00 01 0d 47 .......G......