search for: bsl

Displaying 16 results from an estimated 16 matches for "bsl".

Did you mean: bsd
2011 Nov 25
1
Problem with & question about \preformatted in .Rd
...\}')\end{alltt} \end{Section} and the double backslashes become newlines when this text is embedded in a complete document and converted to pdf. I expected from the documentation to get this: \inputencoding{utf8} \HeaderA{test}{test}{test} % \begin{Section}{problems} \begin{alltt}print('\bsl{}\bsl{}\bsl{}\begin\bsl{}\bsl{}\{block\bsl{}\bsl{}\}')\end{alltt} \end{Section} The problem seems to come from tools:::Rd2latex as this R code indicates: library(tools) tools:::Rd2latex(textConnection("\\title{test}\\name{test} \\section{problems}{ \\preformatted{ print('\\\\\\\\\\\\...
2009 Aug 13
2
randomForest question--problem with ntree
...CITES...1L. + EOTAXIN + GM.CSF + IFNa + IL.10 + IL.12.p40.p70 + IL.13 + IL.15 + IL.17 + IL.2 + IL.4 + IL.5 + IL.6 + IL.7 + IL.8 + IL1.RA + IL2.R + IP.10 + MCP.1 + MIG + MIP.1a + MIP.1b + RANTES + TNFa + Male + diagnosis + race > > > > > set.seed(12345) > rF.bsl<-randomForest(m1, data=clin_b, na.action=na.omit, mtry=6, n.tree=2000) > rF.bsl$ntree [1] 500 > rF.bsl$mtry [1] 6 > print(rF.bsl) Call: randomForest(formula = m1, data = clin_b, mtry = 6, n.tree = 2000, na.action = na.omit) Type of random forest: classification...
2003 Dec 09
3
latex problem with \preformatted (PR#5645)
...anslated to \begin{Details}\relax This function provides a thin wrapper around the Unix "fork" system call, which will create a new process which is an exact copy of the [...] \begin{verbatim} \{ pid = fork(slave=NULL) if(pid==0) \{ cat("Hi from the child process\bsl{}n"); exit() \} else \{ cat("Hi from the parent process\bsl{}n"); \} \} \end{verbatim}\end{Details} When processed by Rd2dvi these warning messages show up in the log: This is TeX, Version 3.14159 (Web2C 7.3.1) (format=latex 2002.7.17) 9 DEC 2003 16:11 [...] La...
2009 May 05
0
Rd parsing
...s: > > > \deqn{ f(x) = \left\{ > \begin{array}{ll} > 0 & x<0 \\ > 1 & x\ge 0 > \end{array} > \right. }{non latex} > > > For me, this gives: > > \deqn{ f(x) = \left\{ > \begin{array}{ll} > 0 \& x<0 \bsl{} > 1 \& x\ge 0 > \end{array} > \right. }{} > > in the tex file, which is not desired because the ampersand > is escaped; the '&' symbol appears in the dvi file, and I > want an ampersand to indicate alignment. > > Also, the '\\' appears as \b...
2015 Jun 19
2
boot loader detection
Hello, I was looking for a way to detect the installed boot loader of an image and I found this: https://github.com/arvidjaar/bootinfoscript This script will inspection a lot of things on a running system and will output a Report. The most interesting part is that it uses known Master and Volume Boot Record byte-patterns to determine the installed boot loader:
2015 Jun 19
0
Re: boot loader detection
...x”, “windows”, etc. > I can write the code. > > What do you think? I wonder if an easier and more general path here is to add the advanced detection signatures to 'file'. At the moment when you run 'file' on a hard drive it does some sort of detection like this: # file -bsL /dev/sdb DOS/MBR boot sector; partition 1 : ID=0x83, start-CHS (0x0,32,33), end-CHS (0xce,29,63), startsector 2048, 250067632 sectors, extended partition table (last) Adding it to file means it will be available in libguestfs automatically (via 'guestfs_file' API), and means it would be ge...
1998 Oct 02
0
Re-How to enable domain logon from NT workstation
...e 0 I would dearly like to get this working as the alternative is bad , REAL bad - NT Server :-(((((((((((((((( Doing the authentication on Unix will keep things much simpler for me. So solving this would keep this an NT-Server free zone. Thanks for any help Andy Logan Systems Programmer aml@bsl.co.uk
1998 Oct 03
1
SAMBA digest 1831
> From: Andrew Logan <aml@bsl.co.uk> > Subject: Re-How to enable domain logon from NT workstation > Message-ID: <98Oct2.145422gmt.28674@worm.brammer.net> > > Hi, > > worked fine. I followed the instructions in Samba NT Domain FAQ > apart from the use of encrypted passwords which I don't want...
2013 May 31
0
Re: How to use libguestfs access LVM as non-root user?
...vg/123: Invalid argument I'm assuming it's because the format is wrong (ie. not qcow2 but raw). The error message is a little bit obscure and could be better, but we do rely on qemu printing something sensible instead of just "Invalid argument". What happens if you do: file -bsL /dev/xenvg/123 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
2009 Oct 10
2
Possible bug in the Rd parser?
Dear list, I got an automatic email complaining than some of my packages didn't pass 'R CMD check' for R-2.10.0 alpha anymore. Both of them make use of the "cases" LaTeX environment. Inspecting the log outputs I got: LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! Misplaced alignment tab
2002 Nov 13
1
Package documentation and rd.sty
Hi all, I've got a basic question regarding package documentation and rd.sty. I wrote my first own package, and now I would like to place the documentation into the appendix of another LaTex document. Seemingly I cannot simply \usepackage{Rd}, as this will modify the page-settings of my document. Is there a minimum style file which will just define the environments and commands needed for
2024 Mar 08
3
PrivateKeyCommand config idea
G'day, In our infrastructure we're trying to be more diligent about switching to sk keys (and/or certs backed by sk keys.) However, there are some services like Gerrit and Jenkins which are written in java and I guess they will never support sk keys, or at least, it seems like it won't happen any time soon. For such services, typical practices at the moment include putting
2012 Jul 09
1
[PATCH] NEW API: add new api xfs_info
Add xfs_info to show the geometry of the xfs filesystem. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- Hi Rich, This patch add xfs_info, and start the xfs support work. I'd like to add the xfs support, like xfs_growfs, xfs_io, xfs_db, xfs_repair etc. Any thoughts? Thanks, Wanlong Gao daemon/Makefile.am | 1 + daemon/xfs.c | 69
2013 May 31
3
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 4:17 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Fri, May 31, 2013 at 04:03:32PM +0800, Qiu Yu wrote: > > Actually I'm looking into an issue with OpenStack / Libvirt manipulating > > LVM as an image backend. When the logical volume is created, udev rules > > will set the ownership to root:disk. After libvirt actually starting an
2014 Mar 26
19
[LLVMdev] 3.4.1 Release Plans
Hi, We are now about halfway between the 3.4 and 3.5 releases, and I would like to start preparing for a 3.4.1 release. Here is my proposed release schedule: Mar 26 - April 9: Identify and backport additional bug fixes to the 3.4 branch. April 9 - April 18: Testing Phase April 18: 3.4.1 Release How you can help: - If you have any bug fixes you think should be included to 3.4.1, send me an
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...kV at P zjJwH34zD!WS%O#EtBh#sVbHW7%RoPP;eN35$B1P%L;|;IXSJDfM#`vh*tw<x=tWtw zEeD#EiO>+YW-22fHUn>X9?)O6BV}Nop?)LZ+|J_=n$T_Zb8sDWgR*rsh6-#L)14H_ zL$9ktt_M at tm&S_JXF&`Yrh1_!^6RQf&5R6tSD|bt5M+iGIT&@r%7?>=kKr`3Lj`8o z4X+1`K_2#K8T(?xQyt2{a8`KWILH?K^}>Dgu~xEJmq0|BCiPId_2!8t+Bsl^x*V at 1 zoD8m#;-qsoJ`AF8NK8lW<%rwNlP9tseEtVjQ9csiZ(`U at 860T$TXds>>?&$u5S;iO zhIHlcMZyOW8T-x#i;YE}dgkNjgAsP_-;XKh43<G9sKOq-#?)SCG at 2)7RU7RFi;;6m z7?Xu_;gWkCa_?H^%IyX_E2^IOLBrWxceI4AW`&>(x(jes2DQ+DR^1FLCdg`L9xzoy z*Vs_Th=QKP+npRMWqNZNBYVM4D at yDILHClL!o4)yvWJ?}V*ajpLaX9lW...