Displaying 20 results from an estimated 100 matches similar to: "Proposed new file apis"
2010 Aug 26
1
[PATCH] New APIs: hopen-device hopen-file hread hwrite hseek hclose hclose-all
These APIs provide handle-based read/write streaming and random access to files
and block devices.
---
daemon/.gitignore | 1 +
daemon/Makefile.am | 1 +
daemon/hfile.c | 196 +++++++++++++++++++++++++++++++++++++++++++++
daemon/m4/gnulib-cache.m4 | 3 +-
po/POTFILES.in | 2 +
regressions/Makefile.am | 1 +
regressions/test-hfile.pl | 102
2010 Sep 21
2
[PATCH 0/2] *** SUBJECT HERE ***
*** BLURB HERE ***
Matthew Booth (2):
New APIs: hopen-device hopen-file hread hwrite hseek hclose
hclose-all
Update pwrite to write a full buffer
daemon/.gitignore | 1 +
daemon/Makefile.am | 1 +
daemon/file.c | 20 ++-
daemon/hfile.c | 249 ++++++++++++++++++++++++++++++++++++++++
daemon/m4/gnulib-cache.m4 | 3
2010 Sep 20
2
[PATCH 0/2] Implement upload-offset, download-offset APIs, and hexedit guestfish command
This two-part patch implements the 'hexedit' command described here:
http://rwmj.wordpress.com/2010/09/18/new-feature-guestfish-hexedit/#content
The first part implements two new APIs for partial writing and reading
of files. These are modelled after guestfs_upload and
guestfs_download but allow you to specify an offset and (for download
only) a size:
int guestfs_download_offset
2009 Apr 30
1
newbie HWRITER package question
Hi,
I am playing with hwriter examples given in "example" page.
Here's what I've done:
> library (hwriter)
>
> p = openPage ('table.html')
> hwrite (1:5, p)
> hwrite (iris[1:3, 1:3], p, row.bgcolor='#ffdc98')
> closePage (p)
>
> browseURL('table.html')
What I get is not as nice as what I see via the "example"
page. I
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello,
I have a problem with special characters such as "?" or "?" when using
hwriter. This only happens when I use windows, it works fine on mac. If I
do:
print(datosdv)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
but:
hwrite(datosdv, p, br=TRUE)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
The bad sign is in the code, is not a problem of the
2009 Jun 02
1
my little r is sick
Hi,
Suddenly, I find my little r is sick.
Given:
#! /usr/bin/env r
library (hwriter)
unlink ('tmp.html')
p = openPage ('tmp.html')
hwrite ("Hello World", p)
closePage (p)
browseURL ('tmp.html')
It worked fine a few days ago, but now it says:
r: error while loading shared libraries: libR.so: cannot open shared object file: No such file or
2009 Sep 20
2
xtable + print (html)
hi,
I want html code via the xtable package.
I have a data.frame and tried to use the print()-function.
But I only get the data.frame printed - no html arround it.
what do I have to change?
thanks!
2011 May 09
3
converting a matrix or data.frame into an html table
Dear all,
Is there a function in R to convert a matrix or a data.frame into an html table?
Many thanks,
Samuel
[[alternative HTML version deleted]]
2010 Dec 01
3
Save R2HTML as an object instead of file
Hi
Is it possible to instead of getting the HTML code written to a file, get it
saved as a string in an object instead?
Or is there any kind of package that can do this?
//Joel
--
View this message in context: http://r.789695.n4.nabble.com/Save-R2HTML-as-an-object-instead-of-file-tp3066776p3066776.html
Sent from the R help mailing list archive at Nabble.com.
2007 Jul 03
3
Printer error message
I'm trying to run a fairly old economic programme. I starts and runs but
all these messages comes up. The printer is working with CUPS. In my
system.reg the printer is registered and it all looks right.
Any clues?
Thanks
/Leslie
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availa
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availa
2015 Dec 16
2
LLVM and parallelization
Hi,
I know LLVM provides thread-level automatic parallel support using OpenMP (see http://blog.llvm.org/2015/05/openmp-support_22.html), but it is not clear for me which of the following is correct?
1. Clang inserts in the source code OpenMP compiler directives, so, it auto-parallelizes the serial source code provided as input or2. Clang can compile manually written parallel source code that uses
2007 Mar 19
1
Install problems
Hi, tried to install the advanced DSP program Spectrum Lab which I have
been able to install in a previous version but the latest will not
work. I'm using he latest verson of Wine in Kubuntu. Error messages as
follows
Grateful for any help
Regards
TobbeR
tobbe@jme:~$ wine InstallSpecLab.EXE
wine: Unhandled page fault on read access to 0xc20d27f9 at address
0x7e84bc8f (t
hread 0009), starting
2010 Jan 03
3
R2HTML Report number format, or Better Way?
Here I am again with question I'll feel foolish for asking, when I
see the answer.
I'm trying to produce a report and here's where I get stuck:
How do I get R2HTML to produce the same number format?
Particularly remove the decimal places for Par and Sal.
Are there better methods to produce this type of report?
Thanks,
L.A.
R version 2.10.0 XP
2009 Jul 28
2
formatting in r
Hello,
I have output that I want to print out. I am having a few issues.
1] output u to power is really nothing more than a 2 x 11 set of values
formed using cbind function
and printed out as a data frame
How can I get it to output over several lines such as seen here?
2] Critical Z etc. were added by hand. I need an example of how I can
mix alphanumeric
and numeric data on
2007 Oct 17
1
Unable to start winecfg
Hello
<linux noob alert>
I installed Wine on Suse 10.2 using yast
I tried running winecfg by the run command tool to no avail, so I
tried running it in a konsole as su. It gave me the folowing txt, but
not the winecfg program as handeled in the FAQ. Does annyone have an
idea what's wrong?
wine: Unhandled page fault on read access to 0x000000a4 at address 0x7e354349 (t
hread 0009),
2015 May 19
2
How do I seek to seek to specific samples using libvorbis?
Thanks.
If decoding from the last packet on the previous page works, I may have to
do that. But I was hoping to avoid it. Yes, I may be seeking a lot. A packet
spanning multiple pages shouldn't be a problem for me, because I'm only
adding index points that represent the beginning of a packet. But does this
actually happen for Vorbis? (Aside from large header packets) The large
blocks
2008 May 22
6
Regression From Platinum: SkyGlobe
I tested the program SkyGlobe 3.6 listed as Platinum in the following
AppDB page:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=5143
The program failed to start in Wine 1.0-rc1. The following is the
output from the console:
$ wine skyglobe.exe
fixme:ddraw:VGA_ioport_out Unsupported index, register 0x3ce: 0x08 (value 0xff)
fixme:ddraw:VGA_ioport_out Unsupported index,
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
This patch refactors the data transfer code with several goals:
* Have a common read(source)/write(target) loop so that common processing can
happen in the middle of it, e.g. format change/progress bar
* Provide volume metadata to transfers to allow smarter reading/writing, e.g. of
sparse files
* Simplify the data transfer code
The patch *isn't* NFC because there are some minor behaviour
2010 Jun 18
4
[Dovecot 1.2.11(NFS used) & dovecot-antispam 1.2]: move message error
Hello! I am really need help!
I am using dovecot installation on ~700 users with dspam integration via
dovecot-antispam plugin.
Problem in unpredictable result of moving spam-mails from INBOX to Junk
and from Junk to INBOX. In some cases it works fine, but sometimes I see
error like "It's not possible to move the message" in client (roundcube).
Two different samples on same
2006 Jun 29
1
Unhandled page fault ... NIghtmare
Hello,
All day long I have been trying to run a 32 bit application (a
dictionary software) needed by some users.
Unless I succeed, I will have to move some users from Linux to Windows
(it scares me and makes me angry).
I tried with three different PCs and wine versions including CrossOffice
(trial).
Installation went fine.
First try:
SuSE 9.3, wine 0.9.8 (rpm) + winetools with