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,859 contributions in the last year
Contribution activity
January 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
- 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
- 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
8
repositories not shown
- 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