- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for abuse (0.03 seconds)
-
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) -
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 theCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)