Ive setup two windows, First window: hwnd = CreateWindowEx(WS_EX_TOPMOST | WS_EX_TRANSPARENT | WS_EX_LAYERED, wc.lpszClassName, skCrypt(_T("main window")), WS_P
I have a set of lists in my python Flask server, namely c_data, data, targetx, targety, sizex and sizey. They look something like the following: c_data: ['{"pe
See this example: public class JexlStuff { private static final JexlEngine jexl = new JexlBuilder().cache(512).strict(true).silent(false) .safe
I have an app with rich html text that was working fine. But recently I decided to update the gradle library SDK as mandated by Google. After the update I disco
I am currently using pandas. For example, I can get market cap easily with this: marketCap = pdr.get_quote_yahoo('UBER')['marketCap']** However, I wanted to get
A numpy matrix can be reshaped into a vector using reshape function with parameter -1. But I don't know what -1 means here. For example: a = numpy.matrix([[1
I have a ui design. I should to make some xml file with custom shadow color. I used to carbon library but it not work very well I need to create shadow like thi
Been trying to resolve this issue for a few days now. I've done a ton of searching and tried several solutions - nothing has helped thus far. I have a Visual S