Displaying 20 results from an estimated 22 matches for "capt".
Did you mean:
cant
1999 Aug 02
2
HTML Output from R
...utput if necessary.
My question is: Has anyone done any HTML output from R?
My first attempt at this is the following:
(Note: this function is not intended for "production" work; in particular
no error checking - all the niceties I intend to add in the end)
mat2html <- function(x, y, capt="The Default Title", file= file){
#x: The matrix to be written in HTML
#y: A vector of length m containing the colnames of x
#capt: The title for the table
#file: The HTML file to write to
n <- dim(x)[1] #no. of rows
m <- dim(x)[2] #no. of columns
sink(paste(file))
cat(&quo...
2004 Jul 29
2
unwanted as.integer
...sult into this
write.html.table(), and what I get is rows of as.integer()... when all I
want is the integer itself.
as.integer(31) as.integer(21) as.integer(34) as.integer(86)
as.integer(7) as.integer(6) as.integer(15) as.integer(28)
write.html.table <- function(t, file= "", capt= "The Default Title",
append = FALSE) {
head <- paste("<table>\n<caption>", capt, "</caption>\n")
cat(head, file= file, append= append)
if (is.null(rownames(t))) {
rownames(t) <- rep("", nrow(t))...
2011 Nov 16
3
Git branch with compiling fixes for win32
On 11/09/11 02:58 pm, Erik de Castro Lopo wrote:
> If anyone else has Flac patches that they would like to
> see commited to the Xiph Git repo, now would be a good time
> to speak up.
A couple of build system fixes for OS/2. Not very experienced with git
so just attaching.
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2011 Nov 16
2
Git branch with compiling fixes for win32
Avuton Olrich wrote:
> Hello,
>
> Hate to be Capt. obvious here, but there's a lot of development going
> on here that should be encouraged. If the FLAC project isn't going to
> open up, it would make a lot of sense for someone to take over
> maintenance on a github account with the git-cvsimport or such. I
> don't see anyo...
1999 Sep 27
0
HTML Output from R
...Kurt Hornik who echoed Terry Westley's suggestions and also noted
the eventuality of HTML output or LaTeX output from write.table.
_________
Based on write.table, the solution I settled on, is as follows: (as usual,
suggestions welcomed).
write.html.table <- function(x, file= "", capt= "The Default Title", append
= FALSE){
#x the dataframe to be written to an HTML file
head <- paste("<table border= 1, align= \"center\">\n<caption>", capt,
"</caption>\n<tr><td>\n")
cat(head, file= file, append= append)...
2011 Nov 16
2
Git branch with compiling fixes for win32
On Wed, Nov 16, 2011 at 05:41:21AM -0800, avuton at gmail.com wrote:
> Hate to be Capt. obvious here, but there's a lot of development going
> on here that should be encouraged. If the FLAC project isn't going to
> open up, it would make a lot of sense for someone to take over
> maintenance on a github account with the git-cvsimport or such. I
> don't see anyo...
2005 Sep 30
0
Samba 3.0.20a Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
===============================================================
He's not the first psycho to hire us nor the last.
You think that's a commentary on us?
-- Capt. Malcolm Reynolds (Firefly 2002)
===============================================================
Release Announcements
=====================
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all current
bug-fixes. Please read the f...
2003 Aug 26
0
Hardware Requirement for Asterisk PBX
...ity campus. I would like to know
what's the ideal hardware requirements for setting up Asterisk.
At present we have 12000 analog telphone lines, so goal is to use
IP telephony on campus in future.
Thanks,
Tarun
___________________________________________________
Art meets Army ; Swapna Weds Capt. Rajsekhar.
Rediff Matchmaker strikes another interesting match !!
Visit http://matchmaker.rediff.com?2
2006 Oct 02
1
[RESEND] Xen 3.0.3 for Etch
...abi
3.0.3-rc1.
- Let it migrate to testing.
- Update kernel to use this one as first option instead of only
3.0-unstable-1.
- Remove xen-unstable from testing after anything else is migrated.
Comments?
Bastian
--
Dismissed. That's a Star Fleet expression for, "Get out."
-- Capt. Kathryn Janeway, Star Trek: Voyager, "The Cloud"
2010 May 25
1
xen 4 packaging questions
Hi,
I'm trying to create xen debian packages based on xen-unstable
mercurial tree. And now I have some questions about xen packages from
debian experimental:
1. Why blktap2 is disabled? Whats wrong with linking against OpenSSL?
2. Why package xen-utils-common is not generated? xen-utils depends on
xen-utils-common 3.4. I copied debian dir from this package to xen-4
dir and after small fixes
2003 Dec 01
0
No subject
...lib/util_sock.c:read_data(436)
read_data: read failure for 51288. Error = Connection reset by peer
I've searched the archives extensively and haven't found any solutions. Has
anyone seen this before and managed to resolve it?
Thanks,
Carson
carson_thoreen@hms.harvard.edu
K.S. Foss
Capt
DLR 4-8-3
994-0468
2006 Oct 02
3
Xen 3.0.3 for Etch
...abi
3.0.3-rc1.
- Let it migrate to testing.
- Update kernel to use this one as first option instead of only
3.0-unstable-1.
- Remove xen-unstable from testing after anything else is migrated.
Comments?
Bastian
--
Dismissed. That's a Star Fleet expression for, "Get out."
-- Capt. Kathryn Janeway, Star Trek: Voyager, "The Cloud"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachme...
2001 Mar 16
2
python bindings for R
Hello,
my group is investigating the development of a statistical program in
support of some other work we are doing. Stats is not really our area of
expertise and we would like to leverage existing code where possible. From
your site, I have gathered that R is pretty capable and well used. We are
currently developing in python and targetting a primarily windows
environment. We would like to
2012 Feb 01
2
Problem with xtable- rescaling a table
...ncol=3)
outfile[2,1]<- 6.912
outfile[3,1]<- 400
outfile[2,2]<- 8.9722
outfile[2,2]<- 500
outfile[2,3]<- 4.00
outfile[3,3]<- 400
library(xtable)
outfile<- data.frame(outfile)
colnames(outfile)<- c(" ","V1", "V2")
outfile<- xtable(outfile, caption= "Title", include.rownames=F,
align=rep("c", 4), digit=2)
print(outfile, include.rownames=F, floating.environment='sidewaystable')
################
I was wondering if it is possible to rescale in Latex when the code was
generated through xtable. Indeed, when I run...
2010 May 03
3
Bug#580045: xen-3.4-i386 "Cannot access memory beyond end of bootstrap direct-map area
Package: xen-3
Version: 3.4.3~rc3-2
Severity: important
Tags: fixed-upstream
I've encountered the problem described at
http://wiki.xensource.com/xenwiki/XenCommonProblems#head-727e72b3922ca3177b2fcc4e4467adeaaea3016d
on a fresh installation of squeeze (grub 1.98-1).
The patches mentioned on the XenSource wiki:
http://xenbits.xen.org/xen-unstable.hg?rev/bcc09eb7379f
2011 Nov 16
0
Git branch with compiling fixes for win32
On Nov 16, 2011, at 14:11, Declan Kelly wrote:
> On Wed, Nov 16, 2011 at 05:41:21AM -0800, avuton at gmail.com wrote:
>> Hate to be Capt. obvious here, but there's a lot of development going
>> on here that should be encouraged. If the FLAC project isn't going to
>> open up, it would make a lot of sense for someone to take over
>> maintenance on a github account with the git-cvsimport or such. I
>> do...
2001 Dec 06
0
FW: Was: Win98SE and Samba 2.0.10 Problems
...with error that the
"file path was too deep". I got this same message in WinXP after I upgraded
the Win98SE machine.
I still haven't lost faith in Linux cause Windows has way more problems that
I've had with Linux so far.
Kevin
> -----Original Message-----
> From: Foss Capt KS@CLS DLR@Ottawa-Hull
> Sent: December 3, 2001 8:22 AM
> To: 'samba@lists.samba.org'
> Subject: Was: Win98SE and Samba 2.0.10 Problems
>
> Well the weekend didn't bring any solutions to this unhappy camper. I
> spent most of my time trying to narrow down the proble...
2005 Sep 30
1
Samba 3.0.20a Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
===============================================================
He's not the first psycho to hire us nor the last.
You think that's a commentary on us?
-- Capt. Malcolm Reynolds (Firefly 2002)
===============================================================
Release Announcements
=====================
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all current
bug-fixes. Please read the f...
2004 Jun 25
3
sweave: graphics not at the expected location in the pdf
Hi
I use sweave for excellent pdf output (thank you- Friedrich Leisch). I
have just one problem. Quite often it happens, that the graphics are not
at the place where I expect them, but (often on a separate page) later
on in the pdf. How can I fix this, means how can I define, that I want a
graphic exactly here and now in the document?
Many thanks and best regards
Christoph
--
Christoph
2009 Jul 07
4
Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Package: xen-utils-3.4
Version: 3.4.0-1
Severity: critical
Justification: breaks unrelated software
After installing xen-utils-3.4 besides my existing xen-3.2 system,
I could not start xend-3.2 anymore. The message I was getting is this:
"Failed to initialize dom0 state."
As far as I know, xen 3.2 and 3.4 are supposed to be able to live
peacefully on the same system. (The