Highlights
- 1 discussion answered
Pinned
5,085 contributions in the last year
Less
More
Contribution activity
April 2021
Created 113 commits in 23 repositories
Created 21 repositories
- cclauss/10_blockchain-food-provenance Python
- cclauss/cleanup-xvfb JavaScript
- cclauss/my-python-and-linux-lessons Python
- cclauss/Friends_Hack C++
- cclauss/octotiger C++
- cclauss/Mycodo Python
- cclauss/ReadTheDocs Python
- 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 9 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
•
9
comments
Opened 81 other pull requests in 30 repositories
MakeContributions/DSA
22
merged
2
closed
- Palindrome.md: Add a step to clean the string
- 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/infogami
2
open
6
merged
- Reblacken the codebase with new black
- flake8: switch from select to ignore
- Delete unused infogami/infobase/bulkupload.py
- Change variable 'json' --> 'json_data' to avoid conflicts
- requirements.txt: Remove Python 2
- Define repr(Nothing()) and str(Nothing())
- Remove Travis CI which was disabled four months ago (again)
- GitHub Actions: Make mypy a mandatory test
internetarchive/openlibrary
7
merged
aman-raza/Friends_Hack
6
merged
TheAlgorithms/Python
3
closed
3
merged
apache/incubator-nuttx
2
merged
1
closed
v8/v8
2
closed
Arsenic-ATG/xkcd-comics
2
merged
PyCQA/mccabe
2
merged
EncikMuadz/10_blockchain-food-provenance
1
open
bcomnes/cleanup-xvfb
1
merged
PANDATD/my-python-and-linux-lessons
1
open
lordmauve/pgzero
1
open
STEllAR-GROUP/octotiger
1
open
kizniche/Mycodo
1
open
OriginTrail/ReadTheDocs
1
open
DeeDeeG/node-gyp
1
closed
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
5
repositories not shown
Reviewed 47 pull requests in 13 repositories
TheAlgorithms/Python 11 pull requests
- fix(ci): Update pre-commit hooks and apply new black
- binary_tree_traversals.py: Simplify with dataclasses
- 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
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
MakeContributions/DSA 8 pull requests
internetarchive/openlibrary-client 1 pull request
nodejs/node 1 pull request
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 MakeContributions/DSA that received 11 comments
We should encourage that submisssions have tests
Our GitHub Actions should run testing engines for the various programming languages and we should encourage all new submissions come with tests... #…
•
11
comments