We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
generates JavaScript source code to create Elements from a given html string
JavaScript 51 8
a shared short domain for XSS and other hacks
PHP 32 2
Web Extension that allows freezing (discarding) tabs via right-click.
JavaScript 18 8
passive downloading
Python 13 2
## compile arbitrary python source code into pickle
## format. will execute on unpickling.
##
## Author: Frederik Braun, Jun 2011
## Contact: <fb(AT)frederik-braun.com>
class cidrator():
def __init__(self, mask ="192.168.1.1/16", skip255=True, skip0=True):
self.skip255 = skip255
self.skip0 = skip0
There was an error while loading. Please reload this page.