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,919 contributions in the last year
Contribution activity
December 2019
- cclauss/python-small-examples Python
- cclauss/interpy-zh Python
- cclauss/discord.py Python
- cclauss/fbi Python
- cclauss/ECommerceCrawlers Python
- cclauss/PyFlow Python
- cclauss/eth2.0-specs Python
- cclauss/social-engineer-toolkit Python
- cclauss/ptf Python
- cclauss/watson-discovery-analyze-data-breaches JavaScript
- cclauss/ALBERT Python
- cclauss/alpha_vantage Python
- cclauss/unilm Python
- cclauss/Browser-Automation Python
- cclauss/cplusplus_gitignore
- cclauss/onnx2caffe Python
- cclauss/vg Go
- cclauss/BlackFridayScrape Python
Created a pull request in robotframework/robotframework that received 15 comments
A simple lint_python GitHub Action
As discussed in #3420 and with @pekkaklarck on Slack, let's land a super simple (minimal, noncontroversial) GitHub Action to enable further experim…
+10
−0
•
15
comments
13
repositories not shown
- Added to maths and strings
- Added binary exponentiaion with respect to modulo
- Stack using double linked list
- Update binary_search_tree.py
- Create roman_to_integer.py
- Fixed warning string for Key B = 0
- other/integeration_by_simpson_approx.py is added for approximate integeration
- Add docstr and algorithm to BFS shortest path module
- file iterating_through_submasks.py for given mask is added in dynamic_programming
- Bug Fixed in newton_raphson_method.py
- Harmonic Geometric and P-Series Added
- Update find_min.py
- Image processing algorithms added
- digital_image_processing/convert_to_negative
- Update odd_even_transposition_parallel.py
- Fixed issue #1368
- Adding doctests into LDA algorithm
- Improved readability
- improved prime numbers implementation
- pigeonhole sorting in python
- add the index calculation class at digital_image_processing and the hamming code algorithm at hashes
- Fixing comments + adding start_with to trie (since thats what tries excel at)
- address merge_soft duplicate files
- Added Multilayer Perceptron (sklearn)
- fixed bug
- Some pull request reviews not shown.
- #include<iosteream.h> --> <iostream>
- Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]
- Showing 153 is not an Armstrong number.
- Added span.cpp for Span Problem in Others folder
- factorial.cpp
- Matrix Exponentiation
- Prime
- GitHub Action: Compile modified files with g++
- feat - Add new file name guidelines
- Generalised Interpolation search
- Hash search.cpp
Created an issue in ethereum/eth2.0-specs that received 1 comment
96 undefined names in ./deposit_contract/contracts/validator_registration.v.py
flake8 testing of https://github.com/ethereum/eth2.0-specs on Python 3.8.0
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
./d…
1
comment