Category: News

NEG in Assembly

neg 3BH As I understand, I should get C5, but from my own calculations I got C4 (I switch each 1 to 0 and each 0 to 1). What's the problem?

Amazon API gateway timeout

I have some issue with API gateway. I made a few API methods, sometimes they work longer than 10 seconds and Amazon returns 504 error. Here is screenshot ...

ISODate is not defined

I am trying to get results from mongodb using nodejs/mongoose. var dateStr = new Date(year,month,day,0,0,0); var nextDate = new Date(year,month,day,23,59,...