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 upHighlights
- Arctic Code Vault Contributor
Pinned
6,419 contributions in the last year
Contribution activity
July 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11 repositories not shown
- cclauss/content Python
- cclauss/fawkes Python
- cclauss/cornice Python
- cclauss/openlibrary-wikidata-bot Python
- cclauss/Wikipedia Python
- cclauss/TBomb Python
- cclauss/travis-max-python
- cclauss/zmap C
- cclauss/teb_local_planner C++
- cclauss/navigation C++
- cclauss/cartographer_ros C++
- cclauss/Cullinan C
- cclauss/cartographer C++
- cclauss/mayavi Python
- cclauss/EuclideanGeometryViewer Python
- cclauss/sobot-rimulator Python
- cclauss/h8mail Python
- cclauss/Complex-YOLOv4-Pytorch Python
- cclauss/frankencert Python
- cclauss/Feverista Python
- cclauss/burp-retire-js JavaScript
- cclauss/googlesearch Python
- cclauss/thetick Python
- cclauss/plato-wp36 Python
- cclauss/4most-4gp-scripts Python
20
repositories not shown
Created a pull request in webpy/webpy that received 28 comments
Release version 0.61
setup.py: Add python_requires='>=3.5'
This prevents installation on legacy Python and other versions < Python 3.5 as discussed in
https://packaging…
+14
−12
•
28
comments
- Absolute imports for config in coverstore
- make test: test JavaScript before Python and seperate tests for css and js
- Upgrade select Python dependencies
- Encoding payloads and using integer division
- Discover insecure dependencies on Python 2
- Typo in assertion output
- Make scripts executable
- Dockerfile.olbase: Upgrade Python from 3.8.3 --> 3.8.5
- Fix absolute import and bytes for Python 3
- Importing render_template is used for its side effects
- More absolute imports for Python 3
- Absolute imports in openlibrary.plugins.admin & books
- Reenable dependabot for Python dependencies
- Travis CI: Test on the current infogami master
- Import traceback from the standard library
- Server.py: json.dumps(d, default=str) for datetimes
- Fix import of keyencode
- WIP: infogami/config.py imports web for side effects
- Add WikiSource().__iter__() and WikiSource().__len__()
- Upgrade web.py to match Open Library
- Use # doctest: +ALLOW_UNICODE to test u'strings'
- Make LazyObject iterable for Python 3
- Achieve Python 3 test parity with Python 2
- Travis CI: codespell dedup() --> dedupe()
40
repositories not shown
- Linear algebra/power iteration
- added tests
- add Rankine scale
- remove function overhead
- Added "Inverse of Matrix" Algorithm
- Adding job scarping algorithm to web programming
- Add Placing Parentheses and update README
- Add divide_and_conquer/quickhull.py
- update variable names for consistency using standard formula terms;
- Job fetching
- added a faster solution to project euler problem 14
- Add merge insertion sort
- Create arithmetico_geometric_sequence.py
- Create rail_fence_cipher.py
- Create arithmetico_geometric_sequence.py
- Removed unused variable m.
- Celsius to Fahrenheit Conversions
- Added a binomial distribution formula calculator algorithm
- Word Embeddings Class Added
- added daily horoscope scrapper script
- Hierarchical Clustering Addition
- Added Normalization and Standardization Algorithms
- sum_of_geometric_progression
- N queens math
- fixed error in factorial.py
- Some pull request reviews not shown.
- make test: test JavaScript before Python and seperate tests for css and js
- Make testing infogami changes easier
- Don't need facets during autocomplete
- Update pyenv before installs
- WIP: MARC Binary is bytes type, clarify code and fix tests
- Separate make test to test-py and test-js
- Dockerfile.olbase: Add Python 3.8 and pip3
Created an issue in nodejs/gyp-next that received 6 comments
Fold long lines in Python code to max-line-length=88
As discussed in #54, flake8 --max-line-length=88 currently find 60+ lines in Python files that are longer than 88 characters. psf/black will not au…
6
comments