search for: openstream

Displaying 11 results from an estimated 11 matches for "openstream".

2001 Jun 01
1
Read to the end of a stream (package Rstreams)
Hi there, I want to read all data from a binary file (with package Rstreams). I tried the following function (small piece of code): readdata <- function (file) { # open file s <- openstream(file, "read") # read int values while (s$position <= s$size) { readint(s, 1, 2) -> type [...] } return() } and got the following error: > Error in while (s$position <= s$size) { : missing value where logical needed Is it possible to read data from t...
2001 Jul 05
1
ERP software
I was just playing around with the R-streams package, reading in some data from an old experiment we did here, and was again amazed by the flexibility of the R environment. The eaze with wich I was able to generate simple plots of my EEG data made me wonder if someone tried to implement an ERP package. For the non-cognitive scientists ou there: EEG is electrical activity measured from the scalp
2000 Jun 29
1
Binary file functions in R
This is just to let people know that I'm going to try to put together a little package of binary file read/write functions for R, along the lines described in my message in r-help. I'm going to do it first in R for Windows using a DLL written in Delphi; I'll let people comment on that, and once the design settles down, I'll redo the external code in C so that it should be portable
2001 Jul 17
1
How to write the bytes 00 01 00 to a file/connection?
Is there any way to write (8-bit) bytes to a file which works on all [R] platforms? I have been looking at 1) writeBin 2) writeChar 3) cat and neither of them manage to write arbitrary sequences of bytes (0-255). For instance, I would like to create a binary file of length three containing the bytes 0, 1 and 0. I [R] I have the following vector of bytes: bfr <- c(0,1,0) 1) For
2019 May 10
0
Wine release 4.8
...ity). mfplat: Implement async file stream creation API. mf: Register file: scheme handler. mfplat: Use file url scheme as a fallback. mfplat/tests: Add some tests for calling scheme handler directly. mf: Implement file scheme handler. wmvcore: Return success from OpenStream(). mf: Add a stub for sample grabber activation object. mfplat: Add topology attributes guids. mf: Implement SetObject()/GetObject() for topology node. mfplat: Improve SetGUID() traces. mfplat: Implement Read() for file-based stream. mfplat: Implement IsEndOfStre...
2017 Feb 17
0
Wine release 2.2
...m calls. Thierry Vermeylen (1): wnaspi32: Do not crash on SC_GETSET_TIMEOUTS. Wei Xie (1): qcap: Add O_CLOEXEC flag to prevent child process from inheriting handles. Zebediah Figura (2): storage.dll16: Simplify operations in IStream16::Seek. storage.dll16: Set OpenStorage/OpenStream output to NULL on failure. -- Alexandre Julliard julliard at winehq.org
2009 May 22
0
Wine release 1.1.22
...shal data looks like the result of CoMarshalInterface. include: Correct a typo. ole32: Add proxies and stubs for GetData and GetDataHere. ole32: Add proxies and stubs for Read and Write. ole32: Add proxies and stubs for Seek and CopyTo. ole32: Add proxies and stubs for OpenStream and EnumElements. ole32: Add proxies and stubs for ReadAt and WriteAt. ole32: Add proxies and stubs for FillAppend and FillAt. msctf/tests: Fix a compiler warning. ole32/tests: Show that it's the loword of the separate flag parameter that determines the marshalling conte...
2007 Mar 16
0
Wine release 0.9.33
...ind_url_to_object. shdocvw: Move frame variable to DocHost. shdocvw: Call EnableModeless and SetStatusText in navigate. shdocvw: Added Navigate2 test. mshtml: Use get_client_disp_property in SetClientSite to get silent property. itss: Ignore trailing slash in IStorage::OpenStream. itss: Ignore trailing slash in ITSProtocol::Start. itss: Use object_name in FindMimeFromData. itss: Added test of URLs with trailing slash. Jan Zerebecki (31): dinput: Add DebugInfo to critical sections. dmime: Add DebugInfo to critical sections. dplayx: Add De...
1999 Jul 16
7
R:how to separate stuff?
Thanks for your help on moving files from S+ to R and on attaching directories. If attaching directories is NOT possible in R, is there any other way to separate objects into different folders or something similar? For example, to keep user functions for multivariate analysis in a different "place" than user functions on time series, or to keep data objects of project_1 in a different
1999 Jul 16
7
R:how to separate stuff?
Thanks for your help on moving files from S+ to R and on attaching directories. If attaching directories is NOT possible in R, is there any other way to separate objects into different folders or something similar? For example, to keep user functions for multivariate analysis in a different "place" than user functions on time series, or to keep data objects of project_1 in a different
2010 Jan 08
0
Wine release 1.1.36
...--------------------------------------------------- Changes since 1.1.35: Aaron Brazener (2): wined3d: Added ATI Radeon HD 5xxx detection. wined3d: Added further Nvidia Geforce 8xxx detection. Alexander Kochetkov (1): ole32/storage32: Fix return value for invalid access mode in OpenStream. Alexandre Julliard (128): setupx: Pass 0 as instance to InstallHinfSectionA. shell32: Use the module instance instead of that of the owner window for the about dialog. comctl32: Use the module instance instead of that of the owner window for the toolbar configuration dialog....