Skip to content
View freddyb's full-sized avatar

Block or report freddyb

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. html2domhtml2domPublic

    generates JavaScript source code to create Elements from a given html string

    JavaScript 52 8

  2. 0e.vc0e.vcPublic

    a shared short domain for XSS and other hacks

    PHP 32 1

  3. webext-discard-tabwebext-discard-tabPublic

    Web Extension that allows freezing (discarding) tabs via right-click.

    JavaScript 18 8

  4. passdownpassdownPublic

    passive downloading

    Python 13 2

  5. python pickle compilerpython pickle compiler
    1
    ## compile arbitrary python source code into pickle 
    2
    ## format. will execute on unpickling.
    3
    ## 
    4
    ## Author: Frederik Braun, Jun 2011
    5
    ## Contact: <fb(AT)frederik-braun.com>
  6. python iterator that returns IP addr...python iterator that returns IP addresses (as strings) for given ip/cidr string
    1
    classcidrator():
    2
    def__init__(self, mask="192.168.1.1/16", skip255=True, skip0=True):
    3
    self.skip255=skip255
    4
    self.skip0=skip0
    5