enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Graph-tool - Wikipedia

    en.wikipedia.org/wiki/Graph-tool

    graph-tool is a Python module for manipulation and statistical analysis of graphs (AKA networks).The core data structures and algorithms of graph-tool are implemented in C++, making extensive use of metaprogramming, based heavily on the Boost Graph Library. [1]

  3. List of model checking tools - Wikipedia

    en.wikipedia.org/wiki/List_of_model_checking_tools

    MCL: Model Checking Language; Alternation-Free Modal μ-calculus extended with user-friendly regular expressions and value-passing constructs; subsumes CTL and LTL. mCRL2 mu-calculus: Kozen's propositional modal μ-calculus (excluding atomic propositions), extended with: data-depended processes, quantification over data types, multi-actions ...

  4. Content similarity detection - Wikipedia

    en.wikipedia.org/wiki/Content_similarity_detection

    Check intensity: How often and for which types of document fragments (paragraphs, sentences, fixed-length word sequences) does the system query external resources, such as search engines. Comparison algorithm type: The algorithms that define the way the system uses to compare documents against each other. [citation needed] Precision and recall

  5. Scapy - Wikipedia

    en.wikipedia.org/wiki/Scapy

    Free and open-source software portal; Scapy is a packet manipulation tool for computer networks, [3] [4] originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, capture them, and match requests and replies.

  6. pcap - Wikipedia

    en.wikipedia.org/wiki/Pcap

    tcpdump, a tool for capturing and dumping packets for further analysis, and WinDump, the Windows port of tcpdump. Zeek, an intrusion detection system and network monitoring platform. URL Snooper, locate the URLs of audio and video files in order to allow recording them. WhatPulse, a statistical (input, network, uptime) measuring application.

  7. List of tools for static code analysis - Wikipedia

    en.wikipedia.org/wiki/List_of_tools_for_static...

    PyCharm – Cross-platform Python IDE with code inspections available for analyzing code on-the-fly in the editor and bulk analysis of the whole project. PyDev – Eclipse-based Python IDE with code analysis available on-the-fly in the editor or at save time. Pylint – Static code analyzer. Quite stringent; includes many stylistic warnings as ...

  8. Bounds checking - Wikipedia

    en.wikipedia.org/wiki/Bounds_checking

    The safety added by bounds checking necessarily costs CPU time if the checking is performed in software; however, if the checks could be performed by hardware, then the safety can be provided "for free" with no runtime cost. An early system with hardware bounds checking was the ICL 2900 Series mainframe announced in 1974. [3]

  9. Pylint - Wikipedia

    en.wikipedia.org/wiki/Pylint

    Pylint is a static code analysis tool for the Python programming language. It is named following a common convention in Python of a "py" prefix, and a nod to the C programming lint program. It follows the style recommended by PEP 8, the Python style guide. [4] It is similar to Pychecker and Pyflakes, but includes the following features: