python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Function to calculate days until next birthday in R
Guys could someone help me finish this task. I'm trying to write a function in R where it takes a date of birth in "character" and calculates how many days it is until the next birthday. I k...
AlenArmjwz
Votes: 0
Answers: 0
How Can I Fix a Hacked Wordpress Website?
I have seen lots of critical errors on my WordPress website. I attached a screenshot below that shows some of these issues. Please look at this and provide some suggestions so that I can fix this prob...
Noheed Alam
Votes: 0
Answers: 1
How to avoid messy error handling in Tornado RequestHandler
Say I have a simple RequestHandler like this.
class RequestHandler(web.RequestHandler):
def get(self, id, status):
obj = self.retrieve_object(id)
obj.update({"status": st...
user17490040
Votes: 0
Answers: 1
How to glue together default error message with custom error message
I'm writing my own package and check some of the inputs. When the inputs aren't in the required format I want to stop with an error. However, I want to add a custom message to the default error.
Howev...
deschen
Votes: 0
Answers: 0