Tagged Questions

4
votes
3answers
136 views

What’s a good data structure for periodic or recurring dates?

Is there a published data structure for storing periodic or recurring dates? Something that can handle: The pump need recycling every five days. Payday is every second Friday. Th …
2
votes
4answers
138 views

How to send on a specific day in php?

Hi, I want to a e-cards or something like that. The user can choose the e-cards, after chosen, he must enter the some fields like name(to and from), email(to and from), message and …
1
vote
1answer
70 views

Good library for date ranges & periods

This question is kind of a subset of 90308 I'm looking for a good date library in any language which can handle periodic concepts Date Ranges/sets which are independent of year: …
0
votes
5answers
81 views

Periodic refresh or polling

I am trying to use periodic refresh(ajax)/polling on my site by XMLHttp(XHR) to check if a user has a new message on the database every 10 seconds, then if there is inform him/her …
0
votes
0answers
83 views

Xenomai RTDM timed looping task in device driver

How would I set up a task that, say, turns a led on and off every second, in a device driver (module)? I've tried using rtdm_task_init and it successfully sets the task, but when I …