-
Christian Clauss
- Switzerland
- https://www.patreon.com/cclauss
Block or Report
Block or report cclauss
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
itinerant-tester Public
Create GitHub Actions for running a suite of tests on other repos including the GitHub Trending Python repos
-
-
GitHub-Action-for-pytest Public
A GitHub Action to run a pytest command when new code is pushed into your repo
-
A GitHub Action that finds Python syntax errors and undefined names in your repo
-
GitHub-Action-for-Flake8 Public
A GitHub Action to run a Flake8 command when new code is pushed into your repo
-
pythonista-module-versions Public archive
Compare the version numbers of extra modules in Pythonista with PyPI
3,624 contributions in the last year
Contribution activity
October 2022
Created 122 commits in 29 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
Created 24 repositories
- cclauss/actions-codespell Shell
- cclauss/tools-4 Python
- cclauss/openage Python
- cclauss/furthermaths-module Python
- cclauss/ProjectQ Python
- cclauss/xgboost C++
- cclauss/mixer Python
- cclauss/linkstatus Python
- cclauss/jieba3k-feedstock
- cclauss/swagger-github-pages HTML
- cclauss/yulewalker Jupyter Notebook
- cclauss/pretend Python
- cclauss/httpstan Python
- cclauss/chempy Python
- cclauss/linearmodels Python
- cclauss/symengine.py Cython
- cclauss/GitHub-Action-Test-Negation
- cclauss/nbQA Python
- cclauss/gdb-memory-editor Python
- cclauss/cython-lint Python
- cclauss/resilience Python
- cclauss/factory_boy Python
- cclauss/refurb Python
- cclauss/django-waffle Python
Created a pull request in symengine/symengine.py that received 5 comments
Use print() function in both Python 2 and 3
Old-style print expressions are a syntax errors in Python3
print() function works as expected on both Python 2 and Python 3.
Opened 72 other pull requests in 37 repositories
internetarchive/openlibrary
4
open
3
merged
- Fix openlibrary/core/lending.py: Fix duplicate enties in a dict
- Drop setup.cfg in favor of pyproject.toml
- Deal with query param['q'] being only whitespace
- Upgrade from Python 3.10.6 to Python 3.10.8
- NoneType object has no attribute author
- Flake8: Go from a select list to an exclude list
- Affiliate service: Fix two issues related to None
TheAlgorithms/Python
6
merged
1
open
- Rename xgboostclassifier.py to xgboost_classifier.py
- My favorite palindrome
- chore: remove checkbox in feature issue template
- README.md: Lose LGTM badge because we don't use it
- Test on Python 3.11 release candidate 2
- pre-commit.ci working so drop less powerful GHA
- Fix pre-commit.ci: additional_dependencies: [types-requests]
django-waffle/django-waffle
5
merged
webpy/webpy
4
merged
symengine/symengine.py
3
merged
1
closed
FactoryBoy/factory_boy
2
open
1
closed
1
merged
codespell-project/codespell
1
open
2
closed
dmlc/xgboost
2
open
1
merged
bjodah/chempy
3
merged
ProjectQ-Framework/ProjectQ
2
open
mmxgn/yulewalker
2
merged
gsingh93/gdb-memory-editor
2
open
internetarchive/snakebite-py3
1
closed
1
open
internetarchive/heritrix3
1
open
codespell-project/actions-codespell
1
open
SFTtech/openage
1
merged
Textualize/rich
1
open
ChrisO345/furthermaths-module
1
merged
pypiserver/pypiserver
1
merged
klen/mixer
1
open
MakeContributions/DSA
1
merged
nodejs/gyp-next
1
merged
pythonpune/linkstatus
1
open
conda-forge/jieba3k-feedstock
1
merged
peter-evans/swagger-github-pages
1
merged
Reviewed 151 pull requests in 13 repositories
TheAlgorithms/Python
25 pull requests
- Update knapsack.py
- added longest common substring
- check whether integer is even or odd using bit manupulation
- Update comments in check_pangram.py script
-
ci: Consolidate requirements into
pyproject.toml - fix: Fix line too long in doctest
- Fix doctest tracebacks
- Add web program to fetch top 10 real time billionaires using the forbes API.
- added script for solving system of linear equations in two variables
- XGB Regressor
- Add signum function
- Simplify the code in maclaurin_series
- Basic string grammar fix
- Created sum_of_harmonic_series.py
- Maclaurin approximation of cos
- Remove some print statements within algorithmic functions
- Maclaurin series approximation of sin
- added support for inverse of 3x3 matrix
- XGBoost Classifier
- Created an algorithm for finding longest Palindromic Substring in python.
- Add quantum_random.py
- Create graphs/dijkstra_alternate.py
- Add files via upload
- Remove references to depreciated QasmSimulator
- Implemented Gelu Function
- Some pull request reviews not shown.
webpy/webpy
5 pull requests
internetarchive/openlibrary
4 pull requests
codespell-project/codespell
3 pull requests
nodejs/node-gyp
2 pull requests
FactoryBoy/factory_boy
2 pull requests
internetarchive/openlibrary-bots
1 pull request
aio-libs/aiohttp
1 pull request
mmxgn/yulewalker
1 pull request
shtalinberg/django-el-pagination
1 pull request
bjodah/chempy
1 pull request
MarcoGorelli/cython-lint
1 pull request
nodejs/gyp-next
1 pull request
Created an issue in TheAlgorithms/Python that received 5 comments
Assign each of our pytest warnings to the algorithm authors
Feature description Pytest generates a lot of warnings that we should get resolved. https://github.com/TheAlgorithms/Python/actions/runs/3254565205…






