Displaying 20 results from an estimated 4000 matches similar to: "conditional replacement - readLines"
2014 Jul 07
4
[LLVMdev] problem compiling llvm
Hello there,
I am trying to compile llvm from git
the gentoo ebuild llvm-9999.ebuild.
Recently I get an error during compilation.
I am using gcc 4.9.0.
The error is the following:
x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fomit-frame-pointer
-march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe
-fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer
-march=native
2002 Jan 10
1
Closing binary file connections
Hi all,
I'm writing a function that read data from a binary file. I want to
close all opened connections, but it failed:
> showConnections()
description class mode text isopen can read can write
3 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes" "no"
4 "daten/t5_all.mea"
2012 Aug 08
3
help, please! matrix operations inside 3 nested loops
hello, this is my script:
#1) read in data:
daten<-read.table('K:/Analysen/STRUCTURE/input_STRUCTURE_tab_excl_5_282_559.txt',
header=TRUE, sep="\t")
daten<-as.matrix(daten)
#2) create empty matrix:
indxind<-matrix(nrow=617, ncol=617)
indxind[1:20,1:19]
#3) compare cells to each other, score:
for (s in 3:34) { #walks though the matrix colum by colum, starting at
2013 May 12
2
need means on all boxplots, but only half of them got that
I tried to draw a point on all boxplots for their means, I did:
boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE))
means<-tapply( Daten$weight, Daten$Dosis, mean)
points(means, pch=5, col="red", lwd=5)
but only the boxplots for male got that point on them, its really weird
because I don't think that I separated the sex in the codes above
[[alternative HTML
2009 Sep 03
1
encoding problem using xml package
Dear list
I tried to read an xml file using the xml package. Unfortunately, some encoding problems occure. E.g. german Umlaut will be red correctly. I assume that the occurs due to (internal?) conversion to utf-8. To illustrate the problem, I have wrote to xml files.
File Test 1
-----------
<?xml version="1.0" encoding="ISO-8859-1"?>
<Daten>
<ITEM>
2003 Nov 02
3
barchart in lattice
Dear all,
I have two factors 'country' and 'status' which I would like to plot via barchart (lattice).
'status' consist of three different levels and should be the grouping variable, i.e. there
should be drawn three different panels and within each panel a barchart of 'country'.
barchart(daten$COUNTRY|daten$STATUS),
2015 Feb 13
2
vfs objects = glusterfs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
i try to use a glusterfs with "vfs objects = glusterfs" settings in
smb.conf. But if I try to access the volume I allways getting "tree
connect failed: NT_STATUS_BAD_NETWORK_NAME"
If I add another Share directly inside the mountet glusterfs I can
access the share und read and wirte alle the data. Here is my smb.conf:
-
2015 Feb 13
2
vfs objects = glusterfs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 13.02.2015 um 12:21 schrieb Ralph B?hme:
> Hi Stefan,
>
> On Fri, Feb 13, 2015 at 12:02:20PM +0100, Stefan Kania wrote:
>> [daten] comment = Daten im Cluster path = /glusterfs/daten/ read
>> only = No kernel share modes = No
>>
>>
>> [daten2] comment = Daten im Cluster ?ber gluster-vfs path = /
>
>
2005 Oct 19
1
samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
Hi List,
need your help, property the here following.
OS / Samba = samba-3.0.10-1.4E (RHEL4)
Error message in Samba logfile = Invalid key XXX given to dptr_close
This message comes then if by NT server with BrighStore a Backup is started.
The Backup is made by a Share.
all the same with or without
kernel oplocks = no
level2 oplocks = no
oplocks = no
without success
Info:
Error Log from
2005 Mar 04
2
Difference Copy and Move at inheriting
Hello,
if I copy or create a file or directory, it inherits the permissions of
it's parent. If I move a file from one directory
to another, it will not inherit the permissions of the target-directory.
Why?
[daten]
comment = Daten
path = /samba/daten
inherit permissions = yes
inherit ACLS = yes
nt acl support = no
writeable = yes
hide
2009 Jul 09
2
r bug (?) display of data
Hi R Fans,
I stumbled across a strange (I think) bug in R 2.9.1. I have read in a
data file with 5934 rows and 9 columns with the commands:
daten = data.frame(read.table("C:/fussball.dat",header=TRUE))
Then I needed a subset of the data file:
newd = daten[daten[,1]!=daten[,2],]
--> two values do not meet the logical specification and are dropped.
The strange thing about it:
2016 Oct 10
1
Hierarchy separator and LAYOUT=FS change
Hello,
I stumbled across a 5-year-old post on the dovecot list about changing the dovecot hierarchy separator to enable shared mailboxes (http://www.dovecot.org/list/dovecot/2011-January/056201.html <http://www.dovecot.org/list/dovecot/2011-January/056201.html>).
At the moment I?m stuck in a pretty similar situation. Migrated from courier to dovecot 2 years ago and preserved the
2013 May 11
3
boxplot with grouped variables
my dataset looked like this in the beginning:
>Daten
V1 V2 V3
1 Dosis Gewicht Geschlecht
2 0 6.62 m
3 0 6.65 m
4 0 5.78 m
5 0 5.63 m
I need box plots for V2 with all combination of V1 and V3, so I deleted the
first row, and tried this:
boxplot(Daten$V2[Daten$V3=="m"])
but it does not work and I
2019 Feb 21
2
Debian 9.8 and vanbelle-repos
# Global parameters
[global]
interfaces = bond0
log file = /var/log/samba/%m.log
log level = 5 auth:5 winbind:8
printcap name = /dev/null
realm = SOMEDOM.AT
security = ADS
username map = /etc/samba/user.map
winbind refresh tickets = Yes
winbind use default domain = Yes
workgroup = ARBEITSGRUPPE
idmap config arbeitsgruppe:unix_nss_info = yes
idmap config arbeitsgruppe:range =
2010 Jun 10
1
do faster ANOVAS
Dear all R users,
I want to realize 800 000 ANOVAS and to store Sum of Squares of the effects. Here is an extract of my table data
Product attribute subject rep t1 t2 t3 … t101
P1 A1 S1 R1 1 0 0 … 1
I want to realize 1 ANOVA per timepoint and per attribute, there are 101 timepoints and 8 attributes so I want to realize 808 ANOVAS. This will be an ANOVA with two factors :
Here is one example:
2011 May 31
3
DateTime Math in R - POSIXct
Greetings -
I'm battling POSIXct, as per the code below. My input is actually an XL
file, but the weird results below correctly model what I am seeing in my
program.
Before I punt and use lubridate or timeDate, could anyone please help me
understand why POSIXct forces my variable back to GMT?
I suspect that I'm not properly coding the tzone value, but it does not
throw an
2012 Jul 29
4
Simple x,y Plot
Dear Community,
i have read in a table with two column from a *txt-File. What i get is a
data-frame wit two column.
After that i allocate this 2 column to x and y. Plotting this, i obtain a
picture that looks like a bar plot (something like a grid).
Is that because x and y is in factor-formatted? A conversion with
"asnumeric" doesnt work. I get a vector with "NA".
Here is my
2017 Jul 11
2
Samba ADS-member-server: FQDNs in /etc/hosts
Am 2017-07-11 um 14:57 schrieb Rowland Penny:
> On Tue, 11 Jul 2017 14:47:50 +0200
> "Stefan G. Weichinger" <lists at xunil.at> wrote:
>
>> Am 2017-07-11 um 14:40 schrieb Rowland Penny:
>>
>>>> Restarted winbind, did "killall -HUP" on smbd and nmbd.
>>>>
>>>> still can't login to DM via smbclient and that
2000 Jan 27
2
Files have 555 and they are deletable or is it a bug ?
Hello !
I've a problem with files which are set to 0555.
For example: two users (user1 and user2)
two groups (usergroup1 usergroup2)
/daten/rechner/comp1 is set to 777.
User1 creates a file (test.txt) in the [files] share, which is correctly
set to 0555. It's owner is user1 and it's group is usergroup1.
Now user2 from usergroup2, who can correctly read but not edit
2015 Nov 17
4
CTDB and glusterfs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to setup a CTDB-Cluster together with GLusterFS. GlusterFS
is running great. CTDB can connect to the gluster-volume. I can store
files, using Windows or Linux, and set new acls on the commandline of
the cluster. BUT as soon as I try to set permissions via windows it
fails with "the request is not supported" I use