search for: 872a

Displaying 14 results from an estimated 14 matches for "872a".

Did you mean: 872
2010 Sep 30
7
how to make list() return a list of *named* elements
If I combine elements into a list b <- c(22.4, 12.2, 10.9, 8.5, 9.2) my.c <- sample.int(round(2*mean(b)), 5) my.list <- list(b, my.c) the names of the elements seems to get lost in the process: > str(my.list) List of 2 $ : num [1:5] 22.4 12.2 10.9 8.5 9.2 $ : int [1:5] 11 8 6 9 20 If I explicitly name the elements at list-creation, I get what I want: my.list <- list(b=b,
2009 Apr 08
1
read.spss, locale and encodings
...("wo.sav") : wo.sav: position 143: Variable name begins with invalid character This is under Debian GNU/Linux, the stable release. foreign is version 8.27 -- Hans Ekbrand (http://sociologi.cjb.net) <hans at sociologi.cjb.net> GPG Fingerprint: 1408 C8D5 1E7D 4C9C C27E 014F 7C2C 872A 7050 614E -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090408/9d17e289/attachment-0002.bin>
2011 Jan 03
1
set registry value HKEY_CURRENT_USER\Software\Wine\X11 Driver to "ClientSideWithRender"="N"
After reading this comment https://bugs.freedesktop.org/show_bug.cgi?id=30157#c5 I'm wondering whether the registry value in comment #4 of that bug report should be made a default value for wine or not ? -- MfG/Kind regards Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2011 Mar 14
1
How to change the dpi from 96 to 115 automatically
Currently I start winecfg and set the dpi within the GUI. Is there any chance to use "wine regedit ..." for that thing ? TIA -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2011 Mar 16
1
changing dpi with regeidt doesn't work
...ware\Fonts tfoerste at n22 ~ $ cat Wine/dpi.reg [System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "LogPixels"=dword:00000073 Pls reply to me too I'm not subscribed to this list. TIA -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2011 Apr 26
1
question releated to Makefile dependencies
...nable-tests; make -j 2 with respect to the CFLAGS and wonders now, why make after the "make depend" step didn't found anything new to build. Doesn't depend the main target from a configure file ? -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2011 Sep 19
1
GnuTLS error but wine thingks tes is ok
...c && touch schannel.ok GnuTLS error: GnuTLS internal error. ... is wanted (schannel.ok is created in this case). I tested the latest git wine tree at a ThinkPad running a stable Gentoo linux w/ gnutls 2.10.5 -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2011 Sep 26
0
Fwd: Re: GnuTLS internal error in wine test case
...thing in pEncryptMessage() or in its usage but I'm not > familiar with the API to provide more info. > > regards, > Nikos Is this a known issue ? Please Cc: me b/c I'm currently not subscribed. -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2012 Jan 12
2
scp should not report 100% until the last byte is transferred
...ed 100% and after that exited with an error (AIX 7.1): $ tsocks scp foo user at host:/tmp ... 100% 1101MB 44.2KB/s 448.0KB/s 7:05:38 scp: /tmp/foo: File too large Probably it should not be rounded up to 100% ? -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2008 Mar 03
3
Plot using colors
Dear R users, I have a problem since I try to plot my datas with different colors. plot(tvar, var, xlab="zeit [s]",ylab="Variation [%]", col = ifelse(var <= varstability, 'green','red')) this works well! But since I add a type="l" to my plot, it will color all the plot with green!!! Is there any solution? I avoid to use teachingDemos. Thanks. --
2008 Feb 19
3
simple usage of "for"
...and it seems to work. > for (i in 2:length(meriter)) { print(i); table(meriter[[1]], meriter[[i]]) } [1] 2 [1] 3 [1] 4 But I get no tables :-( What do I do wrong? -- Hans Ekbrand (http://sociologi.cjb.net) <hans at sociologi.cjb.net> GPG Fingerprint: 1408 C8D5 1E7D 4C9C C27E 014F 7C2C 872A 7050 614E -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Digital signature Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080219/871ff4ed/attachment.bin
2017 Oct 26
0
not healing one file
Hey Richard, Could you share the following informations please? 1. gluster volume info <volname> 2. getfattr output of that file from all the bricks getfattr -d -e hex -m . <brickpath/filepath> 3. glustershd & glfsheal logs Regards, Karthik On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote: > On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it does diagnose any issues in setup. Currently you may have to run it in all the three machines. On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote: > Thanks for this report. This week many of the developers are at Gluster > Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...E5BFF94303423BEFA8184BF389180CC046A34C4B (41262cd3-e5e3-4b21-bddc-0990b9c8eb42) on home-client-2 [2017-10-25 10:14:12.895403] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/FF1C4E4C6269DCD1C8DB3B002AC2BFD872A76D16 (24e4cccb-24f9-4a6c-bb78-36f21e61e7a7) on home-client-2 [2017-10-25 10:14:12.905388] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/CDC02C1AD9062346575AC90ADAD442A685FCE4E0 (b5981847-87db-4b8a-baa4-...