Displaying 20 results from an estimated 53 matches for "ggg".
Did you mean:
gg
2008 Nov 04
2
strange list structure question
my problem is more complex than below but I think below can suffice. i
have a list and the name of it at the top level is GGG. so, if i do an
lapply and operate on lower components in the sublist, then I can do as
shown in EXAMPLE 1 and what will come back will be named GGG at the top
level.
but, suppose that , the function inside the lapply function was more
complex and i wanted to actually use "GGG" in t...
2007 Sep 04
2
Confusion using "functions to access the function call stack" example section
...would think that
sys.function(1) would be gg since it's one up from where
the call is being made.
Thanks a lot. If the answers are too complicated and someone knows of a
good reference that goes into more details about
the sys functions, that's appreciated also.
gg <- function(y) {
ggg <- function() {
cat("y = ", y, "\n")
cat("current frame is ", sys.nframe(), "\n")
cat("parents are ", sys.parents(), "\n")
print(sys.function(0)) # ggg
print(sys.function(2)) # gg
}
if (y > 0) gg(y-1) else ggg()
}
gg(3)...
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
I have a samba server at ip address
aaa.bbb.ccc.ddd
I can connect to it from clients on subnets aaa.bbb.eee. and
aaa.bbb.fff.
I can't connect to it from clients on ggg.hhh.
smb.conf has
hosts deny = all
hosts allow = localhost, aaa.bbb., ggg.hhh.
The client can successfully 'ping mysambaserver' (resolves to
aaa.bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
'network path not found', and coincident with this the following
er...
2008 May 01
2
regular expression question
I have strings of the form
TICKER.GGG.XXXXXX.dat
but GGG is not always three characters so I can't use substr to pull it
out of the string.
Could someone tell me how to use sub to pull out the GGG but more
generally the string between the dot after the R in TICKER and the next
dot. I still don't have a very good understand...
2020 Oct 29
2
dovecot quota-warning detection mail
...---------------------
---------------------
root:*::::/root::
aaaa:{CRAM-MD5}b09a26aedaddd0e66901eb4bc146b81930aac8be0dac96d1c83bb652fd4f7
451::::/var/home/xxx/aaaa::
bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb
652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd::
eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d
50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg::
hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5cd181437aff77988e2c3
a12ec2d8490::::/home/vhosts/jjj/hhhh-iii-jjj::
:
:
--------------------------------------------------------...
2010 Apr 24
4
assign value between different type: Double vs Integer
Dear list,
just to put it in a simple way:
i read.csv from csv file to create a gdata
then, create array gdata34
however, when making a loop for assigning gdata34[1,m]<-gdata[m,4], this is what happen
gdata[1,4] 's real value is 10354, however, the gdata34[1,4] turns to be 883
then i checked the type: gdata[1,4] is integer, while gdata34[1,4] is double.
Can any one give me some help
2007 Oct 03
4
Win2003 ADS, wbinfo -u and -g almost works
I've been chasing this problem for several days. I have taken the
3.0.26a Fedora 7 SRPM from the Samba FTP site and rebuilt it on RedHat
EL5 and installed it. It runs, but it has exactly the same problem as
the original 3.0.23c version.
I can join the domain and 'wbinfo -t' returns OK.
However, 'wbinfo -g' returns only two groups then gives a failure
message and
2010 Jul 07
3
how to process this in R
...iles named as xxx.txt. the content of the file looks like the
following:
name count
1. aaa 100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for instance, I only need the file names with the ggg or fff in it
xxxxx_ggg_yyyyy_1.txt
yyyy_fff_yyyy_xxx.txt
i don't need to read in the files, such as xxxx_aaa_yyyy.txt
2.how cam rename the files:
for instance: xxxxx_ggg_yyyyy_1.tx...
2012 Jan 18
2
Table Intersection
...2000 2220
Ex3 15 3000 4000
second one ( table2):
chrom location name
2 160 Alv
2 190 GNN
2 100 ARg
10 210 GGG
15 3200 ADSA
What I have to do is to put name column in table1 when the location of
the name is between the start and end ....and chrom must be the same....it
will be this the result:
ID chrom start end name
Ex1...
2012 Feb 20
2
Help on lattice barchart ploting
...CCC 63.158 1/1
CCC 21.053 1/2
CCC 15.789 2/2
DDD 26.786 2/2
DDD 46.429 2/1
DDD 26.786 1/1
EEE 32.759 2/2
EEE 43.103 2/1
EEE 24.138 1/1
EEE 37.931 1/1
EEE 51.724 1/2
EEE 10.345 2/2
FFF 23.214 2/2
FFF 53.571 2/1
FFF 23.214 1/1
GGG 46.552 1/1
GGG 44.828 1/2
GGG 8.621 2/2
HHH 65.517 2/2
HHH 32.759 2/1
HHH 1.724 1/1
Following is the code which I have written to get the plot.
barchart(Genotype~Freqs | RsID, data=gDataFr,layout=c(4,6),
main="Genotype Frequency",...
2010 Mar 29
4
iptables rules
I've got a server with several ip's on eth0. I want to block all traffic
*except* to port 80 on them, but not on any other IPs, so that
eth0 is www.xxx.yyy.zzz
eth0:1 is www.xxx.yyy.ggg
eth0:2 is www.xxx.yyy.hhh
I've tried
-A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.ggg --dport ! 80 -j DROP
-A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.hhh --dport ! 80 -j DROP
and restarted (and several variants of this). iptables-save displays
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0...
2017 Oct 31
2
Help with Nesting
How do i resolve this?
symbol <- c('RRR' ,'GGG')
for(i in seq_along(symbol)) {
dat <- Quandl("LLL/symbol[i]")
}
required solutionis a loop where Quandl is a function and it loops as flows,
Quandl("LLL/RRR")
Quandl("LLL/GGG")
2020 Oct 29
0
dovecot quota-warning detection mail
...-------------
> root:*::::/root::
> aaaa:{CRAM-MD5}b09a26aedaddd0e66901eb4bc146b81930aac8be0dac96d1c83bb652fd4f7
> 451::::/var/home/xxx/aaaa::
> bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb
> 652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd::
> eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d
> 50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg::
> hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5cd181437aff77988e2c3
> a12ec2d8490::::/home/vhosts/jjj/hhhh-iii-jjj::
> :
> :
> --------------------------...
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san
Thank you for the information.
It seems to be difficult...
morikawa
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya
Sent: Thursday, October 29, 2020 1:17 PM
To: dovecot at dovecot.org
Subject: Re: dovecot quota-warning detection mail
Aha. Then it's not a straightforward case of just adding the domain name to
the same
2006 May 30
1
Query: lme output
Dear R-Users
I have a problem accessing some values in the output from the summary of an lme fit.
I fit the model below:
ggg <- lme (ST~ -1 + as.factor(endp):Z.sas + as.factor(endp), data=dat4a,
random=~-1 + as.factor(endp) + as.factor(endp):Z.sas|as.factor(trials),
correlation = corSymm(form=~1|as.factor(trials)/as.factor(id)), weights=varIdent(form=~1|endp))
hh <- summary(ggg)
hh
Below is the fo...
2012 Jan 08
2
uid / gid and systemusers
...y tell some hint?
Thanks in advance.
George
/var/log/mail.log:
...
Jan 8 16:18:28 test dovecot: User q is missing UID (see mail_uid setting)
Jan 8 16:18:28 test dovecot: imap-login: Internal login failure (auth failed, 1 attempts): user=<q>, method=PLAIN, rip=AAA.BBB.CCC.DDD, lip=EEE.FFF.GGG.HHH TLS <--- edited by me
Jan 8 16:18:28 test dovecot: dovecot: User g is missing UID (see mail_uid setting)
Jan 8 16:18:28 test dovecot: imap-login: Internal login failure (auth failed, 1 attempts): user=<g>, method=PLAIN, rip=AAA.BBB.CCC.DDD, lip=EEE.FFF.GGG.HHH TLS <--- edite...
2010 Jul 07
1
Batch files process and String parsing
...ave 400 files named as xxx.txt. the content of the file looks like the
following:
name count
1. aaa 100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for instance, I only need the file names with the ggg or fff in it
xxxxx_ggg_yyyyy_1.txt
yyyy_fff_yyyy_xxx.txt
i don't need to read in the files, such as xxxx_aaa_yyyy.txt
2.how cam rename the files:
for instance: xxxxx_ggg_yyyyy_1.txt=====...
2006 Jun 01
2
Help: lme
...-1 1 49.59715
598 10 1 1 55.46324
599 10 -1 1 46.80873
599 10 1 1 53.52223
600 10 -1 1 48.58257
600 10 1 1 56.78674
I used the following code to fit my model of interest:
ggg <- lme (ST~ -1 + as.factor(endp):Z.sas + as.factor(endp), data=dat4a,
random=~-1 + as.factor(endp) + as.factor(endp):Z.sas|as.factor(trials),
correlation = corSymm(form=~1|as.factor(trials)/as.factor(id)), weights=varIdent(form=~1|endp))
hh <- summary(ggg)
hh
Below is the fo...
2011 Jul 01
13
For help in R coding
...rking on pileup file.There are 10 columns in my data frame and I want to count the number of A,C,G and T in each row for column 9.example of column 9 is given below-
.a,g,,
.t,t,,
.,c,c,
.,a,,,
.,t,t,t
.c,,g,^!.
.g,ggg.^!,
.$,,,,,.,
a,g,,t,
,,,,,.,^!.
,$,,,,.,.
This is a bit confusing for me as these characters are in one column and how can we scan them for each row to print number of A,C,G and T for each row.
Most of the rows have . and , and...
2013 Mar 06
12
if dentro de for
Buenas,
Me encuentro con el mismo problema, de que me dice que el argumento del if
no es un "valor ausente donde TRUE/FALSE es necesario"
Este es mi codigo de pruebas.
readseq <- "aaaaaaaaaaa", "aaa", "aa")
auxiliar <- count(readseq[j],i+2)
aux_a <- auxiliar["listaa"]
if(aux_a > 0){
matrizgraf3[i][k] = matrizgraf3[i][k] + 1
listaa