| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Report abuseWeb Extension that allows freezing (discarding) tabs via right-click.
## 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
| Back | FazBrowse Home | New Git URL |