I have recently started a Digital Ocean server with a pre-installed Django image on Ubuntu 14.04. I wanted to create an API, and have decided on the Django Rest
I'm attempting to write a program that places text onto an image, I'm trying to get my head round PIL and have run into the error: OSError: cannot open resource
I consider myself to be a fairly experienced CSS user, but this problem has stumped me. I have a basic CSS setup that I would expect to work in a predictable wa
i have given txt file in following format a: 40 b: 20 c: 20 d: 00 23 4f 40 5f a: 20 b: 30 c: 50 d: 23 45 21 54 43 a: 20 b: 30 c: 50
I am having trouble parsing the object correctly. This code is on the backend. var dummy = { rohan: "sharma" }; var downButton ='<input type="button" value=
I am writing a function in ocaml that returns the longest list in a list using the type option and using List.fold_right let longest( lst : 'a list list) : 'a l
After upgrading my version of Apache 2.4, my web application (FlightPath) suddenly broke, displaying a 500 Internal Error. I eventually tracked it down to this
The new one without a "get": https://developer.android.com/reference/android/view/Surface#setFrameRate(float,%20int) While Unreal Engine uses the older to get:
It's been now many days that I cannot get out of this problem. I am trying to implement a simple red-black tree (in C) with an extra function that calculates th