I am using python selenium for implementing tests. I need to keep login process so I don't log in every time. I use add_argument("--user-data-dir=chrome-data")
Suppose i have a /home folder with these sub-folders: /home/alex /home/luigi /home/marta I can list and count all sub-folders in a folder like this: ls 2>/d
I am trying to make an Ajax call from within a function. The idea is to save images and return a positive (1) or negative(0) value. The image loads fine but the
Trying to set up Angular App on existing project. On npm install under project dir, getting dependency error. I git cloned existing angular project and setting
I'm working with trip ticket data and it includes a column with dates and times. I'm want to group trips according to Morning(05:00 - 10:59), Lunch(11:00-12:59)
Need to compare 1st row values with second rows values based on multiple columns condition based this is my query : SELECT [MM_FWReport].[TYPE] AS [TYPE],
I have geofencing code to check that point is exist or not in polygon. but that is not working for circle please help. thanks. here is my polygon geofencing cod
I work at win7 and set up git server with sshd. I git --bare init myapp.git, and clone ssh://git@localhost/home/git/myapp.git in Cywgin correc
I'm trying to understand what is happening behind the scenes with this code. This was asked at a final exam of an Intro to OS course I'm taking. As I understand