Highlights
- 1 discussion answered
Pinned
4,358 contributions in the last year
Less
More
Contribution activity
October 2021
Created 245 commits in 51 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 26 repositories not shown
Created 62 repositories
- cclauss/PyBasic Python
- cclauss/ninja C++
- cclauss/Advanced-Python-Calculator Python
- cclauss/adventwure Python
- cclauss/fvcore Python
- cclauss/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor Python
- cclauss/PoC Python
- cclauss/OSX-KVM Python
- cclauss/wait-for-it Python
- cclauss/OpenGait Python
- cclauss/simplecoremidi C
- cclauss/environs Python
- cclauss/zspotify Python
- cclauss/hummingbot Python
- cclauss/LDAPmonitor Python
- cclauss/spade-1 Python
- cclauss/setup-python TypeScript
- cclauss/pyisbn Python
- cclauss/test_api Python
- cclauss/ThePhish Python
- cclauss/wrapt Python
- cclauss/sack.vfs C
- cclauss/pySHACL Python
- cclauss/pwn_jenkins Python
- cclauss/rdflib Python
37
repositories not shown
Created a pull request in python/cpython that received 12 comments
Fix typos in the Include directory
Like #28744 but for the Include directory. [skip issue] Opening a related issue is pending python/psf-infra-meta#130
+8
−8
•
12
comments
Opened 158 other pull requests in 91 repositories
python/cpython
22
merged
- [3.10] Fix typos in the Lib directory (GH-28775)
- [3.9] Fix typos in the Lib directory (GH-28775)
- [3.10] Fix typos in the Tools directory (GH-28769)
- [3.9] Fix typos in the Tools directory (GH-28769)
- [3.10] Fix typos in the Python directory (GH-28767)
- [3.9] Fix typos in the Python directory (GH-28767)
- [3.10] Fix typos in the Objects directory (GH-28766)
- [3.9] Fix typos in the Objects directory (GH-28766)
- [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756)
- [3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756)
- [3.9] Fix typos in the Modules directory (GH-28761).
- [3.10] Fix typos in the Include directory (GH-28745)
- [3.9] Fix typos in the Include directory (GH-28745)
- Fix typos in the Lib directory
- Fix typos in the Tools directory
- Fix typos in the Python directory
- Fix typos in the Objects directory
- Fix typos in the Modules directory
- [3.9] Fix typos in the Doc directory #28744
- [3.10] Fix typos in the Doc directory #28744
- Fix typos in the Mac and Misc directories
- Fix typos in the Doc directory
RDFLib/rdflib
2
merged
4
closed
TheAlgorithms/Python
5
merged
internetarchive/openlibrary
3
merged
2
open
Harsha200105/DesktopAssistant
5
merged
opencv/opencv-python
2
merged
2
closed
swenson/adventwure
3
merged
whittlem/pycryptobot
3
merged
jjjake/internetarchive
1
merged
2
open
Ganapati/RsaCtfTool
3
merged
kovidgoyal/calibre
3
merged
kornia/kornia
2
open
jiaaro/pydub
2
open
cartographer-project/cartographer_ros
2
open
JDeepD/test_api
2
merged
d3x0r/sack.vfs
2
closed
AlessandroZ/LaZagne
2
merged
n1nj4sec/pupy
2
open
herosi/CTO
2
merged
bitprophet/pytest-relaxed
2
open
canonical/cloud-init
1
open
1
merged
pypa/pipx
2
closed
nft-fun/generate-bitbirds
2
open
internetarchive/archive-hocr-tools
2
closed
Siterizer/new-world-fishing-bot
1
closed
1
merged
66
repositories not shown
Reviewed 123 pull requests in 14 repositories
TheAlgorithms/Python
92 pull requests
- Add credit card string validator
- add implementation of Nagel and Schrekenberg algo
- Financials
- Fix dead link in project euler readme
-
[mypy] annotate
compression -
[mypy] annotate
ciphers -
[mypy] annotate
computer_vision - Simple audio filters
- Implementation of SHA-256 using Python
- Update pop function
- Fixed grammatical errors in CONTRIBUTING.md
-
Added feature to
web_programming/nasa_data.py: Can download the APOD image to a specified location on disk. - Added new file: nasa_data.py
- add check_cycle.py
- [mypy] Add type annotations for linked queue in data structures
- Added circle sort implementation
- algorithm to calculate maximum point of function
- Add StackUnderflowError to stack.pop() function
- Local Weighted Learning Added
- Implements coin segmentation to computer vision
- Speed improvements and bug fixes in ciphers/rsa_factorization.py
- pattern matching algorithms are added
- split into usable functions and added docstrings for base32 cipher
- Add doctests to prime_check function
- Fix factorial issues
- Some pull request reviews not shown.
Harsha200105/DesktopAssistant
7 pull requests
RDFLib/rdflib
5 pull requests
TheAlgorithms/Javascript
3 pull requests
nodejs/node-gyp
3 pull requests
internetarchive/openlibrary
2 pull requests
opencv/opencv-python
2 pull requests
mesonbuild/meson
2 pull requests
python/cpython
2 pull requests
pypa/pipfile
1 pull request
RobotWebTools/rosbridge_suite
1 pull request
pypa/pipx
1 pull request
nodejs/node
1 pull request
pyenv/pyenv
1 pull request
Created an issue in Harsha200105/DesktopAssistant that received 5 comments
calculate one plus two plus three and math fifteen over three
This works on macOS. elif query.split()[0] in ("calculate", "math"): print_and_speak(str(eval(query.replace("calculate", "").replace("math", ""))))
5
comments