search for: berichte

Displaying 20 results from an estimated 4896 matches for "berichte".

Did you mean: bericht
2010 Aug 11
2
Samba/Winbind issue
...neer u dit bericht ten onrechte heeft ontvangen, dient u de afzender hiervan onmiddellijk per kerende e-mail op de hoogte te brengen en dit bericht te verwijderen uit uw systeem. Elk onbevoegd gebruik en/of onbevoegde verspreiding van dit bericht is niet toegestaan. U wordt erop gewezen dat e-mail berichten aan wijziging onderhevig kunnen zijn. ABN AMRO Bank N.V., statutair gevestigd te Amsterdam en ingeschreven in het handelsregister van de Kamer van Koophandel onder nummer 34334259, en haar groepsmaatschappijen, is niet aansprakelijk voor de onjuiste en onvolledige overdracht van de informatie in...
2010 May 20
2
Sweave and uttf-8 under Windows XP
Hi list, I need to process a Rnw file and and a csv file (both are encoded in UTF-8) under Windows XP (R Version 2.11.0, i386, mingw32). I can source and run the Rnw file: > Stangle("Bericht.Rnw") Writing to file Bericht.R > source(file("Bericht.R", encoding="UTF-8")) which runs fine, but running Sweave() failed: > Sweave("Bericht.Rnw")
2010 Sep 23
1
Samba 3.5.4: log.smbd: PANIC (pid 16232692): sys_setgroups failed
...neer u dit bericht ten onrechte heeft ontvangen, dient u de afzender hiervan onmiddellijk per kerende e-mail op de hoogte te brengen en dit bericht te verwijderen uit uw systeem. Elk onbevoegd gebruik en/of onbevoegde verspreiding van dit bericht is niet toegestaan. U wordt erop gewezen dat e-mail berichten aan wijziging onderhevig kunnen zijn. ABN AMRO Bank N.V., statutair gevestigd te Amsterdam en ingeschreven in het handelsregister van de Kamer van Koophandel onder nummer 34334259, en haar groepsmaatschappijen, is niet aansprakelijk voor de onjuiste en onvolledige overdracht van de informatie in...
2010 Oct 05
1
smb_panic sys_setgroups failed
...neer u dit bericht ten onrechte heeft ontvangen, dient u de afzender hiervan onmiddellijk per kerende e-mail op de hoogte te brengen en dit bericht te verwijderen uit uw systeem. Elk onbevoegd gebruik en/of onbevoegde verspreiding van dit bericht is niet toegestaan. U wordt erop gewezen dat e-mail berichten aan wijziging onderhevig kunnen zijn. ABN AMRO Bank N.V., statutair gevestigd te Amsterdam en ingeschreven in het handelsregister van de Kamer van Koophandel onder nummer 34334259, en haar groepsmaatschappijen, is niet aansprakelijk voor de onjuiste en onvolledige overdracht van de informatie in...
2009 Apr 09
5
data.fram zero's
Hi all, A simple question which I don???t seem to be able to solve: I want to make a data.frame of 360 rows and 94228 column with only zero???s without having to type all these zero???s ;-) What is the easiest method? Thanks, Naomi Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor
2009 Mar 26
4
same value in column-->delete
Hi Readers, I have a question. I have a large dataset and want to throw away columns that have the same value in the column itself and I want to know which column this was. For example > x<-data.frame(id=c(1,2,3), snp1=c("A","G", "G"),snp2=c("G","G","G"),snp3=c("G","G","A"))
2012 Oct 11
4
what;s the right url in this case
Hello, I have this models class Berichten < ActiveRecord::Base attr_accessible :bericht, :user belongs_to :user belongs_to :Category end class User < ActiveRecord::Base attr_accessible :email, :name has_many :berichten end class Category < ActiveRecord::Base attr_accessible :id :name has_many :berichten end What...
2003 Feb 17
2
how to define share for sharing lmhosts?
Hi All, Probably simple question: I want to make a share for sharing an lmhosts file which gets included by the clients. This share has to be very public and accept nullsessions (whatever that me be (no username and password?)). I want this because I need to generate aliases on the fly for for our fileserver for some clients (terminalservers specifically). So I thought that having an server
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
Hi, I suggest to add the following definition to configure and its template configure.in to allow samba-2.2.x to be compiled on HP/UX 11.00 with some lesser warnings. Without this definition you'll get warnings on all socket operation because the socket operations are UNIX98 specific and HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined. -- Ren? Nieuwenhuizen Afdeling
2006 Mar 15
3
samba server only accessiblie via ip address and notviadns name
hello, browsing over the network has got the same access denied issue as when i do it via net use or run \\hostname\share greetings, herwarth -----Original Message----- From: samba-bounces+herwarth.heitmann=orangemail.nl@lists.samba.org [mailto:samba-bounces+herwarth.heitmann=orangemail.nl@lists.samba.org] On Behalf Of Louis van Belle Sent: 15 March 2006 16:31 To: samba@lists.samba.org Subject:
2009 Mar 20
1
reshape dataframe
Hi, I have a large dataset on which I would like to do the following: x<-data.frame(id=c(1,2,3), snp1=c("AA","GG", "AG"),snp2=c("GG","AG","GG"),snp3=c("GG","AG","AA")) > x id snp1 snp2 snp3 1 1 AA GG GG 2 2 GG AG AG 3 3 AG GG AA And then
2010 Apr 13
2
transpose but different
Hi all, I want to make extra columns in my datafile where the id of every groupmember is mentioned in separate columns. To explain it better see the example: id<-c(1,2,3,4,5,6,7,8,9,10,11,12) group<-c(1,1,1,1,2,2,3,3,3,3,3,3) a<-as.data.frame(cbind(id,group)) a id group 1 1 1 2 2 1 3 3 1 4 4 1 5 5
2009 Jun 03
1
strsplit for multiple columns
Hi, I am trying to split multiple columns. One column works just fine, but I want to do it for multiple columns??? Example > a ID V2 V3 V4 V5 V6 V7 V8 V9 V10 1 PBBA0644 -- GG AA -- AA -- AA GG GG 2 PBBA1010 -- GG AA -- AA -- AA GG GG 3 0127ATPR -- GG AA -- AA -- AA GG GG 4 0128EHAB -- GG AA -- AG -- AA AG GG 5 PBBA0829 -- GG AA -- AA -- AA GG AG
2009 Nov 27
1
problem tick marker and text
Hi R-ers, I am struggling with my x-axis in a association plot. What I would like is to place the labels of the x-axis between the tick markers and normally the labels are printed at the place where the tick marker is placed. I don???t want to move the tick marker (it gives the switch between one chromosome and the next) but I just want to put the chromosome number in between the
2002 Nov 24
1
How to compile samba-2.2.x on HP/UX 11.00
Hi, Here's my problem: Samba-2.2.x (even 2.2.7) compiled right out of the box on HP/UX 11.00 gives some errors in the log file: Nov 23 16:17:32 pandora smbd[6744]: [2002/11/23 16:17:32, 0] locking/posix.c:posix_fcntl_lock(661) Nov 23 16:17:32 pandora smbd[6744]: posix_fcntl_lock: WARNING: lock request at offset 0, length 9223372036854779000 returned Nov 23 16:17:32 pandora smbd[6744]:
2003 Nov 26
1
Info
Hi, I've got a wee question. I log on to system A and there I'll load my .profile. From there I start an ssh session to system B and there I would like to have the same .profile as on system A. Is there a way I can use ssh for that ?? The reason I'm asking this is that on system B its a functional unix account and not everyone wants to have the same .profile. I cant use automount
2009 Sep 25
3
Problem on plotting TS using GGPLOT
Hi, I have following codes : library(zoo); library(ggplot2); library(plyr) dat <- rnorm(306); vv <- letters[1:6]; dat1 <- data.frame(dat, vv) dat2 = zooreg(rnorm(51), as.yearmon(as.Date("2000-01-01")), frequency=12) ggplot(dat1) + geom_line(aes(y=dat, x=index(dat2), colour=vv), group=vv, size = 1.3) However I got error while plotting them :
2012 Sep 05
0
Samba / AD connection issue
Hello list, We are receiving this error on our AD machine; "The session setup from the computer COMPUTERNAME failed to authenticate. The following error occurred: %%5" I've searched internet, and it seems to be some kind of trust issue / windows NT 4.0 authentication method. But I couldn't find a answer on how to solve this on the samba server. Here is my samba config:
2006 Mar 15
2
samba server only accessiblie via ip address and not via dns name
hello, from windows 2000/xp clients i can only connect to the samba server using the ip address in the form: \\<ipaddress>\share \\<hostname>\share will give an authorization error i have tried samba 3 and 2.2 with no difference smb.conf: # Global parameters [global] workgroup = CMS netbios name = loki server string = Samba Server %v bind
2010 Apr 14
2
GAMM : how to use a smoother for some levels of a variable, and a linear effect for other levels?
Hi, I was reading the book on "Mixed Effects Models and Extensions in Ecology with R" by Zuur et al. In Section 6.2, an example is discussed where a gamm-model is fitted, with a smoother for time, which differs for each value of ID (4 different bird species). In earlier versions of R, the following code was used BM2<-gamm(Birds~Rain+ID+