Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,582 contributions in the last year
Contribution activity
November 2020
Created 16 commits in 12 repositories
Created 10 repositories
- tirkarthi/frappe Python
- tirkarthi/censys-subdomain-finder Python
- tirkarthi/firenado Python
- tirkarthi/plivo-python Python
- tirkarthi/routersploit Python
- tirkarthi/mbed-os-tools Python
- tirkarthi/frozenordereddict Python
- tirkarthi/Watcher3 Python
- tirkarthi/scipion-em-xmipp Python
- tirkarthi/manuf Python
Created a pull request in fizyk/pyramid_fullauth that received 5 comments
Use html.unescape for Python 3.9 compatibility.
Related to #353
Fixes also below syntax warning :
find . -iname '*.py' | xargs -P4 -I{} python3 -Wall -m py_compile {} ./tests/unit/test_default_se…