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 40 million developers.
Sign up-
Christian Clauss
- Switzerland
- Sign in to view email
- https://www.patreon.com/cclauss
Pinned
7,279 contributions in the last year
Contribution activity
February 2020
- cclauss/Projects
- cclauss/episodic-curiosity Jupyter Notebook
- cclauss/dex-lang Haskell
- cclauss/snoop Python
- cclauss/dash-daq-monorepo Python
- cclauss/pymatting Python
- cclauss/sig-mlops-seldon-jenkins-x Jupyter Notebook
- cclauss/data-science-from-scratch Python
- cclauss/BlueXolo HTML
- cclauss/folderclone Python
- cclauss/meshlab C++
- cclauss/SegmenTron Python
- cclauss/plugin.googledrive Python
- cclauss/Python-5 Python
- cclauss/DAIN Python
- cclauss/binwalk Python
- cclauss/BlenderGIS Python
- cclauss/ghp-import Python
- cclauss/lstm Python
- cclauss/traitlets Python
Created a pull request in SeldonIO/seldon-core that received 22 comments
Use flake8 to find syntax errors and undefined names
+19
−9
•
22
comments
- Remove unused pmap() function
- Fix undefined name mock_site
- Fix monkeypatch of urlopen
- Undefined name: search(self) --> self.search()
- Undefined name: path --> type[key]
- from openlibrary.catalog.read_rc import read_rc
- Define `file` in Python 3 in catalog/marc/read_from_archive.py
- Define internal_error and no_bucket_error
- Travis CI: Fail PRs that modify files with undefined names
- Typo in variable name: author_keys --> author_key
- Typo in variable name: line --> marc in test_consort()
- Fix remaining Python absolute imports with full paths
- Fix all but 4 undefined names
- Fix cmp argument
- cmp parameter was removed from sorted() in Python 3
- Travis CI: Run all flake8 checks on modified code
- Travis CI: Move `make lint` to the script of the lint run
- Travis CI: Run make lint on Python 3
- Prepare coverstore/warc.py for Python 3
- Python 3: futurize -f libfuturize.fixes.fix_next_call -w .
- WIP: Python 3 integration branch
- Fix remaining Python absolute imports
- Remove unused imports httplib and urllib
- from openlibrary.plugins.openlibrary.libraries import LoanStats
- from openlibrary.plugins.search import solr_client, stopword
- Some pull requests not shown.
2
repositories not shown
- Add Monte Carlo dice simulation algorithm
- Create square_root_using_netwon_repson.py
- Create emails_from_url.py
- Created geodesy section with one algorithm
- Create is_palindrome.py
- Fixes black failures from Previous PR
- Add Chudnovskys algorithm for calculating many digits of pi
- Create RayleighQuotient.py
- Fixes unused variable errors in LGTM
- Added Bisection algorithm
- Added DP Solution for Optimal BST Problem
- Fixes LGTM issues
- Fixes black failures
- Added a Monte Carlo simulation
- Added Random Forest Regressor and tested with flake8
- Added first come first served scheduling
- relevant documentation added