Highlights
- Arctic Code Vault Contributor
- 1 discussion answered
Pinned
5,291 contributions in the last year
Less
More
Contribution activity
April 2021
Created 93 commits in 20 repositories
Created 14 repositories
- cclauss/Sem-4-code Python
- cclauss/pickdb Python
- cclauss/wtf Go
- cclauss/xkcd-comics Python
- cclauss/DSA Java
- cclauss/Paint-with-UG-The-SEP C++
- cclauss/nose Python
- cclauss/wayback-machine-webextension JavaScript
- cclauss/Rubix-Cube- Python
- cclauss/Lekh Python
- cclauss/chardet Python
- cclauss/flask-influxdb Python
- cclauss/incubator-nuttx C
- cclauss/pants Python
Created a pull request in internetarchive/openlibrary that received 8 comments
repr(Nothing()) —> "<Nothing>", not empty str
assert repr(work.any_attribute) in ('', '<Nothing>') to align with internetarchive/infogami#151. Closes # Technical Testing Screenshot Stakeholders
+3
−3
•
8
comments
Opened 62 other pull requests in 21 repositories
MakeContributions/DSA
21
merged
2
closed
- chore: Migrate JavaScript to new directory structure
- Create is_good_str.py
- Move codespell to a separate GitHub Action
- Fix typo
- chore: Migrate Python to new directory structure
- Add GitHub Action JavaScript_tests
- Add Python doctest to linear search
- Python: Total number of words in a sentence
- Add Python doctests to binary search
- Add Python doctests to singly linked list
- Add Python doctests to doubly linked list
- DoublyLinkedList.__iter__()
- Add Python doctest to selection_sort.py
- Add Python doctests to quicksort.py
- Add Python doctest to insertion-sort.py
- Use Pythonic item access
- Self-documenting variable names make comment unnecessary
- Add Python doctest to interval-scheduling.py
- Add Python doctests to karatsuba.py
- Add Python doctests to count-inversions.py
- GitHub Action to lint Go code
- GitHub Action to lint C and C++ code
- GitHub Action to lint Python code
internetarchive/openlibrary
7
merged
internetarchive/infogami
1
open
5
merged
TheAlgorithms/Python
2
open
2
closed
1
merged
apache/incubator-nuttx
2
merged
1
closed
Arsenic-ATG/xkcd-comics
2
merged
PyCQA/mccabe
2
merged
DeeDeeG/node-gyp
1
open
cyberwizard1001/Sem-4-code
1
merged
Funpy97/pickdb
1
open
wtfutil/wtf
1
merged
TheAlgorithms/Go
1
merged
micheles/decorator
1
merged
UG-SEP/Paint-with-UG-The-SEP
1
open
nose-devs/nose
1
open
internetarchive/wayback-machine-webextension
1
merged
CrisesKhaos/Rubix-Cube-
1
merged
AnimeshPandey/Lekh
1
merged
chardet/chardet
1
open
btashton/flask-influxdb
1
open
pantsbuild/pants
1
closed
Reviewed 43 pull requests in 11 repositories
internetarchive/openlibrary 10 pull requests
- fix(actions): Use exact Python version and update cache key
- Remove venv in python_tests
- Fix lint-diff in GHA and fix CI var for make lint
- Switch to Python 3.9 as default!
- refactor: Rename Python dependency filenames
- RDF improvements
- Add mypy type checking to our testing
- Make python CI not use infogami master
- Fix solrbuilder memory issues
- Add OLDEV_TAG environment variable
internetarchive/infogami 9 pull requests
- refactor: Format the entire codebase using black
- refactor: Upgrade from simplejson to builtin json in client.py
- refactor: Remove Python 2 test cases from test_dbstore
- refactor: Upgrade pip in GitHub actions
- feat: Add cache for github actions
- fix(client): Use requests instead of http_client
- simplejson replaced by json in 4 test files
- Add openlibrary tests to GitHub Actions
- Avoid duplicate GitHub Actions run on PR/push
TheAlgorithms/Python 9 pull requests
- Wavelet tree
- Mypy fix rotation.py
- feat: Add mypy configuration file
- fix(mypy): type annotations for linear algebra algorithms
- fix(mypy): type annotations for conversions algorithms
- Add algorithm for N-body simulation - retry
- fix(mypy): type annotations for cipher algorithms
- [mypy] fix hashes folder
- [mypy] Fix directory arithmetic_analysis
MakeContributions/DSA 8 pull requests
nodejs/gyp-next 1 pull request
nodejs/build 1 pull request
apache/incubator-nuttx 1 pull request
TheAlgorithms/Dart 1 pull request
Datalux/Osintgram 1 pull request
PyCQA/mccabe 1 pull request
nodejs/node-gyp 1 pull request
Created an issue in internetarchive/openlibrary that received 8 comments
Can we merge requirement*.txt files from three down to two?
I am always frustrated when I am looking to update a Python dependency that I need to look at three requirements files instead of just two. Descri…
8
comments

