Displaying 9 results from an estimated 9 matches for "fillow".
Did you mean:
fellow
2011 Jan 30
2
problem reading file containing bit vector
Hi I have a tab delimited file with fillowing content:
"swissProtID" "entrezID" "bitVec"
"Q62924" "---" "00000000100010000000000000000000"
"P18897" "---" "00000000000001000100000000000000"
"Q62736"...
2004 Oct 27
2
Install Package(RODBC) warning , why?
...ld I consult one problem?
I want to access database with RODBC, first download this package from http://www.microsoft.com/data/odbc as part of MDAC, the version is the newest version 2.7.0. But after I have installed this Package(RODBC) and run command libaray(RODBC), the R system report the fillowing warning information.
Error in eval(expr, envir, enclos) : couldn't find function "lazyLoad"
In addition: Warning message:
package RODBC was built under R version 2.0.0
Error in library(RODBC) : package/namespace load failed
why?...
2006 Oct 25
1
cloud() works but wireframe() is blank
Per the message from Alexander Nervedi, 29 April 2006:
> I have to be making a riddiculously silly ommission.
> when I run the fillowing i get the cloud plot ok. But I cant figure
> out what I am missing out when I call wireframe.
> Any help would be appreciated.
> x<-runif(100)
> y<-rnorm(100)
> z<-runif(100)
> temp <-data.frame(x,y,z)
> wireframe(x~y*z,temp)
> cloud(x~y*z,temp)
There is s...
2006 Jun 13
0
Routing ErrorRecognition failed for "/notes"
I''m a noob to rails and i could use some help.
Fedora Core 5
Ruby 1.8.4
Rails 1.1.2
Here are my steps that i fillow.
In my home directory it type rails test
#cd test
#sudo chmod -R 775 log
#sudo chmod -R 775 public
#ruby script/server
Then i make my postgres database and table. Both named "notes" and i do
have columns in the table.
#script/generate model notes
#script/generate scaffold notes
Then i...
2006 Jun 13
0
Routing Error Recognition failed for "/notes"
I''m a noob to rails and i could use some help.
Fedora Core 5
Ruby 1.8.4
Rails 1.1.2
Postgres for My Database
Using webrick for testing at the monent but have lighttpd installed but
the service is diabled.
Here are my steps that i fillow.
In my home directory i type rails test
#cd test
#sudo chmod -R 775 log
#sudo chmod -R 775 public
#ruby script/server
Then i make my postgres database and table. Both named "notes" and i do
have columns in the table.
#script/generate model notes
#script/generate scaffold notes
Then i b...
2016 Dec 25
1
permissions and doveadm
> On 22-12-16 20:46, dovecot wrote:
> > I did an upgrade from OpenSUSE 13.1 to 13.2 (finally), and now doveadm
> > fails.
> >
> > I went from an self-compiled source, to 'repsitory'-version
> >
> > (from version 2.1.6, to 2.2.13)
> >
> > luuk at opensuse:~/bin> id
> > uid=1000(luuk) gid=100(users)
> >
2006 Oct 21
1
mysql-5.0.26 stored procedure authorization, take 2
Last time I came up with a problem with concernin MySQL authorization with
stored procedures. Timo helped me get going by with modified
client_flags (MULTISTATEMENT keyword).
Now all it happened again but from
another way. My stored proce for MySQL is causing fillowing error:
"Oct 21 12:39:22 haos dovecot: auth-worker(default): sql(user,192.168.X.X):
Password query fai led: Commands out of sync; you can't run this command
now"
Looks like it is partly mysql-5.0.26 thing because of this:
http://dev.mysql.com/doc/refman/5.0/en/commands-out-of-sync...
2001 Nov 24
0
ERRSRV - ERRinvnetname
Hi!
I've got the fillowing trouble.
Im' trying to get the local shares list. I started the smbd using
"/etc/init.d/smb restart" script. It seem to work fine.
The smb.conf and log.smb are listed below.
The smbd says that he "Can't change directory to /root/tmp" when I'm trying
to "sm...
2006 Apr 28
3
aggregating columns in a data frame in different ways
I would like to use aggregate() to combine statistics
for several days in a data frame. My data frame looks
similar to this:
date type count value
1 2006-04-01 A 10 99.6
2 2006-04-01 B 4 33.2
3 2006-04-02 A 22 43.2
4 2006-04-02 B 8 44.9
5 2006-04-03 A 12 12.4
6 2006-04-03 B 14 18.5
('date' is a factor, and my