About 701,000 results
Open links in new tab
  1. How can I generate a self-signed SSL certificate using OpenSSL?

    I'm adding HTTPS support to an embedded Linux device. I have tried to generate a self-signed certificate with these steps: openssl req -new > cert.csr openssl rsa -in privkey.pem -out …

  2. How did nominal come to mean "within acceptable tolerances"?

    One possibility overlooked in the other answers is that although nominal eventually came to mean literally "within normal tolerances", the usage could have been introduced in the sense of …

  3. numpy.dtype size changed, may indicate binary incompatibility.

    Jun 17, 2024 · numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject Asked 1 year, 5 months ago Modified 1 month ago Viewed …

  4. word choice - "Expected of" vs. "expected from" - English …

    It is expected of/from you to find the solution. Such rude behavior was not expected of/from you. I am quite sure that from is the correct usage in both cases, but of could be used in the firs...

  5. Why am I getting "IndentationError: expected an indented block"?

    print 1 ^ IndentationError: expected an indented block It's quite hard to understand what is happening here, it seems that there is an indent block... But as I said, I've used tabs and …

  6. adjectives - A word for acting in advance of some expected or ...

    Oct 30, 2016 · A word for acting in advance of some expected or anticipated outcome Ask Question Asked 9 years, 1 month ago Modified 3 years ago

  7. "Value does not fall within the expected range" when trying to add …

    "Value does not fall within the expected range" when trying to add a reference in a project Asked 11 years, 6 months ago Modified 2 years, 6 months ago Viewed 162k times

  8. c# - The provided URI scheme 'https' is invalid; expected 'http ...

    Mar 13, 2010 · The provided URI scheme 'https' is invalid; expected 'http'. Parameter name: via Asked 15 years, 9 months ago Modified 4 years, 8 months ago Viewed 493k times

  9. "unary operator expected" error in Bash if condition

    I had to solve this unary operator expected issue in remove_old_pkgs() of the helper script abk for Arch Sign Modules. See also 6.4 Bash Conditional Expressions

  10. "Expected BEGIN_OBJECT but was STRING at line 1 column 1"

    java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column is triggered. Searching through the SO, I realised I need to have some form of Adapter to convert …