try @mozfreddyb for the stuff I do at @mozilla
-
PRIVATE account.
- https://frederikbraun.de
Pinned Loading
-
webext-discard-tab
webext-discard-tab PublicWeb Extension that allows freezing (discarding) tabs via right-click.
-
python pickle compiler
python 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>
-
python iterator that returns IP addr...
python iterator that returns IP addresses (as strings) for given ip/cidr string 1class cidrator():
2def __init__(self, mask ="192.168.1.1/16", skip255=True, skip0=True):
3self.skip255 = skip255
4self.skip0 = skip0
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.