|
I am implementing a contest system in which the user has to choose the correct answer of multiple questions. Each week, there is a new set of questions. I am trying to find the correct way to store the user participations in a database. Right now I have...
Started by Antoine Aubry on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you really need to associate a participation with its week? You can get it through Question
So:
Answer(Id,UserId,QuestionId,Value) Question(Id,WeekId,Text) Week(Id, StartDate) Personally I think is keyed with the user and the week....
|
|
I need to be able to create recurring events that happen on specific days but don't necessarily happen every week. They could be scheduled bi-weekly, every 3 weeks, etc. There is a current implementation that needs an update and I'd like to use the temporal...
Started by Jeff Whitmire on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I've got....
If this is a scheduling application have you looked at: http://icalendar.rubyforge.org/ I've decided to build what I needed into runt .
You aren't clear, are you running a script continiously to do this? If so why not use something like "at" .
|
|
Just wondering how many people have weekly Herceptin vs. every three weeks. I know this is a couple of months down the line for me, as I just began DD AC, but once I've done DD TH, my onc said I'd be on weekly Herceptin. Seems like I see a lot more ladies...
Started by JulieH on
, 16 posts
by 11 people.
Answer Snippets (Read the full thread at breastcancer):
I did 52 weekly and, while it was a pain going every week, I found it a breeze pos so would have three 3+
I began at weekly infusions but switched to three weekly as my hospital was two hours....
With the weekly infusions.
|
Ask your Facebook Friends
|
What is your experience with weekly status meetings for a development team? How can they be made useful?
Started by Steve Hanov on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
I do weekly meetings which usually last about 30-60 politics or plan go see a movie This weekly meeting is not necessarily each week, and not necessarily doing fine." If you do,....
People that developer attends during a week.
|
|
Alright guys, I did this kind of thing before with my C# tutorials where I kept posting weekly tutorials and covering everything from the basics on to the Intermediate and Advanced levels of programming. I plan on doing this with PHP now, as I've turned...
Started by PhriXion on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at thebotnet):
Nevertheless, nice try checking....
I looked in random week 1 file and i think if this is tutorial for starters some comments would i looked in random week 1 file and i think if this is tutorial for starters some comments would be nice for them.
|
|
I need to set myself a reminder to attend a weekly meeting. The trouble with my company's standard reminder tool is that when it runs under wine, it pops up on an off-screen virtual desktop.
I thought it would be interesting to see if I could come up ...
Started by Adrian Pronk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Give this a try:
export reminder='"DISPLAY=$DISPLAY zenity --title='\''Weekly Meeting'\'' --text='\''Time for the weekly meeting'\'' --info" | at 0955 NEXT Monday'; echo $reminder | at 0955 NEXT='Weekly Meeting' --text='Time for the....
|
|
Backup is super important, but sometimes it's kind of hard to do large backup in long period of time. So what is your backup steps/tricks that can be done daily or weekly so that you can make sure almost all your data get's backed up somewhere.
Started by bhen on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at superuser):
The hourly backups for a day, the daily for a week, the weekly for a month, and the monthly for as long.
|
|
I am just starting out, and I have not came across a client that is interested in weekly, I explain I have to charge a little extra because it is basically the same amount of grass as it would be weekly.
I just need some advice on how to persuade them...
Started by TigerPops on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at lawnsite):
No real loss.
Just tell them it will be $X.XX for weekly, or $XX.XX be a good client anyway.
When every other week is just a LITTLE more.
|
|
A mortgage in the state of: CA
I used to pay a 3rd party company called NBA- National Biweekly Administration to do autodebits from my account to my lender.
They have a bi-weekly plan or a weekly plan. They charge a processing fee everytime they debit...
Started by jyeh74 on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at expertlaw):
But doing the arithmetic above, it seems to....
That the weekly also helps.
Do you know if the weekly payment option is the same thing as the biweekly payment option? Someone told me the biweekly shaves off 7 years on a 30 year fixed plan.
|
|
I have a cron script that runs daily to LOAD DATA INFILE into a MySQL database. I would like to, using PHP as part of a web application, generate a weekly report showing the total number of inserted records from the last 7 days.
I would like to know the...
Started by Bill Gray on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Use the PHP.
Gets automatically set to the date of the insert and count() up the numbers for a week.
|