Displaying 15 results from an estimated 15 matches for "completi".
Did you mean:
complete
2006 Mar 02
3
merge with symbol problem
Hi,
It''s a little bit annoying to me, I can''t understand the following:
If I merge a value to the params hash with:
params => params.merge :value => new_value
the params[:value] doesn''t change, but if I use string instead of a
symbol like:
params => params.merge "value" => new_value
it works.
Somebody plz tell me why...
Abbath
2013 Oct 27
2
numeric data being interpreted as a factor -trouble with reading data into a dataframe in R
Hello.
trying to do one of the simplest actions -read in data into R.
I don't know why the FBfollowers column is being read as a factor and also
if I use as.numeric on it, it looks really strange and actually complety
alters the data.
I am attaching the data set here called ddd.csv
I used
data=read.csv("ddd.csv",header=TRUE)
fb=data$FBfollowers
fb
fb=as.numeric(fb)
fb
Thnxs in
2008 Aug 02
1
running strucchange?
Greetings,
I'm complety new to "R" and have a question. I've read through a couple
of manuals but I'm having a problem with getting something run properly.
I'd like to attempt to use the "strucchange" package with some sample data
however I'm having trouble understanding the proper syntax of the commands
from which to do so. I basically want to take
2012 Oct 15
1
CAS Authentication
Hi.I'm very sorry for the repost but I forgot the subject.
So,? I'm
using dovecot 2.0.18 and I'm trying to authenticate through a CAS server
(until now authentication was through MS Active Directory). I could not
find anywhere some examples, so here is what i have done so far.
-install phpcas and pam_cas
-edit /etc/pam.d/dovecot
????????????????? auth??? sufficient?????
2012 Oct 15
0
(no subject)
Hi. I'm using dovecot 2.0.18 and I'm trying to authenticate through a CAS server (until now authentication was through MS Active Directory). I could not find anywhere some examples, so here is what i have done so far.
-install phpcas and pam_cas
-edit /etc/pam.d/dovecot
????????????????? auth??? sufficient????? /lib/security/pam_cas.so -simap://webmail.mydomain.com -f /etc/pam_cas.conf
2006 May 22
8
flickr tag question
hey,
i am using the flickr wrapper for ruby and need to access the tags of a
specific photo. i got all the rest working. i must admit i am kind of new to
ruby, but i tried and tried and couldn''t figure it out. among other things i
want to read geotags like in my example here:
http://www.flickr.com/photos/whoisstan/146634506/
i''m sure it is deadsimple and i just overlooked it.
1999 Jul 11
0
oplock performance problem with a small database
On Fri, 09 Jul 1999 14:07:10 -0400, David Collier-Brown wrote:
>Johann Zuschlag wrote:
>> Well, it's just a database residing on a file server. So it will only use smb.
>> It's no intelligent database server like an SQL-server. But still, searching
>> (with and without index) should be faster. With caching it runs really fast, but
>> that is not save and would
2016 Apr 03
3
PA-RISC (hppa) video cards init failure loading the device driver kernel module
Dear "nouveau" developers,
I know that many very competent guys have already spent a lot of time
and efforts on this issue without success. I have started to play with
"hppa" two weeks ago and, with the support of the linux-parisc mailing
list people, now I have a - almost fully - working workstation (hp
c8000).
Everythings work perfectly BUT the video card. No matter the
2016 Apr 04
1
PA-RISC (hppa) video cards init failure loading the device driver kernel module
Dear Ilia,
this page summarize all the possible options of the "nouveau" kernel module:
https://nouveau.freedesktop.org/wiki/KernelModuleParameters/
I will test the options that you have suggested as soon as possible.
Try a PCI video card is a very good advice because the
AGP/FX1(chipset) is on the top of the "usual suspects" list;
unfortunately the c8000 has 3.3 PCI slots
2016 Apr 04
0
PA-RISC (hppa) video cards init failure loading the device driver kernel module
Not sure about the radeon issue, but
"DRM: GPU lockup - switching to software fbcon"
basically means "the CPU isn't able to submit commands, or the GPU
isn't executing the commands". Basically the GPU can only have so many
commands outstanding [well, command buffers], and we hit that limit.
>From what I understand, PA-RISC has a "funny" architecture that
2016 Apr 04
0
[Radeon] PA-RISC (hppa) video cards init failure loading the device driver kernel module
The very same option list, but for the "radeon" kernel module:
http://xorg.freedesktop.org/wiki/RadeonFeature/#index4h2
Simone Mannori - Italy
On 4 April 2016 at 05:56, Simone Mannori <simone.mannori at gmail.com> wrote:
> Dear Ilia,
>
> this page summarize all the possible options of the "nouveau" kernel module:
>
>
2006 Mar 16
3
Feedback from VON expo! Info on * HA and Polycomphone!!
I know someone who's at VON this week. Apparently Mark Spencer was up there talking about how Asterisk supports SRV. Sounds like vaporware to me.
> -----Original Message-----
> From: David Thomas [mailto:punknow@gmail.com]
> Sent: Thursday, March 16, 2006 11:54 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Feedback from VON
2006 Mar 16
2
Feedback from VON expo! Info on * HA andPolycomphone!!
Great Email. I'm going to respond to some of the points.
"Q: What are the plans for HA?
A: With a configuration using DNS-SRV and DUNDi, you can create a
pretty resiliant setup now."
That's BS. Last time I checked, Asterisk's support of SRV was to only grab the first SRV entry. Period. If it doesn't try any more SRV hosts after the first fails, just exactly how
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out.
I''m really struggling at the first hurdle here. And while I''m not a
programmer by design I do know my way around most stuff. And if I can''t
get this to work I suspect more people will have the same issues. There
seems to be too many variables to address.
I have winXP, I have ruby and rails all
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
Dear all,
We are trying to fit a non linear model to dispersal data.
It seems that sometimes when the fit of the model of the data is not
very good we start getting singular gradient errors. However if we
modify slightly the data this won't occurr. We have also tried changing
the initial parameter values and the algorithm for fitting in nls but
didn't help.
So we ended up programming a