About 17,000,000 results
Open links in new tab
  1. Newest Questions - Stack Overflow

    22 hours ago · Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work. Try for free Learn more

  2. How can I find where Python is installed on Windows?

    Mar 15, 2009 · I want to find out my Python installation path on Windows. For example: C:\\Python25 How can I find where Python is installed?

  3. How to get all groups that a user is a member of? - Stack Overflow

    PowerShell's Get-ADGroupMember cmdlet returns members of a specific group. Is there a cmdlet or property to get all the groups that a particular user is a member of?

  4. How can I get column names from a table in SQL Server?

    Jun 28, 2009 · I want to query the name of all columns of a table. I found how to do this in: Oracle MySQL PostgreSQL But I also need to know: how can this be done in Microsoft SQL Server …

  5. How do I revert a Git repository to a previous commit?

    Nov 6, 2010 · How do I revert from my current state to a snapshot made on a certain commit? If I do git log, then I get the following output: $ git log commit ...

  6. How to bypass certificate errors using Microsoft Edge

    Jul 2, 2020 · When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I would ...

  7. Search text in stored procedure in SQL Server - Stack Overflow

    Feb 5, 2013 · I want to search a text from all my database stored procedures. I use the below SQL: SELECT DISTINCT o.name AS Object_Name, o.type_desc FROM sys.sql_modules m …

  8. How to get the CUDA version? - Stack Overflow

    Mar 16, 2012 · The aim was to get @Mircea's comment deleted, I did not mean your answer. It was not my intention to get nvidia-smi mentioned in your answer. It is already wrong to name …

  9. SSL certificate problem: unable to get local issuer certificate in git

    Start asking to get answers Find the answer to your question by asking. See similar questions with these tags.

  10. python - Get total of Pandas column - Stack Overflow

    I have a Pandas data frame, as shown below, with multiple columns and would like to get the total of column, MyColumn. X MyColumn Y Z 0 A ...