I have a ASP.NET Core 1.0 MVC app in solution X and I have some common projects (.net 4.5.2 class libs) in solution Y. I want to reference the projects in solu
I want to add a scrolling effect similar to ones used in apple pages such this one. How would I do that using HTML, CSS and JavaScript?
I am working on an App where I am using .Net Core as my API, SQL Server as database, and Angular for the UI. I am following a course that does not provide much
I want to filter my dataframe with an or condition to keep rows with a particular column's values that are outside the range [-0.25, 0.25]. I tried: df = df[(df
I want to minimize a function with certain constrainsts. In the below code A= 4 by 4 matrix, v= 4 by 1 vector and alpha is a random scalar value. In order to av
after i uploaded my website on herokuy the images do not working and it gave me that error Refused to load the image '' because it violates the following Conten
i have one question about getting history from zabbix with python. I'm only start learn python, so please don't dislike) so, i have little script python, who g
I want to print the following string: 1234567890 as follows: 123 456 789 0 How can I do this in Python?