search for: whihc

Displaying 20 results from an estimated 30 matches for "whihc".

Did you mean: which
2006 Jan 18
4
Coercing a list to integer?
...night spent on a niggling little detail, I am no closer to to the truth. I loaded an Excel file in .csv form into R. It apparentely loads as a list, but not the kind of list you can use. Oh no, it converts into a list that cannot be converted into an integer, numeric, or vector, only a matrix, whihc is useless without integers. How can I get a list of the form [1] 1,2,3,4,5 into the form [1] 1 [2] 2 [3] 3 [4] 4 [5] 5? Depending on hwo you define a list, apparentely, it goes one way or the other. x <- list(1:5) means you have [1] 1,2,3,4,5 y <- list(1,2,3,4,5) means you h...
2009 Apr 08
1
Perl AGI
...gt;ReadParse(); $AGI->verbose("AGI Environment Dump:", 3); my $micho = $input{9}; $AGI->verbose("my dialed no is :$micho"); foreach my $i (sort keys %input) { $AGI->verbose(" -- $i = $input{$i}", 3); } ################## #To get the asterisk dial no whihc is 112 in our case my $no=$AGI->get_variable ('extnum'); *my $dest=$AGI->get_variable ('extension');* $AGI->verbose("my dialed no is :$no"); $AGI->verbose("my dialed no is :$dest"); When the script run I got: dial.pl: my dialed no is : Can you pleas...
2015 Aug 01
3
centos 6 and mailman and dmarc
so... I've got some mailman lists running on centos 6. apparently c6 has mailman 2.1.12, which is far too old to have the dmarc patches (introduced in 2.1.16 and updated in 2.1.??, so of course, I'm having ongoing issues with yahoo/sbc/att/aol/etc subscribers and bouncing messages ending up causing 30%+ of my subscribers not to be able to get mail. These are mostly non-technical
2017 Jan 27
3
yum adding 7.3 packages to 7.2 system
My system is 7.2.1511. When I run "yum update", it wants to install about 900 packages total. Most are labeled just "el7". A few "el7_1" and a lot are "el7_3" or 7.3. None are 7.2. I'm not surprised when I see 50-100 packages needing an update. But 900? And none specific to the installed system? My last update, of 4 packages, was Dec 31, 2016. I
2006 Jul 22
3
Doubts regarding Models
Dear folks, I want to know whether the following things are right or wrong, in the first place. Then to know the right way to do the same, if it is wrong. I am having a table with the name "cd_details". using models, I am accessing data from this. my model is having the code like this. model filename : cd_detail.rb -------- class CdDetail < ActiveRecord::Base def self.find_data
2008 May 28
1
confidence interval for the logit - predict.glm
...t, when actually I would assume that there would be "planning unit times fishes" predicted values - at least this is what I get from predictionresponse. Predictionresponse generates as many predicted values as there are planning units times fishes (1680 planning units x 205 fish species, whihc are predicted over all these planning units), which I put into a constructed matrix named "fishoccur". In fact this is what I did in the very beginning, generating predicted values with the command predictionresponse <- predict(stepmodfi, predallx, type="response", se.fit=FAL...
2006 Jul 17
19
updating model
hello, i am writing a simple user login system. when registering a user account, i have two field: password password_confirmation which are validated using validates_presence_of validates_confirmation_of and these are then used to generate a password hash which is stored in my database when i want to update the record (without changing the password and entering new values for password and
2015 Aug 01
0
centos 6 and mailman and dmarc
On 8/1/2015 12:54 PM, John R Pierce wrote: > What do y'all do? build your own mailman infrastructure from > source? is there a 3rd party repo build of mailman 2.1.16+ ? ugh, and Mailman 3 requires Python 3.4, whihc isn't available on CentOS 6 without major jacking around. Is there an alternative 'new' email list handler people use? I have two sorts of lists, discussion and announcement, and several instances of each for different communities. -- john r pierce, recycling bits in santa cruz
2015 Nov 20
1
EL7: Detecting FS errors on XFS while mounted
Is there a way of checking an XFS filesystem for clean/dirty status while mounted? One of the checks we've long performed is an FS-level error check. This is *not a full-on fsck*, this is "asking the file system if it noted any problems". This is done while the file system is mounted and "hot". For example, here's how we'd check an ext* partition: # debugfs
2016 Aug 24
2
Gnome weather applet stranded
On 8/24/2016 8:46 AM, m.roth at 5-cent.us wrote: > Had you gone to noaa.gov, and clicked on climate, it appears that they > want to now charge you $3/yr for the service. I'm getting DNS not found errors from anything in NOAA.GOV. anyways, 'climate' refers to historical averages by location/month/week/date. presumably the API involved here was for current weather conditions
1999 Oct 07
0
Xgobi under Windows
...in (2) to read something like this: @echo off PATH=c:\windows\; set DISPLAY=your machine name: 0.0 set XGOBID=c:/Xgobi3 c:\Xgobi3\xgobi.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 Thanks very much to Martin you suggested to use the pass argument. Although it didn't work using %1 %2 %3 %4 %5 %6 %7 %8 %9, whihc was originally there did. In my case my parent directory for Xgobi was Xgobi3. 4) From within R do the following. > library(xgobi) then you can use the function: > xgobi(your matrix or data.frame) That's ll you need to do. Thanks again Peter ----------------------------------...
1999 Nov 09
0
Xgobi for windows NT
...t;@echo off >PATH=c:\windows\; >set DISPLAY=your machine name: 0.0 >set XGOBID=c:/Xgobi3 >c:\Xgobi3\xgobi.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 > > >Thanks very much to Martin you suggested to use the pass argument. Although >it didn't work using >%1 %2 %3 %4 %5 %6 %7 %8 %9, whihc was originally there did. >In my case my parent directory for Xgobi was Xgobi3. > > >4) From within R do the following. > >> library(xgobi) > >then you can use the function: > >> xgobi(your matrix or data.frame) > > >That's ll you need to do. >...
2003 Sep 11
1
Problem in installing quantreg package
I was trying to install package "quantreg" in an R session, but I got the follwing error message: ERROR: cannot write to or create directory '/usr/lib/R/library'. Can anyone suggest what I need to do to fix it up? Swagata Nandi
2006 Aug 08
0
gamm question
...MyTime|station), famliy=gaussian) station is just a long vector with ones, twos, threes, fours and fives. MyTime defines the order of time (and has values 1 to 240) This model fits a Year smoother on each station and, and has one auto-regressive parameter (whihc is about 0.3). How woul I allow for 5 different AR1 parameters (one per station)? So far so good. It runs..and get the output. The problem is that the errors from station 1 are correlated with those of station 2 (as they are close in space). Same holds for other stations. The cross-correlati...
2004 Dec 09
1
Dag's repository?
Hi, Just getting into Centos and so far so good.. Since its the same as RHEL and uses YUM I wanted to know if there are any issues using Dag's EL3 packages with Centos 3.3?? This will be for a production server (my web server) so if there are any issues with these packaged I would rather not find out the hard way.. :) Thanks..
1999 Sep 29
1
getenv() can't differentiate "defined but empty" and "undefined"
getenv(<varname>) currently returns "" if the <varname> is undefined. However, if <varname> is defined but empty, getenv(<varname>) still only returns "". I think this is quite unfortunate but consistent with the prototype. --- I'd propose to change the current behavior. Something which should be pretty back compatible would for the first
2004 Aug 13
2
bus error /segmentation fault from 'approx' (PR#7166)
Full_Name: joerg van den hoff Version: 1.9.0 and 1.7.1 OS: MacOS (1.9.0), SunOS (1.7.1) Submission from: (NULL) (149.220.4.88) something like (sure not the originally intended input, but something like this can happen...): approx(c(1,2),c(NA,NA),1.5) crashes R (bus error under MacOS, segmentation fault under SunOS). search of the bug archive did not work. I hope this bug was not reported
2011 Jul 23
0
Rendering of Javascript updates with Rails > 2.1
...fit from Rails engines. The app requires rendering javascript updates to strings, which does not work with 2.3 anymore: data = ActionView::Base.new(Rails::Configuration.new.view_path).render(:update) do |page| page["div[id=''foo'']"].removeClass("bar") end whihc results in an error because the @template variable is nil. /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.12/lib/active_support/ whiny_nil.rb:52:in `method_missing'': undefined method `with_output_buffer'' for nil:NilClass (NoMethodError) from /usr/lib/ruby/gems/1.8/gems/actionpack...
2014 Sep 18
1
KVM Remote
Have a few Supermicro based CentOS boxes at remote date center. Is there anyway to do a remote KVM over TCP to them for the case when they do not seem to come back after a reboot?
2004 May 27
0
Fwd: Re: clock skew again
...21 PKST 2004 So your Linux box thinks it's 16:22 and it is in timezone PKST (Pakistan Summer Time) >[root@niit125 root]# date -u >Thu May 27 10:22:23 UTC 2004 And your Linux box can also give you the time in GMT directly. (I had to calulate it for your PC) It thinks it is 10:22 UTC whihc is 10:22 GMT (UTC is just the new and official name for GMT) Now you can see the problem. Kerberos (because it has to work across the whole world) always uses GMT for its time. GMT is the same across the whole world and does not have any 'Summer Time' variations. In fact, all dece...