Skip to content
View kenballus's full-sized avatar

Block or report kenballus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. narfindustries/http-garden narfindustries/http-garden Public

    Differential fuzzing REPL for HTTP implementations.

    Python 697 63

  2. nurllib nurllib Public

    Rewrite of urllib.parse from the python stdlib

    Python 2 1

  3. A function for generating examples t... A function for generating examples that match a given Python re for bytes
    1
    # This relies on the internal workings of the re module, so don't be surprised if it crashes or doesn't
    2
    # work on versions of Python other than 3.11.3.
    3
    # I do not want to support Unicode, because it would be way harder. This only works for bytes.
    4
    # If you want something that supports Unicode, consider using hypothesis.strategies.from_regex.
    5
    # This also does not support \A, \Z, \b, ^, and $.
  4. networks_from_scratch networks_from_scratch Public

    The whole network in Python.

    Python