Highlights
- Arctic Code Vault Contributor
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 up
Pinned
5,956 contributions in the last year
Contribution activity
September 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 10 repositories not shown
- cclauss/FinancePy Python
- cclauss/sample-rest-api Python
- cclauss/codecombat CoffeeScript
- cclauss/denver Python
- cclauss/ocrd_ocropy Python
- cclauss/core Python
- cclauss/polyglot Python
- cclauss/hooksample Python
- cclauss/bird-bot Python
- cclauss/macadmin-scripts Python
- cclauss/kb Python
- cclauss/Phoenix Python
- cclauss/PythonTurtle Python
- cclauss/terminal-games Python
- cclauss/opensearch Python
- cclauss/async-timeout Python
- cclauss/readium-lcp-client C++
- cclauss/whipper Python
- cclauss/responses Python
- cclauss/backports.csv Python
- cclauss/fteproxy Python
- cclauss/oss-fuzz C
- cclauss/GenSMBIOS Python
- cclauss/Bombers Python
- cclauss/capa Python
9
repositories not shown
Created a pull request in PythonTurtle/PythonTurtle that received 11 comments
Install wxPython and make the ELF executable
This pull request pip installs wxPython before pyinstaller creates the Linux ELF file. It also sets the execution permission on the ELF file so tha…
+6
−1
•
11
comments
- pip install wxPython before building the Windows EXE
- Create build_windows_exe.yml
- Create build_linux_elf.yml
- Create GitHub Action build_apps.yml for Linux and Windows apps
- Tox: run the current pylint on Python 3.8
- GitHub Action: Python 3.9 release candidate 2
- Fix typo discovered by codespell
- Travis CI: Python 3.9 release candidate 2
- Travis CI: Test on Python 3.9 release candidate 2
- Use self-documenting option instead of cryptic option
- from __future__ import annotations
- Update and rename bin_to_octal.py to binary_to_octal.py
- Fix copy / paste oversight
- hyphen_files = [file for file in filepaths if "-" in file]
- Travis CI: Test on Python 3.9 release candidate 2
33
repositories not shown
- Fix all errors mentioned in pre-commit run
- Create shopify_web_scraper.py
- Add pre-commit hook for TheAlgorithms/Python
- Create instagram_crawler.py
- Update sorts/quick_sort_3_partition.py
- Create instagram_crawler.py
- Heaps algorithm
- Heaps algorithm iterative
- Fix imports for all namespace packages
- Add __init__.py files in all the directories
- Create vector3_for_2d_rendering.py
- Add algorithm for testing Project Euler solutions
- Small fix: arithmetic_analysis/newton_method.py
- Test using random input
- Create vector3_for_2d_rendering.py
- Optimization for pangram string
- Updated circular_linked_list
- Create min_stack.py
- Initial commit of conjugate gradient method
- Updated lower and upper
- Fixed linked list bug
- Updated singly_linked_list
- Fixed bugs
- added type hints and doctests for minimax algorithm
- Created problem_97 in project euler
- Some pull request reviews not shown.
- refactor openlibrary/core/lending.py to use requests
- Add docker compose file for staging
- Commit dev integration branch scripts
- converted only simple GETs to requests
- Changed encodestring to encodebytes and added fallback to python 2 if found
- Make some lending logs less verbose to better group in Sentry
- Fix test_update_work
- Fix unicode encoding of byline on edit page
- fix MARC leader display bug
Created an issue in internetarchive/openlibrary that received 9 comments
https://openlibrary.org/type/author raises a TypeError
https://openlibrary.org/type/author raises /opt/openlibrary/deploys/openlibrary/4ed1ca3/openlibrary/templates/lib/history.html: error in processin…
9
comments