The Wayback Machine - https://web.archive.org/web/20210221152755/https://github.com/cclauss
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@Pythonista-Tools @TheAlgorithms

Pinned

  1. Python scripts that are short but useful or interesting

    Python 344 62

  2. Minimal .travis.yml file to run the current Python 3.7 on Linux, macOS, and Windows

    Python 23 8

  3. A GitHub Action that finds Python syntax errors and undefined names in your repo

    Dockerfile 15 5

  4. A GitHub Action to run a Flake8 command when new code is pushed into your repo

    Dockerfile 10 3

  5. A GitHub Action to run a pytest command when new code is pushed into your repo

    Dockerfile 33 19

  6. Compare the version numbers of extra modules in Pythonista with PyPI

    Python 29 9

5,312 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created 10 repositories

Created a pull request in internetarchive/openlibrary that received 3 comments

Fix dump.py to read str, instead of bytes

Fixes #4622 Fixes an error raise when the corn job oldump is run in Docker on Python 3 * generating ol_cdump_2021-02-17.txt.gz Traceback (most rec…

+20 −21 3 comments
Opened 41 other pull requests in 19 repositories
internetarchive/openlibrary
9 open 1 closed 8 merged
elfq/Coffee
3 merged
TheAlgorithms/Go
1 closed 1 merged
internetarchive/fatcat-scholar
1 open 1 merged
AstroOrbis/PuzzleHacker
2 merged
google/clusterfuzz
1 open
snapo/Python-Bustabit-and-Bustadice-Simulator
1 merged
gdamdam/iagitup
1 open
gdamdam/rapni
1 open
getsentry/sentry-python
1 merged
Po3mTo/demo-repo
1 open
docker/docker-py
1 closed
codecombat/codecombat
1 closed
encela95dus/ios_pythonista_examples
1 open
asl2/PyZ3950
1 open
facebook/rocksdb
1 open
arangodb/arangodb
1 open
keleshev/schema
1 merged
atharvakadlag/unilinker
1 open
Reviewed 25 pull requests in 9 repositories
internetarchive/openlibrary 12 pull requests
TheAlgorithms/Python 5 pull requests
nodejs/gyp-next 2 pull requests
TheAlgorithms/Go 1 pull request
nodejs/node-gyp 1 pull request
Open-Book-Genome-Project/TheBestBookOn.com 1 pull request
asl2/PyZ3950 1 pull request
node-ffi/node-ffi 1 pull request
TheAlgorithms/C 1 pull request

Created an issue in TheAlgorithms/Go that received 4 comments

Our GitHub Action is testing github.com/tjgurwara99/Go/... not TheAlgorithms

Describe the bug @tjgurwara99 Our GitHub Action is testing github.com/tjgurwara99/Go/... not github.com/TheAlgorithms/Go/... To Reproduce Steps to …

4 comments