|
Are there any websites or blogs with programming challenges specifically for R users?
Started by Christopher Albon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Category/project-euler I haven't heard of any, but you could visit some math-oriented challenges.
|
|
What are the challenges you have faced in writing integration tests? Does writing unit tests help in writing integration tests?
Started by ravi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The same, there are some different challenges:
There's the issue of data that changes in back-end.
|
|
Possible Duplicate:
What should a developer know before building a public web site?
What are the challenges that are commonly encountered when designing and implementing a large site like Stack Overflow?
Started by Ayoub on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
So you'll have to setup a shadow debug....
As soon as something goes life, you'll have to make sure that users don't see any debug data .
As long as you didn't release anything you can debug at will .
The largest challenge is probably maintaining it.
|
Ask your Facebook Friends
|
I've searched around for different challenge sites, and most of them seem to be geared towards difficulty in problem solving logically, rather than trying to use your language of choice to do something you haven't used it for. Their center is around mathematics...
Started by tj9991 on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
These sites:
Challenges with Python - http://www.pythonchallenge.com/ Google Code Jam - http://code.google.com/codejam/ Programming Challenges - http://www.programming-challenges.com/pg.php?page=index limited to Perl either - PHP, Python....
|
|
I am sure there are many developers out here who have team spread across different time zones. What are some of the challenges people face and whats the best way to tackle them?
Started by MOZILLA on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Meetings.
In the course of this we have faced several challenges primarily relating to communication.
|
|
Are you satisfied with the current state of web programming? What fundamental changes or improvements would you suggest to vastly improve the state of the art of web programming? What problems do these developments address? In other words:
What are the...
Started by Greg Mattes on
, 24 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
I would argue that it ultimately ends up costing more to program a web application .
Its challenges.
|
|
Tags : None
BADGE CHALLENGES - FEBRUARY 8th - 14TH
Steller Sweeper - Get 82 gas jets this week!
Crazy Cakes - Serve 12 orange cakes this week! (play medium or above)
For a hint to this week's challenges click here for Steller Sweeper
and click here ...
Started by Toasterwoman on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at yuku):
In their computers to HELP....send an e-mail just a timeline POGO CHALLENGES STILL NOT GIVING CREDIT
in either.
|
|
I've got a web part that uses javascript heavily in the implementation of a UI. It also makes use of asynchronous XmlHttpRequest requests to some of the SharePoint web services (I'm using SPServices, btw).
For some requests, the user is confronted with...
Started by Ben Collins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have seen this strange behavior....
Windows auth is per-process and, if you are already authenticated, you remain authenticated when you load something again, does not matter if it is the browser's main connection or an XHR request .
It should not be this way.
|
|
What are the challenges in porting your existing applications to Azure?
Here are few points I'm already aware about.
1) No Support for Session Affinity (Azure is Stateless) - I'm aware that Azure load balancing doesn't support Session Affinity - hence...
Started by amazedsaint on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The next challenge is the support of stale data and....
Though we've tried really really hard, some bits of state have crept through to the core and this is what is being addressed .
Our biggest challenge is the stateless nature of the cloud.
|
|
We have an enterprise application written in asp.net c# (3.5) and SQL server that we want to bundle and release for customers.
However, several have expressed concerns that it requires a Microsoft server due to the costs. Yes, I know... Therefore, we ...
Started by BenB on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Eclipse PDT works great for design, development....
I have more experience with .NET than the *AMP stacks, but based on my experience with XAMPP, I would offer the following observations
Debugging: Visual Studio is awesome for both client and server side debugging .
|