Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
Christian Clauss
- Switzerland
- Sign in to view email
- https://www.patreon.com/cclauss
Pinned
7,708 contributions in the last year
Contribution activity
January 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 30 repositories not shown
- 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
- cclauss/CLUENER2020 Python
- cclauss/planet Python
- cclauss/few-shot-vid2vid Python
- cclauss/NSACodebreaker19 Python
- cclauss/AutoDL-Projects Python
- cclauss/seldon-core Python
- cclauss/llparse-test-fixture TypeScript
- cclauss/OpenDS4All
- cclauss/scalene Python
- cclauss/Towards-Realtime-MOT Python
- cclauss/pipgrip Python
- cclauss/cp-docker-images Python
21
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
- Python 3 fixes in pytest order
- Fix some typos discovered via codespell
- Regex wants raw strings
- Python 3: sixer --write urllib again
- from web.browser import AppBrowser
- 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
61
repositories not shown
- 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
- New Code!!(Finding the N Possible Binary Search Tree and Binary Tree from Given N node Number)
- Create get_imdb_top_250_movies_csv.py
- Create deque_doubly.py
- update volumes with type hints + some refactoring
- Add recursive bubble sort