search for: east

Displaying 20 results from an estimated 1273 matches for "east".

Did you mean: least
2007 Apr 25
1
Dovecot and Outlook - IMAP Timeout error
...143" It is set up with a POP3 account and an IMAP account within Outlook -- using the same physical email account. The IMAP portion is only used for spam / ham submission, while the POP3 is used for downloading the actual email. The account on the server being used is named "me2.pg.east.eacsd.com" I have a single IMAP account set up in Thunderbird, which is using the account name "me.pg.east.eacsd.com". All mail that is received at "me.pg.east.eacsd.com" is forwarded to "me2.pg.east.eacsd.com" to generate some traffic. Here is the snippet o...
2020 Jun 27
0
[centos/centos.org] branch master updated: Updated page for AWS AMI images ID and link
...diff --git a/_data/aws-images.csv b/_data/aws-images.csv index cadcdc0..4d6c7a9 100644 --- a/_data/aws-images.csv +++ b/_data/aws-images.csv @@ -1,50 +1,81 @@ "Version","Region","Architecture","AMI ID","Deploy link" -"CentOS 8","us-east-1","x86_64","ami-01ca03df4a6012157","https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-01ca03df4a6012157" -"CentOS 8","us-east-1","x86_64","ami-01ca03df4a6012157","https://console....
2020 Nov 12
0
[centos/centos.org] branch master updated: Reflected new 7.9.2009 release and updated AMI IDs for AWS
...d:ami=ami-02e921ca8f16f9ee4" " CentOS Linux 8 ","me-south-1","aarch64","ami-0699d4d858abc9036","https://console.aws.amazon.com/ec2/v2/home?region=me-south-1#LaunchInstanceWizard:ami=ami-0699d4d858abc9036" " CentOS Linux 8 ","sa-east-1","aarch64","ami-0bf5003d05d784d3b","https://console.aws.amazon.com/ec2/v2/home?region=sa-east-1#LaunchInstanceWizard:ami=ami-0bf5003d05d784d3b" -" CentOS Linux 7 ","us-east-2","x86_64","ami-0a75b786d9a7f8144","https:/...
2010 Mar 05
2
How to assign week numbers to a time-series
...MM DD YR DOW DOW. DTYPE TOD TOD. SITENUM DESC 1 05 01 2010 SAT 1 2 MORN 1 101 WALNUT.CK 185 05 01 2010 SAT 1 2 MORN 1 102 LAMPE 369 05 01 2010 SAT 1 2 MORN 1 103 EAST.AVE 553 05 01 2010 SAT 1 2 MORN 1 104 NORTH.EAST 737 05 01 2010 SAT 1 2 AFTN 2 101 WALNUT.CK 921 05 01 2010 SAT 1 2 AFTN 2 102 LAMPE 1105 05 01 2010 SAT 1 2...
2015 Jul 01
1
Dovecot deleting files and directories
...and Dovecot?s admin files (indexes etc) are deleted. The log file is not really too informative, mostly lines of this form: Jul 01 14:00:36 imap(firstname.lastname at domain.x): Info: Disconnected: IMAP session state is inconsistent, please relogin. in=781 out=2630 Jul 01 14:00:36 imap(operators-east at east.domain.x): Debug: Namespace : /opt/mail/operators-east doesn't exist yet, using default permissions Jul 01 14:00:36 imap(operators-east at east.domain.x): Debug: Namespace : /opt/mail/operators-east doesn't exist yet, using default permissions Jul 01 14:00:36 imap(operators-east at...
2009 Feb 09
2
Generating new variable based on values of an existing variable
...ives) to no avail. What I'd like to do is to generate a new variable within a data frame, the values of which are dependent upon the values of an existing variable within that data frame. Assume that I have the following data: mydf<-data.frame(region=c(rep("North", 5), rep("East", 5), rep("South", 5), rep("West", 5))) Assume, in addition, that I have a factor vector with four values (I actually have a factor with almost two-hundred values): element<-c("earth", "water", "air", "fire") I would like to add...
2012 Dec 13
2
abline of an lm fit not correct
Hello fellow R-users,   I’m stuck with something i think is pretty stupid, but i can’t find out where i’m wrong, and it’s turning me crazy!   I am doing a very simple linear regression with Northing/Easting data, then I plot the data as well as the regression line :   > plot(x=Dataset$EASTING, y=Dataset$NORTHING) > fit <- lm(formula = NORTHING ~ EASTING, data = Dataset) > abline(fit) > fit   Call: lm(formula = NORTHING ~ EASTING, data = Dataset)   Coefficients: (Intercept)      EAST...
2020 Jun 01
1
Asterisk 16 Certified 16.8 and MagicJack Incoming Calls
...ion = 120 transport = transport-udp outbound_auth = auth_reg_us-west-or.sip.flowroute.com client_uri = sip:12345678 at us-west-or.sip.flowroute.com server_uri = sip:us-west-or.sip.flowroute.com [auth_reg_us-west-or.sip.flowroute.com] type = auth password = XXZZXXZZXXZZ username = 12345678 [reg_us-east-nj.sip.flowroute.com] type = registration retry_interval = 20 expiration = 120 transport = transport-udp outbound_auth = auth_reg_us-east-nj.sip.flowroute.com client_uri = sip:12345678 at us-east-nj.sip.flowroute.com server_uri = sip:us-east-nj.sip.flowroute.com [auth_reg_us-east-nj.sip.flowroute....
2005 Apr 18
1
Rcmdr's problem in East Asian Languages Version
maybe this is a problem specific to the East Asian Languages Version.when i reinstall R without checking the "Version for East Asian Languages" option ,it works.but if i install R with the "Version for East Asian Languages" option, it show the following error msg. > library(Rcmdr) Loading required package: tcltk L...
2007 Sep 04
3
variable format
Okay, I want to do something similar to SAS proc format. I usually do this... a <- NULL a$divisionOld <- c(1,2,3,4,5) divisionTable <- matrix(c(1, "New England", 2, "Middle Atlantic", 3, "East North Central", 4, "West North Central", 5, "South Atlantic"), ncol=2, byrow=T) a$divisionNew[match(a$divisionOld, divisionTable[,1])] <- divisionTable[,2] But how do I handle the case where......
2008 Jun 23
3
subset with multiple criteria
This should be theoretically very simple, but I dont get the elegant answer (without looping). I've got a long (thousands of rows) data frame: > E.coor[1:10,] east north dat 1 582650 4248850 0.8316848 2 582750 4248850 0.7230272 3 582850 4248850 0.3250818 4 582950 4248850 0.6144006 5 583050 4248850 0.8706312 6 583150 4248850 0.2149651 7 583250 4248850 0.1659519 8 583350 4248850 0.2145174 9 583450 4248850 0.1615151 10 583550 4248850 0.9370766...
2008 Oct 13
3
lattice panel question
Dear R users, How to change lattice panel label/text from the automatically generated label (based on the conditioning) to our own set of label? for example: someStuff <- data.frame(area = rep(c("SOUTH", "NORTH", "EAST", "WEST"), each = 25), group = rep(c("A","B","C","D"), each = 5), mytime = rep(1:4), val1 = sample(1:100, size=100, replace=TRUE), val2 = sample(1:100, size=100, replace=TRUE)...
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
...998,1998,1998,1998,1998,1998,1998,1998,1998, 1999,1999,1999,1999,1999,1999,1999,1999,1999,1999, 2000,2000,2000,2000,2000,2000,2000,2000,2000,2000, 2001,2001,2001,2001,2001,2001,2001,2001,2001,2001)), geog_area=c('North','South','East','West','Middle', 'North','South','East','West','Middle', 'North','South','East','West','Middle', 'North','South','East','West',...
2005 Aug 19
2
Asterisk and Vonage - Can't call out but can receive calls
...Asterisk to route inbound calls and send them to the correct extension, but I can't get outbound calls to work. I have Asterisk successfully registering with Vonage, but when an INVITE is sent out, I get a "404 Not Found" back from Vonage and thus Asterisk shows "SIP/atlas-east.vonage.net is circuit-busy" Below are my sip.conf and extensions.conf files that I am using. I saw several other sample configuration files that claimed connectivity to Vonage, but I have not been able to get them to work. My Asterisk server is behind a NAT firewall. The files below are...
2016 Feb 02
0
Multiple Tinc servers HA cross multiple regions
...use it, Tinc is really good. I met some wired issue, maybe some guys can do me a favor. In my case, there are 3 regions, and 2 servers in each region, total 6 servers. each of servers will connect the servers in other regions, but no connection to server in same region in configuration. Region us-east Region us-west Region uk tinc.conf like: Name = useast1 AddressFamily = ipv4 GraphDumpFile = /var/log/tinc/tinc.graph KeyExpire = 3600 mode = router PingInterval = 10 PingTimeout = 5 ProcessPriority = high ConnectTo = uswest1 ConnectTo = uswest2 2 servers in each region with the same subnet /et...
2009 Mar 25
1
Requesting help with lattice again
...his sequence and the labels are too along the panels. Is there a way to address this? thank you very much for the assistance. Steve This is part of the larger data base, after I passed it thru melt. Region Species Scenario HydroState HSI 1 Eastern Panhandle WBLong NSM Ave 0.165945170 2 Eastern Panhandle WBLong NSM Dry 0.056244263 3 Eastern Panhandle WBLong NSM Wet 0.290692607 4 Eastern Panhandle WBLong ECB Ave 0.165945170 5...
2010 Mar 23
1
Changing content of column in data.frame + efficient join extraction between 2 data.frames
Dear R users, I have 2 SpatialPointsDataFrame's, pcs and East. The column str_1 in the first (pcs) is: > pcs[0:4,] coordinates cat str_1 int_1 int_2 dbl_1 dbl_2 1 (101000, 263000) 1 "SM06B" 101000 263000 4.978915 -4.293668 2 (101000, 265000) 2 "SM06C" 101000 265000 4.960478 -4.266742 3 (101000, 267000) 3 &quot...
2011 Jun 14
0
sqlFetch and factor conversion
...NING", "MORNING", "MORNING", "MORNING"), WEEK = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), SITENUM = c(102, 103, 104, 101, 102, 103, 104, 101, 102, 103, 104, 101, 104, 101, 102, 103, 103, 104, 101, 102), `SITE$` = c("Lampe", "East Avenue", "North East", "Walnut Creek", "Lampe", "East Avenue", "North East", "Walnut Creek", "Lampe", "East Avenue", "North East", "Walnut Creek", "North East", "Walnut Creek&q...
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
...selves, but I worry about what else is wrong. I'll use subversion as my example below, but there are about half a dozen affected packages, including the coreutils package as shipped in the AMI (ami-bf5021d6). I have turned off selinux enforcement. RPM database shows the file: [root at dns-east svn]# rpm -ql subversion | grep de.LC /usr/share/locale/de/LC_MESSAGES/subversion.mo verify doesn't complain: [root at dns-east svn]# rpm --verify subversion [ just returns, no output ] RPM package contains the file: [root at dns-east svn]# rpm2cpio /tmp/subversion-1.6.11-10.el6_5.x86_64.rpm...
2011 Oct 22
2
Expanding rows of a data frame into multiple rows
...d this into a data frame with one row for each member of the list-mode column (the other values being replicated) For example, an example input and the desired output would be: input <- data.frame(site = 1:6, sector = factor(c("north", "south", "east", "west", "east", "south")), observations = I(list(c(1,2,3),c(4,3),c(),c(14,12,53,2,4),c(3),c(23)))) desired.output <- data.frame(site = c(1,1,1,2,2,4,4,4,4,5,6), sector = factor(c(2,2,2,3,3,4,4,4,4,4,1,3),...