Displaying 20 results from an estimated 5000 matches similar to: "error whit more than one user."
2012 Feb 13
2
Deleting rows and columns containing NA's and "" only
Hello,
I use read.xls from the gdata package to read in xlsx files. Sometimes these
data.frames contain NA columns
and rows only. I know how to get rid of those ones but here is the R output
of a test data set read in with read.xls
> t1
A B X D X.1 X.2
1 test 1 NA NA
2 <NA> asd NA
2009 Aug 16
5
any help with captcha in my comments ?
this is my error:
Processing ApplicationController#create (for 127.0.0.1 at 2009-08-17
00:57:56) [POST]
Parameters: {"comment"=>{"name"=>"asdasd", "body"=>"asdasd"},
"commit"=>"Add Comment", "post_id"=>"19",
2007 Sep 24
3
CallerID problem Asterisk 1.4.2
When receiving inbound calls from a Vonage Softphone extension, I'm unable
to view/maniupulate calledid data. but it shows up in the CDR records and on
called handsets.. any ideas?
exten => asda,n,NoOp(callerID is ${CALLERID})
exten => asda,n,NoOp(CallerID is ${CALLERIDNAME})
exten => asda,n,NoOp(CallerID is ${CALLERIDNUM})
-- Executing [asd at pstn-in:2]
2010 Aug 20
2
Determining the length of unique items in a vector
Dear all, let suppose I have following vector:
> dat1 <- c(rep("asd", 5), rep("xyz", 12), rep("erd", 17))
> dat1 <- dat1[sample(1:length(dat1), length(dat1), replace=F)]
> dat1
[1] "erd" "xyz" "erd" "asd" "asd" "erd" "xyz" "asd" "erd" "erd"
2007 Nov 08
1
setting external database error
Im using Instant Rails (turning off the mysql server part), Mysql 5.1
on another computer. and have these settings in database.yml
development:
adapter: mysql
database: jumba_development
username: root
password: asdasd
host: 192.168.1.1
and i get "Can''t connect to MySQL server on ''localhost'' (10061)",
any thought on why that would happen ?
2014 Jul 17
2
question about output of files copied/deleted
It seems to me that this output would be more useful if it
were possible to uniquely translate a line of output back into
a file path.
Right now that's not possible due to the control character encoding.
An output line like
asd\#002\#003zxc
could either mean a file of that name or
asd^B\#003zxc or asd^B^Czxc or asd\#002^Czxc
I was hoping to start with rsync -n, figure out what was
going to be
2011 Jan 10
1
Using combn
Dear list,
I want to apply the "table" function to every pair of variables in df
and the return should be a list.
setwd(123)
asd <- data.frame(a1=sample(1:4, 20, replace=TRUE),
a2=sample(1:4, 20, replace=TRUE),
a3=sample(1:4, 20, replace=TRUE),
a4=sample(1:4, 20, replace=TRUE))
with(asd, table(a1, a2))
with(asd, table(a1,
2004 Mar 09
1
More factor names in x axis, how?
I have some data which records, amongst other things,
age (recoded by me to be in months), and
drug group (a factor).
The drug group is a 2 digit number,
but there is no numeric relationship, and only 50 of the possible
groups occur
So
> asd <- read.table("asd.dat", header=TRUE)
> asd$group <- as.factor(asd$group)
> plot(age ~ group, data=asd)
gives me a series of
2012 Dec 26
3
Working with date
Hi,
Let say I have a date variable:
> ?asd <- as.Date("2012-01-03")
> asd
[1] "2012-01-03"
Now, I want to express this date like 3/1/2012.
can somebody help me how to achieve that?
Thanks,
2009 Oct 29
1
Question about is.na for missing data
Greetings,
I am trying to a simple mean imputation using the following command
(yes, I know it is not an ideal way to impute missing data)
asd[is.na(asd)] <- mean(asd,na.rm=TRUE)
This has worked quite well in the past. Now, however, I am getting the
following error messsage.
Error in `[<-.data.frame`(`*tmp*`, is.na(asd), value =
c(2433.64150943396, :
rhs is the wrong length for
2006 Jul 20
5
Why don''t I get 404s?
When I go to a missing page in my rails app, I get the 500.html page,
and this in my log output:
no route found to match "/asdasd" with {:method=>:get}
./script/../config/../vendor/rails/actionpack/lib/action_controller/
routing.rb:1057:in `recognize_path''
./script/../config/../vendor/rails/actionpack/lib/action_controller/
routing.rb:1047:in `recognize''
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello,
I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites.
First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried
~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4
2019 Jul 16
2
Unexpected result from LIST EXTENDED command
I am executing this command below to dovecot-2.3.5-6.cp1178.x86_64 server
Notice that some status responses are missing (For folders INBOX.Archive, INBOX.spam.&-BD0EOQQ9BDkEPQ-). I wonder If this is a bug or working as expected
In rfc5819 there is this:
If the server runs into unexpected problems while trying to look up
the STATUS information, it MAY drop the corresponding STATUS reply.
In
2010 Jul 13
2
how to extract information from anova results
Hi,
I have used the instruction aov in the following manner:
res <- aov(qwe ~ asd)
when I typed "res" I get:
_________
Call:
aov(formula = qwe ~ asd)
Terms:
asd Residuals
Sum of Squares 0.0708704 0.5255957
Deg. of Freedom 1 8
Residual standard error: 0.2563191
Estimated effects may be unbalanced
_________
I need to access the value of
2011 Nov 19
2
extlinux from syslinux 4.04 failed hard after choosing bzImage.
Hi,
Today I replaced grub(1) with syslinux on my laptop, after rebooting to
syslinux and selecting kernel I got massive freeze along with colorful
output to screen - http://i.imgur.com/lFjFc.jpg
I think I tried everything, even doing esc and writing after boot:
/bzImage-3.1.0, after enter I had the same freeze with the same screen
artefacts.
How I installed extlinux:
mkdir /boot/extlinux
2008 Nov 21
3
list of list objects
hi there,
I have a list of list objects i need to remove the top layer
[[1]]
[1].0
"ABC" "DEF""LMN"
[1].1
"WER" "ERT" "TRY"
[[2]]
[2].0
"ASD","wer""qwe"
[2].1
"wdv""ghj""ggj"
I wanna avoid the top layer...that is [[1]] [[2]] shouldnt be there
just a simple list is wat i need.
2010 Jan 12
2
setfacl:operation not supported
Hi all
from last few days i got struct in problem.when i try to use setfacl command
"setfacl -m u:himmat:r-- /ide2/asd"
i get the error setfacl : /ide2/asd : operation not supported
i also has mounted acl using -:
"mount -f -o remount,acl / " Note: -f option is for force
i am using red hat kernel 2.4.20-8 and acl-2.2.3-1
One more thing i have to ask whether acl utility
2011 Jun 17
1
[LLVMdev] Problem regarding llc command line option
Hi,
I was trying to port a Target from llvm-2.6 to llvm-2.9 and have got stuck
to a very strange problem.
There was an option defined in the target Asm Printer file with signature as
-
static cl::opt<bool> AsdPri("asd-pri", cl::Hidden, cl::desc("Print ASD
format"));
How after compiling the target, I dont see the option enabled in
$ llc -help-hidden
Also it gives error
2013 Feb 28
1
header brakage on sieve redirect ?
Hi all,
In the sieve file
require ["copy"];
redirect :copy "asdf at asd.pl";
emails with headers containing \n in non terminated " field
like
Cc: xxx <xxx at plus.pl>, "asd,
Grzegorz " <xxxxx at nsn.com>
Subject: RE: RF
after redirecting them
Cc: xxx <xxx at plus.pl>, "asd,\
\
Grzegorz " <xxxxx at nsn.com>
Subject:
2004 Sep 25
2
Strange behavior of is.na() on lists
Hello R-users,
I have observed that is.na() behaves strange on some lists. Here is a
simple example:
> a = list(list('asd'))
> a
[[1]]
[[1]][[1]]
[1] "asd"
> for(i in 1:5)
+ print(is.na(a))
[1] TRUE
[1] FALSE
[1] TRUE
[1] TRUE
[1] TRUE
>
> for(i in 1:10)
+ print(as.integer(is.na(a)))
[1] 0
[1] 10
[1] 1
[1] 0
[1] 140897024
[1] 134567568
[1] 1
[1] 1953720684