The period tag has no wiki summary.
0
votes
0answers
25 views
using periods to join variables
What are your thoughts on doing this:
"project_image_$imageNumber=''"
vs using periods to join the variables and sub parts?
"project_image_".$imageNumber."=''"
I am trying to make my coding ...
0
votes
2answers
27 views
Date period spread among seasons
In my MySQL database table I have the following date periods (seasons):
sstart,send,sname
2013-05-01,2013-05-31,'season1'
2013-06-01,2013-06-30,'season2'
I'd like to create SQL query which will for ...
1
vote
3answers
43 views
Strange behavior with jodatime in period calculation
about the february month there is a strange behavior that you can see in the incorect results with jodatime, you can look down here :
DateTime date1 = new DateTime(2013, 4, 28, 0, 0, 0, ...
3
votes
1answer
41 views
Dot space ( [dot][space][filename] )
What does a command with format [dot][space][filename] means?
Example
. ./setup.sh
Also in .bashrc file we have a line like that
. "$HOME/.bashrc"
What does this mean?
0
votes
1answer
27 views
Pandas: Convert Groupby DateObject into PeriodObject
I have the following DataFrame:
df = pd.DataFrame({
'Buyer': 'Carl Mark Carl Joe Joe Carl'.split(),
'Trades': [1,3,5,8,9,3],
'Date' : [
DT.datetime(2013,1,1,13,0),
DT.datetime(2013,1,1,13,5),
...
-2
votes
5answers
35 views
Find word containing punctuation, but not in the end or word
I'm breaking my head about following problem. I need to match dot in the word under certain condition.
Example:
D.A.R.Y.L. or se.ven or go/the will be untreated.
Dr. Odissey. or look, or look: ...
0
votes
1answer
31 views
Joda-Time : Date calculation
I would like to calculate precisely the months between two dates to achieve this I do something like :
DateTimeZone ZONE = DateTimeZone.forID("Europe/London");
String ...
0
votes
3answers
50 views
Scheduling events, and having events cross midnight
I'm building a tv series scheduling app in Ruby on Rails which performs certain actions based on what's currently on tv. Users can create a series, which has a start and end date, and can create ...
0
votes
0answers
10 views
UILocalNotification expires?
I have an App based od UILocalNotifications. By documentation, if notification is for some reason hasn't been fired (for example iphone was off), then it should fire immediately as iphone is coming ...
0
votes
0answers
78 views
Jquery timeline calender with periods
i'm lookin for a timeline plugin (at best for jquery) like this. But what i need the script to show is a period of time, not a particular date, e.g. January - June. Does anybody know such a script / ...
0
votes
1answer
55 views
Pandas: Period object to abstract from time
I have the following DataFrame:
df = pd.DataFrame({
'Trader': 'Carl Mark Carl Joe Mark Carl Max Max'.split(),
'Share': list('ABAABAAA'),
'Quantity': [5,2,5,10,1,5,2,1]
}, index=[
...
0
votes
1answer
27 views
How to fill the textblock with periods(Silverlight 5)
I have a grid and three columns. Here goes the code:
<Grid x:Name="StaticGrid"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Width="450"
...
1
vote
2answers
56 views
VIM: unmap period key in normal mode
I try to use the EasyMotion plugin, but I don't want to use the normal leader key, which is the \-key in my case. I also don't intend to change the leader key all together, as it might break things in ...
-1
votes
1answer
67 views
Which is better jodatime or prettytime [closed]
for those who have worked with time handling libraries, I want to ask wich is best (jodatime or prettytime).
I'm working on an application that requieres mainly, calculating how many days (or months ...
1
vote
0answers
66 views
Search with Google Web Search API for a specific period of time
i'm using google web search api to search for some keywords, but i want to see only the results for today, or yesterday or for a concrete date.
This is the Js that i am using
<script ...
2
votes
1answer
44 views
efficient way to detect periodicity of network flows
I have lots of netflow data (i.e src_ip, dest_ip, beg_time, end_time, data_size, etc) and some of them are happening periodically that I want to find out.
Consider I have n netflow(maybe around 10^6) ...
0
votes
1answer
52 views
generate statistics during pcap_loop every second
I am writing a PERL script, which captures packets, and then generate statistics in every second about all the TCP streams, which were online in that second.
I am using NET::Pcap, and I want somehow ...
0
votes
3answers
84 views
Fit sinusoidal models
I have tried to fit following sinusoidal model by the following model, which means that deterministic model + white noise:
function [x]=generate(N,m,A3)
f1=100;
f2=200;
T=1/f1;
for t=0:N*T/m:N*T
...
0
votes
2answers
27 views
How can I represent large amount of time using joda-time
I'm trying to represent the value 3419779 (in seconds) in hours minutes and seconds however using Period of joda time returns -243h-06min-28, What can I use to represent this in the correct form that ...
0
votes
1answer
83 views
Comma and no period in dollar price
When I make my add to cart-button, the price (in dollars) is displayed 18,00, and not 18.00, which makes some customers think that the price is eighteen hundred dollars instead of eighteen dollars. ...
1
vote
0answers
25 views
Dealing with Periods in rewritten Links
With the help of some amazing folks here I've successfully been able to rewrite my URLs.
My Links are now setup like this:
mydomain.com/city/state/businessname/
But my problem comes into play when ...
1
vote
3answers
119 views
SQL to Fetch records in period of 30 minutes [closed]
I want to generate a report where If a user accesses more than 5 patient records in period of 30 minutes then the user access entries has to be included in report.
So, count of user access exceeds ...
0
votes
0answers
20 views
Membership subscription period ASP C#
hi all
I want To make a Membership subscription
3 months - 6 months - 12 months
the member chose the subscription period I want the procedure or the trigger that make the flag (isActive) in ...
0
votes
1answer
72 views
mysql query to find fixed sum over a period
I have a mysql table with following columns
order_id
customer_id
total_amount
date_added
Now, i would like to make a query for a particular customer to know if the customer has made more than or ...
0
votes
0answers
31 views
Java3D: Alpha Class
In Java3D, is there anyway to change the IncreasingAlphaDuration parameter of the Alpha class in the runtime?
I want to have a Box that rotate around its y axes for 2 seconds, stop and rotate with ...
0
votes
1answer
611 views
Facebook Follow Button plugin doesn't allow periods in profile
Trying to set up a follow button with Facebook's plugin here:
https://developers.facebook.com/docs/reference/plugins/follow/
I've found that any profile url I enter that contains periods (for ...
0
votes
1answer
121 views
Oracle SQL Expression to Sum Payments for Six Months based on Selected Month
Basically what I'm trying to do is calculate the average percentage of CreditPayments and the average percentage of CashPayments over a projected period (Lookback 3 months then total all paymnents of ...
3
votes
3answers
89 views
Calc period of function in R
There is any R packages for calculation period of some function? I am looking for r-function like this:
x <- seq(0, 50, by = 0.05)
y <- sin(x)
p <- calcPeriod(x, y) # result = 2pi
3
votes
1answer
306 views
Annotation for mapping Joda Time “Period” in JPA using Eclipse Link
I am having a field - expiryLimit in my Item entity for which I thought of using joda-time Period which would be an appropriate type to use here.
Just to explain - expiryLimit is the number of year, ...
0
votes
2answers
75 views
Select previous 3 months
I am looking to select tickets from the previous 3 months. By calculate the previous 3 months.
I saw this post:
Calculate 3 month period using MySQL
But it does not seem to work.
Here is my query
...
2
votes
1answer
120 views
Java - Stop executequery() after some period
I have an SQL query executed by:
ResultSet resultSet = preparedStatement.executeQuery();
while( resultSet.next() ){
// do some stuff
}
Is there a way to stop the execution and do some code ...
6
votes
2answers
1k views
Fast Fourier Transformation in R
I have a dataset with the number of hourly visits an animal made during a period of 12 months. I want to use the Fast Fourier Transformation to examine cyclical patterns and periodicity. In the past, ...
0
votes
3answers
141 views
Mysql counting rows in a period of time
Lets say I have a user table which looks like
userID int(4) unsigned not null auto_increment,
name varchar(50) not null,
date_start int(10) unsigned not null,
date_stop int(10) unsigned not null
I ...
3
votes
2answers
85 views
What does a period with a name before a function mean when calling it in Arduino code (C/C++)?
What does a period with a name before a function mean when calling it in Arduino code (C/C++)?
For example, I am using an OLED display library and one function is called like this:
...
1
vote
2answers
62 views
Apache Mod Rewrite with Periods in URL
Ok,
so I am using (or trying to use) two primary mod_rewrite rules, and they seem to be conflicting with one another
RewriteRule ^/?help$ index.php?page=help [L]
and
RewriteRule ...
2
votes
0answers
91 views
How can I generate a valid WCF proxy for a service that has a period in the message types?
I am interfacing with a web service I have no control over and it has messages (input/output) and actions that contain periods (.)
When svcutil generates the proxy, it includes:
...
0
votes
1answer
38 views
.htaccess, get the value after a period and then redirect
I am trying to redirect a URL using a .htaccess file. The URL structure is like:
http://mydomain.com/folder/.anything_goes_here
Note the dot in the above Url. I want to remove it somehow using ...
0
votes
1answer
140 views
Trouble escaping a period inside String.matches() method
I'm getting a compilation error when I use this regular expression inside the String class's matches() method. Anyone know what I'm doing wrong here? Thanks
String email = "this@that.com";
...
0
votes
6answers
82 views
Alert dialog is gone before the user see anything
@Override
public void onBackPressed() {
// TODO Auto-generated method stub
PopIt("Exit Application", "Are you sure you want to exit?");
super.onBackPressed();
}
...
0
votes
3answers
135 views
Alert dialog period is to short
I have an alert dialog which is invoked when the user click back button on device but this alert is too short and the user cant read anything inside it or do any thing with it..
AlertDialog ...
0
votes
1answer
117 views
iOS remove all characters after the last period in a string
I have a string, something like "www.vanityURL.myWebsitesURL.com" and I want to strip off the extension, wether it is ".com", ".net", ".ru", etc... so how can I strip everything AFTER the LAST period?
...
0
votes
2answers
82 views
How can i remove the side effects of cons?
I can get the odd elements of a list using the following code:
(define (odds lis)
(cond
((null? lis) '())
((not (list? lis)) (quote (Usage: odds(list))))
((null? (car lis)) '())
((= ...
0
votes
2answers
351 views
SQL Period between two dates, query for every single day's average
I have several entries saved as follows:
ID | StartDate | Enddate | Amount
I do now want to query for every single day in this period to part the total amount between those dates.
For example
1 | ...
0
votes
1answer
75 views
validity period (x years) for code signing certificate, what does it mean?
I want to purchase a code signing certificate, but unsure about the expiration or validity period. Suppose I buy a 2-year certificate, does that mean..
(a) after 2 years, I can no longer sign new ...
1
vote
0answers
70 views
Set of N Periodic & Non Negative Integer Sequences forming by summation, the series of Whole Numbers [closed]
I'm interested in Set of N non negative and periodic/oscillating integer sequences,
that once summed forme the serie of whole numbers: 0,1,2,3,4,5,...,K
For exemple:
With N = 2 (A,B), K = 7 and ...
-1
votes
2answers
65 views
Result percentage by period in SQL
I want to calculate result percentage in SQL from the this data for a each period.
Period Result
1 Green
1 Blue
1 Blue
1 Red
1 Blue
1 Blue
1 Blue
2 ...
0
votes
0answers
430 views
MDX parallel period for last week's sales data
I have a weird problem. I want to run a sales comparison between this week and last week in our cube. When I used the mdx query below, if gives this week's sales properly. But it didn't give the last ...
-1
votes
1answer
61 views
Relative Path without Periods [closed]
I was looking at Apple's webpage (http://apple.com/) and I came across the following link:
<li id="gn-ipad"><a href="/ipad/"><span>iPad</span></a></li>
It's a ...
1
vote
3answers
271 views
Find weekly periods (starting on a Monday) for a month
I'm trying to find the weekly periods for a given month and year. Dates should start on a Monday and end on a Sunday. If the 1st of the month is a Sunday (Ex May 2011), it should be the first element.
...
1
vote
1answer
215 views
VHDL - determining counter period
Dear intellectual beings of SO,
I just wanted to clear some doubts I'm having about determining the time it takes to iterate through a complete loop.
Consider I have a 50Mhz clock which means the ...




