Displaying 20 results from an estimated 14959 matches for "monday".
2005 Mar 18
5
may be save on other directory
Hi!
I need use rsync for incremental backup, but i need save that incremental
data on diferent directory, for example
I have a Full backup on directory ./FULL, and carpets for ./monday ... I
need to compare the sources with ./FULL and the diferents files save on
../monday .. but not in ./FULL
---------- -----------
SERVER A | | SERVER B |
---------- ------------
DATA + x ./FULL/DATA...
2012 Aug 05
1
R: Help xts object Subset Date by Day of the Week
...ect made of daily closing prices I have acquired using
quantmod.
Here is my code:
library(xts)
library(quantmod)
library(lubridate)
# Gets SPY data
getSymbols("SPY")
# Subset Prices to just closing price
SP500 <- Cl(SPY)
# Show day of the week for each date using 2-6 for monday-friday
SP500wd <- wday(SP500)
# Add Price and days of week together
SP500wd <- cbind(SP500, SP500wd)
# subset Monday into one xts object
SPmon <- subset(SP500wd, SP500wd$..2=="2")
I then used the package lubridate to show the days of the week. Due to the
requirement...
2012 Dec 14
2
How can I read the following complicated table
Hello,
I have a table (in a txt file) which look like this:
Monday 12 78 89
Tuesday 34 44 67
Wednesday 78 98 2
Thursday 34 55 4
Then the table repeats Monday , Tuesday, ... followed by several numbers
My goal is to read values after the table. My problem is a little more
complicated, but I just present a simpler case for ease of illustration. Is
there any...
2006 May 03
2
disabled check_box does not work as expected?
I have a checkbox:
<%= check_box(:day, :monday, {:disabled => ''''} , (day.monday == true ?
{:checked => ''checked''} : {:checked => false} )) %>
It is disabled allright, but it is always uncecked. Is this supposed to
happen. It looks like
(day.monday == true ? {:checked => ''checked...
2004 Jun 05
3
R-1.9.1 scheduled for June 21
The release of R-1.9.1 is scheduled for Monday, June 21.
Automatic generation of daily alpha releases should start Monday, June
7 and switch to beta status on Monday, June 14.
It would be good if package maintainers could get any planned changes
done as soon as possible, and test their packages carefully against
the alpha/beta releases.
--...
2015 Mar 19
2
[LLVMdev] Reminder 3.5.2 merge deadline is Monday, Mar 16 - Testers needed
...testing them.
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Daniel Sanders
> Sent: 16 March 2015 15:36
> To: Tom Stellard; llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] Reminder 3.5.2 merge deadline is Monday, Mar 16 -
> Testers needed
>
> I'll do mips and mipsel.
>
> > -----Original Message-----
> > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-
> bounces at cs.uiuc.edu]
> > On Behalf Of Tom Stellard
> > Sent: 12 March 2015 22:05
> > To: llvmdev...
2006 Apr 24
7
Can you improve on this code?
# File app/models/timesheet.rb, line 27
27: def totals
28: totals = Hash.new
29: totals["Monday"] = totals["Tuesday"] = totals["Wednesday"] =
totals["Thursday"] = totals["Friday"] = totals["Saturday"] =
totals["Sunday"] = totals["Totals"]=0 #initialise all to zero
31:
32: for item in items
33:...
2009 Jan 15
4
number of Mondays
dear All,
i'm trying to calculate the number of Mondays, Tuesdays, etc that each
month within a date range has. I have time series data that spans 60
months and i want to calculate the number of Mondays, Tuesdays, Wed,
etc of each month. (I want to control for weekly seasonality but my
data is monthly).
Is there an easy way to to this in R? or...
2003 Oct 28
3
ts vs. POSIX
OK.
What if I have a time series which is collected every Monday, please?
What is the proper way to use the start option within the ts command
in order to indicate that this is Monday data, please?
Thanks again!
Sincerely,
Erin
2010 Dec 01
2
Welcome to the "R-help" mailing list
Hi there,
I am having problem of matching string. what i want is when i type a date such as 2010-11-30, the function will return the day (monday, tuesday, wednesday, thursday, friday or staturday). then i want another function will return true if the return of the day is monday, return false if the return of the day is not monday.
I already find the weekdays(as.Date('2010-11-30')) function which will tell me exactly what day its gon...
2015 Mar 12
8
[LLVMdev] Reminder 3.5.2 merge deadline is Monday, Mar 16 - Testers needed
Hi,
Just a reminder that testing for 3.5.2 will begin on Monday, Mar 16. If
you have any patches you want merged please send an email to the
relevant commits list and cc me and the code owner. If you have already
done this and are waiting for a response, please ping the thread.
As always we need testers, so let me know if you want to help with
testing.
Than...
2010 May 17
6
Change order of columns in table?
I'm an R noob and have a (maybe) stupid question...
I have a table where I have the weekdays and a number for each weekday of
entries:
Thats what the table looks like...
Now I want to have an pie3D plot of this, but obviously the order of the
weekdays are not as one would expect...
Friday Monday Saturday Sunday Thursday Tuesday Wednesday
119 173 80 96 167 193
194
how can I rearrange the cols so that its the "usal" way: monday first, then
tuesday and so on...
Any help is highly appreciated!
--
View this message in...
2013 Nov 20
1
Xen Project Documentation Day for Nov & Dec
Greetings,
Normally, we hold the Xen Project Documentation Day on the fourth
Monday of the month. However, for the next two months, there are some
issues:
- Next Monday is the beginning of Thanksgiving week in the US. This
is historically a very hard time to accomplish anything (other than
shop for the holidays which occur in December), so if we hold
Documentation Day on Monday...
2017 Apr 12
7
email subject length issue
Sorry for the extra email. It send to quickly.
procmail: Assigning "SUBJECT= Tornado Monday, 03/27/2017 at 20:27:02. The
Point BB.OBSURGRH is"
jerry
2013 Jan 08
3
Conditional Statistics
...le based on a
conditional statement on either the same variable or a different
variable in the same data set? So if I had the closing prices of the
S&P from 01/01/1990-12/31/1990, how could I get the average price of
the S&P from 02/01/1990-03/15/1990? Or the average price of the S&P on
Mondays (assuming a dummy var is created for 1 = Monday, 0 = else). I
understand that you can create subsets and new data sets based on the
conditional statements; but is there an easier way to do this by
typing a line into the mean() statement? That was extremely easy in
SAS where you could say:
proc me...
2007 Oct 15
0
3.0.0pre2: bookend breakage (2 different errors)
...4092 bytes [receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1493) [receiver=3.0.0pre2]
# Sample command, obfuscated to protect the guilty
rsync --archive --hard-links --no-motd \
--numeric-ids --sparse --verbose \
--link-dest $BACKUPPATH/hydrogen/monday/ \
--link-dest $BACKUPPATH/helium/monday/ \
--link-dest $BACKUPPATH/lithium/monday/ \
--link-dest $BACKUPPATH/beryllium/monday/ \
--link-dest $BACKUPPATH/oxygen/monday/ \
--link-dest $BACKUPPATH/fluorine/sunday/ \
--password-file $BACKUPPATH/fluorine/$BACKUPPASSWORDFILE \
--temp-dir $...
2018 Jan 28
0
Fwd: [GSoC Mentors] GSoC Org Ideas List should be solid by this Monday at 19:00 UTC for review
Dear All,
I'm afraid this applies to LLVM as well. So, please fill in the
OpenProjects pages for GSoC today - 19:00 UTC Monday is morning in
California, so Monday will be too late :(
---------- Forwarded message ----------
From: 'Stephanie Taylor' via Google Summer of Code Mentors List
<google-summer-of-code-mentors-list at googlegroups.com>
Date: Sun, Jan 28, 2018 at 11:05 AM
Subject: [GSoC Mentors] GSoC O...
2011 Nov 08
3
lapply to list of variables
Hi
Can someone help me with this?
How can I apply a function to a list of variables.
something like this
listvar=list("Monday","Tuesday","Wednesday")
func=function(x){x[which(x<=10)]=NA}
lapply(listvar, func)
were
Monday=[213,56,345,33,34,678,444]
Tuesday=[213,56,345,33,34,678,444]
...
in my case I have a neverending list of vectors.
Thanks!
2008 Oct 13
1
cut.Date problem when starting on first day of week (PR#13159)
...tps://stat.ethz.ch/pipermail/r-devel/2008-October/050914.html
In particular, try:
d <- seq.Date(as.Date("2008-07-05"),as.Date("2008-07-08"),by="days")
weekdays(d)
cut(d[1],"weeks") ## OK
cut(d[2],"weeks") ## OK
cut(d[3],"weeks") ## Monday -- breaks
cut(d[4],"weeks") ## OK
cut(d[1],"weeks",start.on.monday=FALSE) ## OK
cut(d[2],"weeks",start.on.monday=FALSE) ## Sunday -- breaks
cut(d[3],"weeks",start.on.monday=FALSE) ## OK
cut(d[4],"weeks",start.on.monday=FALSE) ## OK
The particula...
2009 May 13
2
Dates and arrays
...ed as string), as you may be guessed
I have the date and I want to find the index ;), but here is one more
complication.
The dates are not sequential, but only dates when the day is Mon-Fri
i.e. for Sat and Sun i don't store information.
So I have first convert the date I have into the closest Monday.
Let me give you one example. Let say I have the date 2000/01/01 (Sat),
now to be able to find any information I have to find the nearest
Monday in this case it is 2000/01/03 (Mon)..
So now that I have this new date I can find the index of the element
in the array where it is stored and from this I...