When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. EICAR test file - Wikipedia

    en.wikipedia.org/wiki/EICAR_test_file

    The use of the EICAR test string can be more versatile than straightforward detection: a file containing the EICAR test string can be compressed or archived, and then the antivirus software can be run to see whether it can detect the test string in the compressed file. Many of the AMTSO Feature Settings Checks [5] are based on the EICAR test ...

  3. Template:EICAR test file - Wikipedia

    en.wikipedia.org/wiki/Template:EICAR_test_file

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us

  4. Template:EICAR test file/doc - Wikipedia

    en.wikipedia.org/wiki/Template:EICAR_test_file/doc

    This is a documentation subpage for Template:EICAR test file. It may contain usage information, categories and other content that is not part of the original template page. Usage

  5. European Institute for Computer Antivirus Research - Wikipedia

    en.wikipedia.org/wiki/European_Institute_for...

    EICAR, in collaboration with CARO (Computer AntiVirus Research Organization), developed the EICAR test file: a 68-byte file with a .com extension, which is a harmless executable string that tests the integrity of anti-virus software. [4] [5]

  6. Talk:EICAR test file - Wikipedia

    en.wikipedia.org/wiki/Talk:EICAR_test_file

    Please give the date (preferably in a signature) and nature of the scan (i.e. plaintext, encrypted, hdd, email, ...). Be sure to fully update your software so that your signed date is accurate.

  7. Comparison of programming languages (string functions)

    en.wikipedia.org/wiki/Comparison_of_programming...

    String functions common to many languages are listed below, including the different names used. The below list of common functions aims to help programmers find the equivalent function in a language. Note, string concatenation and regular expressions are handled in separate pages.

  8. Help:Conditional expressions - Wikipedia

    en.wikipedia.org/wiki/Help:Conditional_expressions

    The #if function selects one of two alternatives based on the truth value of a test string. {{#if: test string | value if true | value if false}} As explained above, a string is considered true if it contains at least one non-whitespace character. Any string containing only whitespace or no characters at all will be treated as false.

  9. Quine (computing) - Wikipedia

    en.wikipedia.org/wiki/Quine_(computing)

    A quine's output is exactly the same as its source code. A quine is a computer program that takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are "self-replicating programs", "self-reproducing programs", and "self-copying programs".