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
6,289 contributions in the last year
Contribution activity
August 2020
- cclauss/warcprox Python
- cclauss/brozzler Python
- cclauss/ptvsd Python
- cclauss/QUANTAXIS Python
- cclauss/funky Python
- cclauss/node-ffi JavaScript
- cclauss/pyocclient Python
Created a pull request in webpy/webpy that received 4 comments
Define a repr() for templates to ease debugging
When debugging, templates appear as <web.template.Template instance at 0x4036ab8> which does not aid the developer.
This PR proposes Template(text=…
+7
−0
•
4
comments
- Run doctests again
- Update and rename test-py3.sh to test_py3.sh
- Fix mockcache for Python 3
- Add /plugins/upstream/tests/test_models.py
- WIP: Migrate debugging from ptvsd to debugpy
- openlibrary.yml: Switch from 127.0.0.1 --> localhost
- Fix mockcache for Python 3
- Add scripts/run_doctests.sh to run on Python 2 and 3
- Fix doctests of UnitParser for Python 2 and 3
- marc/parse.py: Simplify read_title()
- Implemented a new code for Priority Scheduling
- fixed error in factorial.py
- More efficient least common multiple.
- Procentual proximity scoring algorithm implemented
- Adds new dynamic programming algorithm
- World covid19 stats
- Percentual proximity scoring algorithm added
- Quantum algorithm
- Removed optimization empty directory
- Fixed bug with incorrect LU decomposition
- added type hints and doctests to arithmetic_analysis/newton_method.py
- added type hints and doctests to arithmetic_analysis/intersection.py
- Fix doctests
Created an issue in internetarchive/openlibrary that received 3 comments
Python 3: openlibrary/plugins/openlibrary/tests/test_home.py fails
Why does pytest --show-capture=all -v openlibrary/plugins/openlibrary/tests/test_home.py always fail on Python 3 but pass on Python 2. This test is …
3
comments