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,678 contributions in the last year
Contribution activity
January 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 41 repositories not shown
- cclauss/pre-commit Python
- cclauss/spiderfoot Python
- cclauss/mmfashion Python
- cclauss/iroha-python Python
- cclauss/elf-loader C
- cclauss/tor C
- cclauss/Baobab Python
- cclauss/fortnitepy-bot Python
- cclauss/scripter Python
- cclauss/skflow Python
- cclauss/multipeer Python
- cclauss/py2app Python
- cclauss/AIX360 Python
- cclauss/urllib3 Python
- cclauss/cordova-ios JavaScript
- cclauss/jexboss Python
- cclauss/tree-app JavaScript
- cclauss/pystatsd-1 Python
- cclauss/Medusa Python
- cclauss/TripletLossFace Python
- cclauss/ActionAI Python
- cclauss/AlgorithmsByPython Python
- cclauss/textstat Python
- cclauss/Programmers-Community C++
- cclauss/CrossHair Python
33
repositories not shown
Created a pull request in edx/edx-platform that received 13 comments
Undefined name: import datetime for line 30
Without this change, line 30 will raise NameError at runtime. Please consider the following when opening a pull request: Link to the relevant JIRA…
+1
−1
•
13
comments
- Travis CI: Remove unneeded comments and commands
- Python3 fixes in pytest order again
- Make mock_ol.py compatible with old and new web.py
- Python 3 fixes in pytest order
- Fix some typos discovered via codespell
- Regex wants raw strings
- Python 3: sixer --write urllib again
- WIP: Python 3 integration branch
- from openlibrary.mocks.mock_infobase import mock_site, MockConnection
- Re-update compress.py for Python 3
- Upgrade .python-version to the penultimate legacy Python
- Py3: from six.moves.configparser import ConfigParser
- Python 3: sixer --write urllib .
- Update compress.py for Python 3
- from openlibrary.coverstore import config, db
- requirements_common.txt: Upgrade iptools for Python 3
- compress.py: Use bytes.decode() and str.encode() for Py3
- Dockerfile.olpy3: Install Python 3.8 from deadsnakes
- from six.moves.urllib.parse import quote_plus
- from six import StringIO
- from six.moves.urllib.parse import urlsplit
- Travis CI: vendor/acs4_py is ready for Python 3
- from six import StringIO for Py 2 and Py 3
- Fix invalid escape sequences
- Typo: serialized_tate --> serialized_state
- Travis CI: Remove the extra test runs
- Fix some flake8 undefined names
- StandardError was removed in Python 3
- xrange() was removed in Python 3
- file() was removed in Python 3
- Python 3: Replace basestring with six.string_types
- basestring was removed in Python 3
- file() was removed in Python 3
- xrange() was removed in Python 3
- StandardError was removed in Python 3
- Travis CI: Test on legacy Python only and drop black
- Travis CI: sudo: is fully deprecated in Travis
- scripts/ci: add run_flake8() to lint step
- Fix some flake8 undefined names
- WIP: Flake8: Add undefined names test
- Rename start_rpc_server_to_tracker.py to start_rpc_server_to_tracker.sh
- GitHub Action lint Python code for syntax errors
- Use ==/!= to compare str, bytes, and int literals
- Fix Python syntax error AGAIN in start_rpc_server_to_tracker.py
- Fix Python syntax error in start_rpc_server_to_tracker.py
- os.path --> osp to match the import
- GitHub actions/checkout@v1 --> v2
- MAINT: Remove six.with_metaclass from benchmarks/cython_special.py
- MAINT: Remove Python 2 code from tools/authors.py
- range() was removed in Py3 in _binned_statistic.py
- xrange() was removed in Python 3 in favor of range()
- scipyoptdoc.py: Remove unused variable 'sixu'
- Undefined name 'e' in pavement.py
- Remove legacy Python support in common/test
- Use feature detection instead of version detection
- from xmodule.modulestore.exceptions import MultipleLibraryBlocksFound
- Python 2 builtin datatype 'file' was removed in Python 3
- The Python 2 cmp() builtin was removed in Python 3
- Use ==/!= to compare str, bytes, and int literals
77
repositories not shown
- Mandates referencing issue in PR
- enhanced segment tree implementation and more pythonic
- Change to documentation
- Added implementation for Bezier Curve, under a new graphics directory.
- Add Monte Carlo estimation of PI
- fix comment
- Adding Armstrong number
- LZW compression algorithm
- Find any state or city news
- Add prim alg with min heap
- Area Under a Curve Algorithm
- Counting word in a sentence using dictionary comprehension
- Create factorial_iterative.py
- Create factorial_recursive.py
- Added implementation for simulated annealing
- Added an algorithm that approximates line lengths
- Solution for problem 30 of Euler Project
- implement max heap and more pythonic
- Typo?
- enhance swapping code in link
- Corrects failing check in master
- Added Different Approach in Longest Common Subsequence
- Added to maths and strings
- number of Possible Binary Search Tree and Binary Tree.
- added hill climbing algorithm
- Some pull request reviews not shown.