search for: read_

Displaying 6 results from an estimated 6 matches for "read_".

Did you mean: read
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
On 7/15/20 1:35 PM, Dirk Eddelbuettel wrote: > On 15 July 2020 at 16:16, Sam H wrote: > | I am trying to download some data using read.csv and it works perfectly in > | RStudio and fails in the R console in the terminal in Ubuntu 18.04 after > | upgrading from R 3.6.3 to 4.0.2. Before upgrading this worked in the R > | console in the terminal also without any issues. > | > |
2006 May 05
1
Adding methods to model based on foreign table rows
Hi all, I wondered if the following is implemented in ActiveRecord: I have three tables: "products", "properties" and "product_properties" the products table holds base information for the product, like product_id, name etc. >> Product.column_names => ["product_id", "name"] the properties table holds extra "columns" for the
2010 Sep 19
2
can't get write_sectors to work...
Hi, Hopefully you someone can tell me what I'm doing wrong. First, the code. I placed this at the bottom of the main loop in com32/modules/disk.c as a simple test of writing to the disk: printf(" Host bus: %s, Interface type: %s\n\n", d->edd_params.host_bus_type, d->edd_params.interface_type); zero_buf = calloc(1, d->edd_params.bytes_per_sector); for(int
2004 Mar 04
1
ioctl(ZT_LOADZONE) failed: Inappropriate ioctl for device
...are analog phones connected to SPA-2000 using SIP. In Step one, of course the caller gets a ringback tone until the auto-attendant calls (supplied by the PSTN). In Step 3, the extension rings but no ringback tone is supplied to the caller. Things I have tried thus far (_please read_). 1. Removing Answer application from auto-attendant 2. Adding "r" option to Dial application 3. Add Ringing application before dialing None of these options have worked. Please note that if I call from one internal extension to another, I get a...
2006 Mar 10
0
WEBrick crashing
....00 6.55 0.00 1 0.00 0.00 Array#flatten 0.00 6.55 0.00 1 0.00 15.00 Class#remove_class 0.00 6.55 0.00 1 0.00 0.00 WEBrick::GenericServer#sta rt 0.00 6.55 0.00 1 0.00 0.00 WEBrick::HTTPRequest#read_ body 0.00 6.55 0.00 2 0.00 0.00 Thread#current 0.00 6.55 0.00 1 0.00 47.00 ActiveRecord::Base#reset_s ubclasses 0.00 6.55 0.00 1 0.00 0.00 ActionController::Routing: :ControllerComponent#traverse_to_controller 0.0...
2003 Mar 18
6
bitstream changes
ok now I see why we need another packet in the header. The first one is basically for ID purposes (theora_decode_header()). I've jammed my huffman trees in there but it sucks because I need them later on when I actually build the huffman tree structs (theora_decode_init, calls InitHuffmanSet()). At that point the original header packet is gone so I've been keeping it around in a buffer.