Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for abuse (0.04 seconds)

  1. scripts/people.py

    github_graphql_url = "https://api.github.com/graphql"
    questions_category_id = "DIC_kwDOCZduT84B6E2a"
    
    
    POINTS_PER_MINUTE_LIMIT = 84  # 5000 points per hour
    
    MINIMIZED_COMMENTS_REASONS_TO_EXCLUDE = {"abuse", "off-topic", "duplicate", "spam"}
    
    
    class RateLimiter:
        def __init__(self) -> None:
            self.last_query_cost: int = 1
            self.remaining_points: int = 5000
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:51:24 GMT 2026
    - 15K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    kaas.gg
    khplay.nl
    
    // Kapsi : https://kapsi.fi
    // Submitted by Tomi Juntunen <******@****.***>
    kapsi.fi
    
    // Katholieke Universiteit Leuven: https://www.kuleuven.be
    // Submitted by Abuse KU Leuven <abuse@kuleuven.be>
    ezproxy.kuleuven.be
    kuleuven.cloud
    
    // Keyweb AG : https://www.keyweb.de
    // Submitted by Martin Dannehl <******@****.***>
    keymachine.de
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  3. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

                     * During lifecycle the Artifact.getFile() can change from target/classes to the actual jar.
                     * This clearly shows that target/classes should not be abused as artifactFile just for the classpath
                     */
                    File reactorProjectFile = reactorProjects.get(artifact);
                    if (reactorProjectFile != null) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 15.6K bytes
    - Click Count (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    obanazawa.yamagata.jp
    obi
    obihiro.hokkaido.jp
    obira.hokkaido.jp
    objects.lpg.cloudscale.ch
    objects.rma.cloudscale.ch
    obl.ong
    obninsk.su
    observablehq.cloud
    observer
    obu.aichi.jp
    obuse.nagano.jp
    ocelot.mythic-beasts.com
    ochi.kochi.jp
    od.ua
    odate.akita.jp
    odawara.kanagawa.jp
    odda.no
    odesa.ua
    odessa.ua
    odo.br
    odo.replit.dev
    oe.yamagata.jp
    of.by
    of.je
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    obanazawa.yamagata.jp
    obi
    obihiro.hokkaido.jp
    obira.hokkaido.jp
    objects.lpg.cloudscale.ch
    objects.rma.cloudscale.ch
    obl.ong
    obninsk.su
    observablehq.cloud
    observer
    obu.aichi.jp
    obuse.nagano.jp
    ocelot.mythic-beasts.com
    ochi.kochi.jp
    od.ua
    odate.akita.jp
    odawara.kanagawa.jp
    odda.no
    odesa.ua
    odessa.ua
    odo.br
    odo.replit.dev
    oe.yamagata.jp
    of.by
    of.je
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
  6. RELEASE.md

            affected.
        *   The methods `Model.to_yaml()` and `keras.models.model_from_yaml` have
            been replaced to raise a `RuntimeError` as they can be abused to cause
            arbitrary code execution. It is recommended to use JSON serialization
            instead of YAML, or, a better alternative, serialize to H5.
        *   `LinearModel` and `WideDeepModel` are moved to the
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top