Problem My JavaScript code is slow for large inputs. However, it is especially slow in IE. The browser will freeze […]

Problem I have the following function: def dnd_return(number,my_timeout): try: r =requests.get(“https://dndcheck.p.mashape.com/index.php?mobilenos= {}”.format(number), timeout =my_timeout) except (requests.exceptions.Timeout, requests.exceptions.ConnectionError) as err: return […]

Problem I am working on a little Python project to track how much time I am spending coding and doing […]

Problem Upon coming face to face with the mighty cross-origin request block, and needing to get a JSON file from […]

Problem I was wondering if I could get some feedback on the library I created to persist data online. JitterPushDemo.java […]