The deadlines tag has no wiki summary.
0
votes
0answers
36 views
Idle time for Earliest deadline algorithm
I can't figure out how to show the correct diagram for the earliest deadline first algorithm with idle times.
So far here is my code:
import java.util.*;
class deadlineprototype
{
...
1
vote
1answer
59 views
Earliest deadline cpu scheduling
Updated:Solved my first question about sorting. But now I can't figure out how to show the correct diagram for the earliest deadline first algorithm with idle times.
So far here is my code:
...
0
votes
2answers
39 views
GAE app raising DeadlineExceededError locally and DownloadError deployed
This is very weird. The title says most of it, my code should say the rest. Here's my main.py file:
from google.appengine.api import urlfetch
import webapp2
import jinja2
import json
import os
...
4
votes
1answer
1k views
Facebook February 2013 Breaking Changes - how to get rid of “fix now” message in App?
48 mins ago I received an alert that says :
February 2013 Breaking Changes
fix now 48 minutes ago
Your app, needs to be updated for the February 2013 Breaking Changes.
Once your app is compliant, ...
2
votes
1answer
374 views
HTTPException: Deadline exceeded while waiting for HTTP response from URL: #deadline
We are using the developers python guide with Python data 2.15 library and as per example stated for app engine.
createSite("test site one", description="test site one", source_site ...
0
votes
1answer
75 views
PHP - deadline date query
i've write a php code to set a deadline date by admin , so the admin enter the daedline date via form and it will store in the database , now i want to use this deadline to check whenever the user ...
1
vote
0answers
79 views
job scheduling with the deadline [closed]
The problem is that there are number of jobs (m), a single server and each job has a deadline and processing time. I want to know what is maximum number of jobs that can be run on a single server to ...
1
vote
1answer
337 views
Earliest deadline scheduling
I want to implement Earliest deadline scheduling in C but I cant find the algorithm on the net..
I understand the example below that when time is 0, both A1 and B1 arrive. Since A1 has the earliest ...
0
votes
1answer
75 views
Real time deadline calculation
In the book 'Realtime Programming in Java' there is an example which I need help with:
To avoid explosion, there is a deadline for the pump to be switched off once the methane level exceeds a ...
0
votes
2answers
333 views
How add field deadline in TRAC?
I want to add new field "deadline" for tickets in a Trac system .
How can I do it?
2
votes
1answer
438 views
Google app engine python timeout sending email
My script grabs the content of an rss page gets the urls in that page saves them to a list then it grabs the content of each url and it emails the contents of the page to me. Everything is working ...
0
votes
1answer
131 views
What is the most effective way of communicating potential delays in software development? [duplicate]
Possible Duplicate:
What is the most effective way of communicating potential delays in software development?
Hi,
In development, what is the best way to manage delays? For example, you're ...
3
votes
2answers
1k views
Google App Engine Task Deadline
is there a way to handle any soft deadline while executing a task ?
The DeadlineExceededError is thrown after 10 minutes of execution and I am given few seconds after that to do some stuff.
I want to ...
3
votes
8answers
2k views
What is the best way to tell a client that a software project will be late? [closed]
Hypothetical situation:
You are doing a software/web development project for a client, but you know that you will not be able to make the deadline.
As the deadline approaches, you can clearly see ...
1
vote
5answers
202 views
organizing code and how to hit deadlines in a progamming deadline
I know this may not be exactly a coder question, but I feel it is still related to programming because I'm sure many developers have come across this before and might have some insight on how to ...
0
votes
1answer
277 views
Scheduling With Deadlines
Hi
I want to implement a simple code for scheduling with deadlines by c# I have java pesudo code but I don't know how to check the feasible sequence
is anybody to help me
4
votes
5answers
1k views
How to deal with rapid project spec changes in a tight deadline scenario?
How to deal with a project manager that imposes really tight deadlines but with a day or so before the deadline brings in new features and spec changes to implement, with another tight deadline.
...
2
votes
4answers
185 views
deadline shortcuts [closed]
Most of the time I write very maintainable and well design code(even at home). However I just wrote db + msword report app for my friend and code is really bad - lots of code duplication and ...
0
votes
10answers
304 views
When must you use poor design to finish a project?
There are many different bad practices, such as memory leaks, that are easy to slip into a program on accident. Sometimes, they might even be able to jury-rig your program together.
I'm working on a ...
31
votes
15answers
2k views
How to Deal with chronic time issues?
I have a developer on my staff that chronically overshoots deadlines, and estimates. On several projects the last week or two everyday I hear "It should be done by the end of the day". This developer ...
15
votes
8answers
1k views
How do you handle scheduling/deadlines around programmers?
Do programmers like to create deadlines? Im a web developer, and schedules/deadlines are all over the place in my field. But I've worked with some software engineers/programmers who hate deadlines, is ...