Displaying 20 results from an estimated 100 matches similar to: "mtext with at=NULL"
2004 Aug 20
1
Position of corporate logo beneath diagram
Hi,
I'd like to position our corporate logo (gif) beneath a graph. Is
there a function to position images?
Thanks,
Helga Neidlinger--
Helga Neidlinger Zentrales Knochenmarkspender-Register
Assistenz Gesch??ftsf??hrung fuer die Bundesrepublik Deutschland
ZKRD gGmbH, Postfach 4244, 89032 Ulm
Tel.: (0731) 1507-12
2004 Aug 19
1
Use Font Frutiger in PDF-File
Hi,
I'd like to use the font "Frutiger" in my pdf files generated by R.
but I only manage this if I create a postscript file with
postscript() and the option family = c( "LT_14361.afm",
"LT_14363.afm", "LT_14373.afm", "LT_14375.afm" ) and convert this
postscript file to pdf.
If I specify the option 'family' like above ( =
2013 Jul 08
1
Import samba3 passwords to samba4
Hello,
we want to import Samba3 (tdb) passwords to a new Samba4 domain (no classicupgrade).
Is it possible to export the password(-hashes) from samba3 and import them in samba4, maybe with ldbmodify?
Thanks
--
Michael Fey
IT-Abteilung
Vogelsbergstra?e 212
63679 Schotten
Tel.:
Schottener Soziale Dienste gemeinn?tzige GmbH
Vogelsbergstra?e 212, 63679 Schotten
Amtsgericht
2009 May 29
1
strange behavior when reading csv - line wraps
Dear All,
I am observing a strange behavior and searching the archives and help
pages didn't help much.
I have a csv with a variable number of fields in each line.
I use
dataPoints <- read.csv(inputFile, head=FALSE, sep=";",fill =TRUE);
to read it in, and it works. But - some lines are long and 'wrap', or
split and continue on the next line. So when I check the dim of
2003 Mar 13
1
(Fwd) vfs_recycle and create mode 770
I'd like to use the recycle as a per machine recycler using the option
'name = .recycle/%m' (because we just use some usernames
without passwords, and not because of the adminstrators abilties, but for a better
workflow with a lot of different projects and people working on them.)
But if a directory is created the vfs recycle uses the rights 700, and i have found
no way around it
2008 Sep 23
1
WG: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Claus-Juergen
Neumann/BASF-AG/B
ASF An
r-help at r-project.org
23.09.2008 12:49 Kopie
2003 Aug 27
1
samba und netzlaufwerke unter winxp
Hallo,
Ich habe ebendfalls das Problem, dass ich mich extra anmelden muss bei
meinem Linux-Server. Hast Du da eine L?sung gefunden.
From: "Marcel Stein" <marcel-stein@arcor.de>
Subject: samba und netzlaufwerke unter winxp
Date: Thu, 26 Jun 2003 20:04:56 +0200
Message-ID: <000001c33c0d$76d703f0$0201a8c0@winxp>
Ich habe einen samba zu laufen und greife vom client winxp
2007 Nov 07
1
How to lofiadm and make NFS share for SNV76.ISO file ?
On Tue, Nov 06, 2007 at 03:24:08PM -0800, Tony Feldmann wrote:
>>You also need to find the relevant kernel/ramdisk for the domU - the jailtime
>>images don''t seem to include them, infuriatingly.
Johnlev''s respond:-
It''s way simpler to export an unpacked ISO over NFS and install via
virt-install.
regards
john
I am not sure how to manage on Solaris to get
2008 Sep 23
1
Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Dear "R"-Team,
we had some problem to install R-2.7.2 on HP-UX 11.11 on PA-Risc platform.
1.) i load down the Software and made a extract of the tar-file in a
specific Directory.
2.) i follow the instructions on the INSTALL file:
./configure
3.) during "configure" we got a error message see below:
checking for history_truncate_file... no
configure: error:
2007 Nov 06
9
Can''t find kernel file
I am pretty new to using solaris''s xvm. I booted my sol dom0 and attempted to create a one of the linux pre-built domU''s. Every time I try to run the xm create command I get an error saying something about it not being able to find the kernel file. Any ideas.
This message posted from opensolaris.org
2011 Nov 26
1
damaged encrypted LUKS device
Hi people,
i had created encrypted device with cryptsetup/LUKS which i setup with
an ext4 filesystem. This device is an external USB harddisk. When i
plugin this device it will be automatically mounted by my gnome3 system
(Debian Wheezey/Testing), but this week i got an error. I did ask the
ask the LUKS developers what is the problem and they told me that this
is an ext4 problem.
The error
2002 May 22
1
3 OS/2 Server, 120 user, we waited to avoid W*-Server, is now the time? How?
Hallo,
das Subject sagt schon fast alles.
Zum besseren Verst?ndnis der Hintergrund.
nachdem ich vor vielen jahren Pathworks-Server durch ein OS/2-Serversystem
abgel?st habe,haben wir es auch noch geschafft, die n?chste
Evolutionsstufe bis jetzt herauszuziehen.
Wir nutzen File- und Printservices. Das ist alles. Die Anzahl der User
tendiert gegen 150. Wir sind an zwei Standorten, aber ?ber VPN
2007 Sep 03
2
The quadprog package
Hi everybody,
I'm using Windows XP Prof, R 2.5.1 and a Pentium 4 Processor.
Now, I want to solve a quadratic optimization program (Portfolio Selection) with the quadprog package
I want to minimize (\omega'%*%\Sigma%*%\omega)
Subject to
(1) \iota' %*% \omega = 1 (full investment)
(2) R'%*%\omega = \mu (predefined expectation value)
(3) \omega \ge 0 (no short sales).
Where
2010 Nov 12
1
unexpected behaviour of rbind with dataframe containing POSIXct
Hello list,
here is what I stumbled upon:
1> test <- data.frame(time=as.POSIXct((1:2),origin="2000-1-1"))
1> test
time
1 2000-01-01 00:00:01
2 2000-01-01 00:00:02
1> rbind(test,b=1:2)
Fehler in as.POSIXct.numeric(value) : 'origin' muss angegeben werden
When I try to attach an additional row to a dataframe with a row
containing dates I get the
2018 Sep 22
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
first: thank you for helping out
>I might try compiling your source from the VS's Developer Command Prompt:
>cmake --build . --target Fibonacci
>Does this work?
call "C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
cd llvm-build
cmake --build . --config Debug --target Fibonacci
building Fibonacci example works BUT
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
Dear friends of R,
I want to produce a pdf file with the contents of a matrix. I employ the latex command in combination with dvi, both contained in the Hmisc package. It seems to me that the function does not correctly set the directory.
> tbl.loc <- matrix(1:4, nc=2)
> latex.obj <- latex(tbl.loc)
> dvi(latex.obj)
warning: extra args ignored after 'cd'
H:\PROJECTS\data
2014 Jul 11
0
Aktualіѕіегung dеѕ Κоntоѕtatus. Аntwοгt егfοгderlich
Wir haben in Ih??m ???P?l-??nto ungew?hnliche ??t?vit?ten f??tg?stellt.
Guten Tag!
Zum S?hutz Ihr?? ??ntos kann niemand Geld senden oder Geld ?bbuchen. Au?erdem kann niemand B?n???nten entfernen, Kr?d?t?art?n ?ntfernen, R?ckzahlungen senden, od?? ??nto schlie?en.
Hat jemand ohne Ihr Wissen Ih? ???Pal-??nto
2014 Jun 17
2
quickstart
I have the Asterisk book, it's enormous, the 4th edition as per
http://www.asteriskdocs.org/.
I'd like to do something like:
http://www.voip-info.org/wiki/view/Asterisk+quickstart
just to have two hardphones act as extensions and call each other. Is
that a reasonable first task?
I'm looking for the simplest litmus test for functionality possible.
thanks,
Thufir
2006 Oct 18
4
Asterisk + Huawei
Hi everyone,
Im having some troubles getting work Asterisk as SIP Client and a Huawei softswitch as SIP server. I already got my asterisk registered to the Huawei. Im working with a Sipura SPA 2000 registered to Asterisk.
When im trying to make an incoming call from the Huawei to asterisk it rings but when i answered the call drp down inmediatly. The sip debug finally show this
2018 Sep 21
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
my build environment:
Win7 x64
VStudio 2017 Community Edition 15.8.4 (latest)
CMake 3.12.1 (x86)
git 2.19.0 (latest, x64)
Python 2.7.2 (x86)
x64 Native Tools Command Prompt for VS 2017
directory structure:
test
llvm <-- git clone https://github.com/llvm-mirror/llvm, git checkout
release_70
tools
clang <-- git clone https://github.com/llvm-mirror/clang, git
checkout