Tagged Questions
The timed tag has no wiki summary.
9
votes
9answers
65k views
Why would a “java.net.ConnectException: Connection timed out” exception occur when URL is up?
I'm getting a ConnectException: Connection timed out with some frequency from my code. The URL I am trying to hit is up. The same code works for some users, but not others. It seems like once one ...
4
votes
6answers
492 views
bash script to run in 5 minutes
I just want a bash script to run 5 minutes after it's called. What am I doing wrong?
I have the command:
/path/to/my/script | at now + 5 min
And yet the script runs right away every time.
2
votes
1answer
104 views
Weekly shuffle of array
I have a set of 4 HTML list items and I'd like to shuffle the order they appear in once a week. I was wondering if anyone out there had a nice, elegant solution to this?
As always, I'd be enormously ...
2
votes
6answers
331 views
time-sensitive css stylsheet switching using javascript
I'm trying to switch my css stylesheets depending on the time. One during the day, and one during the night. I'm a newbie when it comes to java, but i've been reading alot on javascript and have ...
1
vote
1answer
86 views
Running an action in time intervals
I am developing an asp.net mvc application in which deliver some services to my customers. Every customer has a profile and in that profile there's is a field with customer's birthday date. I want my ...
1
vote
1answer
225 views
Problems getting timed events in Flurry Analytics to work
I have already checked out this link and followed the instructions exactly: Can Flurry analytics provide average of integer information?
Have also read the instructions from Flurry, provided when ...
1
vote
0answers
415 views
Fatal error: Uncaught CurlException: 28: connect() timed out?
I get this error. And it only begun abt a week.
Fatal error: Uncaught CurlException: 28: connect() timed out! thrown in .
Facebook forum moderaters tell me its a hosting providers error.
And hosting ...
1
vote
5answers
187 views
Timed text swap?
is it possible to swap a paragraph of text with javascript/jQuery?
I want a delay timer of about 5 seconds, and then the text should swap to something else, like a image slide. Would be awesome with ...
1
vote
6answers
88 views
PHP : echo message for a specified amount of time
I want to display a string "Your status has been posted" for something around 3 or so seconds than I want it to go away.
As of right now I have a news feed where the user can post messages and after ...
1
vote
1answer
155 views
Appending a scrolling textview in timed increments
I've created a scrolling textview and have been able to add text and scroll just fine. The thing is, I'm trying to add text at timed intervals and said interval can be adjusted by the user by hitting ...
1
vote
1answer
254 views
WinAPI timed mutex lock
How to lock mutex (critical section) for some amount of time? Is there any API function for that? As far as I see there is nothing like that in windows. If so, is it possible to implement it manualy?
...
1
vote
4answers
3k views
Using JQuery, how can I make a <div> appear, then add some html, then remove the html and then hide the div?
<div id="message" style="display: none">
<!-- Here I want to place a message. It should be visible for 3 seconds.Then clear the div to get ready for the next message. -->
...
0
votes
0answers
30 views
Python3.2 Setting a timelimit for user input
I'm trying to get the basics of a combat system going for a text based game. I need to figure out how to set the input() function to timeout if the user doesn't type anything and just move on to the ...
0
votes
0answers
744 views
java.net.ConnectException: Connection timed out: connect
I have a problem with a code, I'm using NetBeans IDE, and the Axis 1_4 library, so here is it:
Note: import this libraries:
import javax.xml.rpc.ServiceException;
import ...
0
votes
1answer
84 views
Hide page content until specific time in video
My staff and I have been researching how to set up a page to have hidden content, that appears at a specific point in a Youtube video.
We got there quickly at first by using the settimeout() ...
0
votes
5answers
58 views
javascript array timed
I'm missing some little thing.. prints the array but doesn't wait in between lines.
<script type="text/javascript">
function showLines()
{
arr =
[
"Hi!",
"Welcome!",
"Hello!"
]
var ...
0
votes
2answers
234 views
Chrome Extension Timed Redirection
What I'm trying to achieve is make a chrome extension run in the background, and every minute it'll redirect to google.com and then a minute later redirect to stackoverflow.com and so on continuously ...
0
votes
6answers
102 views
Timed start objective-c
I want to make a program that play sound in every hour but im stuck.I need some help to solve the problem, and that problem is that i dont know how to tell the program to play a sound in every hour.Im ...
0
votes
0answers
47 views
Timed start in objective-c
My question is just that how can i set a timed start of a event(for ex.:i want to start an event, every day az 13:00)in objective-c.I stuck with my work so i really need that help.
Thanks for the ...
0
votes
1answer
188 views
Programming auto timed 3-image slideshow with loop
I design websites using HTML/CSS and i just recently started using jQuery to add to my designs. i've been stripping code apart from different questions similar to mine but never helpful enough, im not ...
0
votes
1answer
419 views
jQuery timed link animation - in time with slide show
My problem is this: I have a jQuery slideshow which fades in/out a list of images. I need to, if possible have a set of links alongside this slide show which grow or zoom slightly in time with the ...
0
votes
2answers
49 views
Timed sales in different timezones
working on a website that will sell one item each day that will run for a period of hours specified by me. The site is much like groupon where when the timelimit is up, it will end the deal. My ...