Questions tagged [timed]

110 questions
-2
votes
4 answers

PHP Timed bans?

I made a ban script where it updates the members list and put SET banned=Yes WHERE username=$_POST[username] But now I would like to make timed bans, like if a user get banned for a day, he will be un-banned after his ban time. Does anyone know how…
user2091820
  • 1
  • 1
  • 3
-3
votes
1 answer

Enable button for a limited time period in a day in Adndroid

I have a button it should work according to time from 09.00 Am to 04.00 pm and rest of time it should not work. I am developing an app. I am new in android. I have three buttons namely register, events, gallery. When I click register button it…
-3
votes
2 answers

jQuery Timer for click event

We have a facts page on our website with the following code:
Sjoerd
  • 87
  • 2
  • 15
-5
votes
1 answer

How do I add an integer to a hashmap every second, then check when it reaches the intendid final number?

I am practicing learning java and I would like to learn a lot more than I can find on my own hence I am asking this question. I know how to create a hashmap, I know how to add things into the hashmap, I would like to know how I add an object called…
Shaden
  • 3
  • 3
-6
votes
3 answers

Android - What is the best way to do something every time the time changes?

I want a do something every time a minute passes, for example when the time changes from 10:38 to 10:39 i want to do something. What is the best way to do this?
1 2 3 4 5 6 7
8