I'm trying to get an HTTPS connection working on Ubuntu from my C# HTTP server. I've enabled HTTPS in my HTTPListener as you would on Windows, however I am unab
When trying to get the position of an item returned by a function in MATLAB, I always need two rows of code. For example, I currently do this:
I want to know how can I get only the code without syntax highlighter and store it in a JavaScript variable? Actually, I am using an API that can run my code. B
I have joined two dataframes together and I am trying to select only the 'Branch Codes' that are duplicated. I want to join the datasets 'BranchData' and 'Branc
Can I call a servlet from JSP file without using a HTML form? For example, to show results from database in a HTML table during page load.
I have a set of data about football: I sorted it by how many matches were played at each ground: fb2 = fb.groupby(by=['Ground'])['Ground'].count() print(fb2)
I'm now trying to customize Discussion Board, and want to add a new menu "customMenu" under "Alert Me" in EBC. Could you tell me how to above ? Thank you :) ent
I like the succinct format specifiers that printf offers such as %1.3f, as compared to cout, but hate how you have to put all the variables you are going to pri
I am trying to update several records from spring jdbc but this is not working what am i doing wrong? does not respond when I make a request, but the data in th