Skip to content

Updated my name in Contributors.md #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Thanks for all your contributions :heart: :octocat:
| ------------- |:-------------:| -----:|
| [de1ux](https://github.com/de1ux) | [Requirements](https://github.com/prateekiiest/Code-Sleep-Python/pull/22) | Merged |
| [mstuttgart](https://github.com/mstuttgart) | [README adjusts](https://github.com/prateekiiest/Code-Sleep-Python/pull/3) | Merged |
| [blossomica](https://github.com/blossomica) |[Fix Broken Code Links](https://github.com/prateekiiest/Code-Sleep-Python/pull/18) | Merged |
| [blossomica](https://github.com/blossomica) |[Fix Broken Code Links](https://github.com/prateekiiest/Code-Sleep-Python/pull/18) | Merged |
| [jasperdchen](https://github.com/jasperdchen) | [README](https://github.com/prateekiiest/Code-Sleep-Python/pull/31) | Merged |
| [Binsquare](https://github.com/binsquare) | [Added project descriptions](https://github.com/prateekiiest/Code-Sleep-Python/pull/26) | Merged |
| [bhansa](https://github.com/bhansa) | [Added new method for sieve of Eratosthenes](https://github.com/prateekiiest/Code-Sleep-Python/pull/10) | Merged |
| [Chathumina Vimukthi](https://github.com/ChathuminaVimukthi) |[Added hangman game](https://github.com/prateekiiest/Code-Sleep-Python/pull/30) | Merged |
| [Aditya Malu](https://github.com/aditya1904) | [Different Encryption Techniques added](https://github.com/prateekiiest/Code-Sleep-Python/pull/29) | Merged |


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The implementation of Sieve of Eratosthenes is used to find prime numbers.

#### Website status check

A simple website crawler to check the return code of a website. It returns with a message indicating whether the website is online, redirected, or not found.
A simple website crawler to check the return code of a website. It returns with a message indicating whether the website is online, redirected, or not found.

![](http://yootheme.com/media/docs/assets/images/warp/error_pages_404.jpg)

Expand All @@ -128,7 +128,7 @@ A simple website crawler to check the return code of a website. It returns with

Encryption is an interesting piece of technology that works by scrambling data so it is unreadable by unintended parties. The technology comes in many forms, with key size and strength generally being the biggest differences in one variety from the next. This repo has implementations of different encryption techniques. More [here](https://en.wikipedia.org/wiki/Encryption).

**[CODE](Encrytion-Techniques/)**
**[CODE](Encryption-Techniques/)**

----------------------------------------------------

Expand Down