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,663 contributions in the last year
Contribution activity
January 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 9 repositories not shown
- cclauss/scalene Python
- cclauss/Towards-Realtime-MOT Python
- cclauss/pipgrip Python
- cclauss/cp-docker-images Python
- cclauss/CoupleGenerator Python
- cclauss/C C
- cclauss/EagleEye Python
- cclauss/JobFunnel Python
- cclauss/windows-build-tools TypeScript
- cclauss/ext_portrait_segmentation Python
- cclauss/vidgear Python
- cclauss/EfficientDet.Pytorch Python
- cclauss/pyupgrade Python
- cclauss/30-Days-Of-Python Python
- cclauss/deep_sort_pytorch Python
- cclauss/hekate C
- cclauss/hekate-ipl-50x C
- cclauss/caffe C++
- cclauss/Oracle-Database-Explorer Python
- cclauss/Elf-Mania Python
- cclauss/dlinject Python
- cclauss/rq Python
- cclauss/motioneye Python
- cclauss/code_block_timer Python
- cclauss/simpletransformers Python
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
- 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
- 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
- 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
21
repositories not shown
- implement max heap and more pythonic
- Typo?
- enhance swapping code in link
- Added implementation for simulated annealing
- 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
Created an issue in d2l-ai/d2l-en that received 3 comments
Undefined names: missing imports?
flake8 testing of https://github.com/d2l-ai/d2l-en on Python 3.8.0
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
./d2l/d2l.p…
3
comments