search for: dayofweek

Displaying 20 results from an estimated 20 matches for "dayofweek".

2007 Mar 11
2
DST changes for the US
...p.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="4" tcpIpApp.sntp.daylightSavings.start.date="1" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.stop.month="10" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek=&quo...
2012 Nov 28
3
Accessing List within a List in a for Loop
...ons to perform on the slot: data which is the list. I am working with the Airline dataset - so the data slot is a list of the years 1987, 1988, .. I am trying to perform factor and such operations on the column elements of each year. So - for purposes of this discussion we will refer to the column: dayOfWeek in each of the years. My issue is that while I get to the list I need I cannot directly access the list elements to apply the factor function to. I can print the list directly. I try to explain as follows: ... So the data has several columns. And in the method I can get to a column using: x <-...
2012 Sep 04
2
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
...ot;); break; } It it OK, how do you think? Thanks, - D. 2012/9/4 Dmitry N. Mikushin <maemarcus at gmail.com>: > NVCC successfully handles the same IR, if we try to process the same > .cu file with clang+nvptx and nvcc: > > CLANG/NVPTX: > ============= > > $ cat dayofweek.cu > __attribute__((device)) char yweek[7][4] = { "MON", "TUE", "WED", > "THU", "FRI", "SAT", "SUN" }; > $ clang -cc1 -emit-llvm -fcuda-is-device dayofweek.cu -o dayofweek.ll > $ cat dayofweek.ll > ; ModuleID = ...
2012 Sep 04
0
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
NVCC successfully handles the same IR, if we try to process the same .cu file with clang+nvptx and nvcc: CLANG/NVPTX: ============= $ cat dayofweek.cu __attribute__((device)) char yweek[7][4] = { "MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN" }; $ clang -cc1 -emit-llvm -fcuda-is-device dayofweek.cu -o dayofweek.ll $ cat dayofweek.ll ; ModuleID = 'dayofweek.cu' targe...
2012 Sep 06
0
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
...> > Thanks, > - D. > > 2012/9/4 Dmitry N. Mikushin <maemarcus at gmail.com>: >> NVCC successfully handles the same IR, if we try to process the same >> .cu file with clang+nvptx and nvcc: >> >> CLANG/NVPTX: >> ============= >> >> $ cat dayofweek.cu >> __attribute__((device)) char yweek[7][4] = { "MON", "TUE", "WED", >> "THU", "FRI", "SAT", "SUN" }; >> $ clang -cc1 -emit-llvm -fcuda-is-device dayofweek.cu -o dayofweek.ll >> $ cat dayofweek.ll >&...
2012 Sep 03
2
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
Dear all, Looks like the NVPTX backend cannot handle array-of-arrays contant (please see the reporocase below). Is it supposed to work? Any ideas how to get it working? Important for our target applications. Thanks, - Dima. $ cat test.ll ; ModuleID = '__kernelgen_main_module' target datalayout =
2008 Nov 18
2
Fwd: Polycom phone time behind one hour.
...lightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="9" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.stop.date="4" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek...
2007 Nov 08
2
time on polycom 501
I have a polycom 501 phone that is 1 hour off now. Before last sunday (time change) the time was fine. <?xml version="1.0" standalone="yes"?> <PHONE_CONFIG> <OVERRIDES _.0x20._log.level.change.sip="0" tcpIpApp.sntp.daylightSavings.stop.date="4" tcpIpApp.sntp.daylightSavings.stop.month="11"
2008 Jun 23
1
Find_by_sql Doesn't Return Attributes?
My find_by_sql is not returning attributes of the calling model class. Thermo.find_by_sql("SELECT COUNT(*) FROM thermo WHERE thermo_loc = ''back'' GROUP BY DAYOFWEEK(time_on) ASC") # ==> [#<Thermo >, #<Thermo >, #<Thermo >, #<Thermo >, #<Thermo >, #<Thermo >, #<Thermo >] The sql is fine and when I checked it in a mysql console, it returns the day of the week and count. Any ideas why Rails (2.1 btw) is not bri...
2007 Nov 01
5
DST
My Polycom phones are displaying time, off by one hour. Seems they are on the old DST rules. How do I fix this? joe a.
2003 Dec 16
1
Memory issues in "aggregate" (PR#5829)
...library(sm) Library `sm', version 2; Copyright (C) 1997, 2000 A.W.Bowman & A.Azzalini type help(sm) for summary information > callsperhour <- function(x) length(x)/12 > profiles <- subset(read.csv("profiles.csv"), hourofday >= 7 & hourofday <= 19 & dayofweek >= 1 & dayofweek <= 5) > nrow(profiles) [1] 100520 > attach(profiles) > pseudo.hist <- aggregate(duration, list(Delta), length) > colnames(pseudo.hist) <- c("Delta", "N") > detach(profiles) > gc() used (Mb) gc trigger (Mb) Ncells...
2006 Jun 15
3
Can I call MySql statements directly??
Hi All. I have a mysql statement that I would really really like to call from my Ruby program which goes like this: SELECT a, b, DAYOFWEEK(date_time) as DOW, HOUR(date_time) at hr, AVG(x/y) FROM records; This is possible by creating a 3-dimentional array of a, b, date_time containing x/y, and then finding averages and putting it into a 4-dimensional array of a, b, dow, and hr. _3-dim_array_ a b date_time _...
2006 Apr 27
7
Polycom NTP issue
I am ready to pull my hair out. I cannot seem to get the Polycoms to read the time properly. Regardless of the server they are pointed to our the offset, i am getting the correct time, but 24 hours ahead. So for today it is showing Friday April 28 but with the correct time. Any clues? Kerry Garrison Director of Technical Services Tech Data Pros - Orange County's Mobile IT Service Provider
2005 Aug 02
9
Polycom phones w/ two lines on different servers
Hi all - This isn't really directly Asterisk related, but has anyone successfully set up a Polycom phone to register two lines on two different Asterisk boxes? I can get the first line to register, but the second one does not. I can still place calls from that second line, which indicates to me the server, user, and secret are correct. I'm running the newest 2.6 series firmware with the
2007 Mar 05
4
Polycom Questions
Any Polycom gurus out there? If so, I have a few config file questions. First off, does anyone have the daylight savings time rules written for this Sunday's big change? Secondly, if there any way in the config file to tell the phone not to display the number of missed calls? I don't mind it keeping the missed calls list, I just don't want that running count. Lastly, I am trying
2004 Aug 06
0
a new directory service
...quot;Date" Date If PropertyID is "C", it means "Classification" Any string. GMT_Time: HH ":" MM Source: "R" | "L" | "P" (R=Recorded live, L=Live, P= Playlist) Date: DayOfWeek | DayOfMonth | FullyQualifiedDate DayOfWeek: "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" DayOfMonth: Any integer between [1 to 31] FullyQualifiedDate: DayOfMonth "/" Month "/" Year...
2007 Apr 09
1
help with ActiveRecord joins
...NOT NULL AND DATEPART(dw, start_date) = weekday AND (monthweek IS NULL OR datepart(dd, start_date) BETWEEN 7*(monthweek-1) + 1 AND 7*(monthweek-1) + 7) )) OR events.id IN (SELECT event_id FROM occurrences WHERE startdate = start_date) (the DATEPART function is sqlserver-specific, works like DAYOFWEEK() and DAYOFMONTH() in mysql) I''m wondering the best way to use this query in ActiveRecord. Would it be better to write an Event.find_by_daterange method that uses find with a manual :joins options, or using find_by_sql, or create view which encapsulates this query and do queries on a corr...
2011 Mar 24
2
running a script repeatedly
Dear Debian People: Is there a way to run a little script (on Ubuntu Manic Meerkat) every hour, please? I know that this is more of a LINUX/UNIX question rather than an R question. Sorry. Thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu [[alternative HTML version deleted]]
2002 Feb 09
1
How to access objects outside an R function
...end I created two lag variables: forexdata$counter <- rep(1:length(forexdata$DateOfTrade), 1); forexdata$bplag1 <- forexdata$bp[forexdata$counter+1]; forexdata$bplag2 <- forexdata$bp[forexdata$counter+2]; forexdata$counter <- NULL; > forexdata; DateOfTrade DayOfWeek bp cd dm bplag1 bplag2 1 730606 3 2.5715 1.0011 0.37700 2.5740 0.0000 2 730607 4 2.5740 1.0017 0.37890 0.0000 0.0000 3 730608 5 0.0000 1.0015 0.38170 0.0000 2.5747 4 730611 1 0.0000 1.0019 0.38000 2.5747 2.5740 5 730612...
2004 Aug 06
16
a new directory service
So I've been doing some research and thinking here and there about what a _good_ directory service for icecast would be like. I'd appreciate some feedback and some discussion on this topic, before I start putting a lot of effort into developing it. First off, I think getting rid of # of listeners is a must. It just creates a self-fulfilling prophecy and encourages cheating. I think the