https://github.com/akhilam512/amfoss-tasks
amFOSS Tasks
https://github.com/akhilam512/amfoss-tasks
cpp form javascript nodejs ocr problem-solving python2 scraping
Last synced: 3 months ago
JSON representation
amFOSS Tasks
- Host: GitHub
- URL: https://github.com/akhilam512/amfoss-tasks
- Owner: akhilam512
- Created: 2018-07-28T15:46:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T11:28:09.000Z (over 7 years ago)
- Last Synced: 2025-01-26T05:24:59.904Z (over 1 year ago)
- Topics: cpp, form, javascript, nodejs, ocr, problem-solving, python2, scraping
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amFOSS - TASKS - Akhil K Gangadharan ( CSE18362 )
[My Hackerrank Profile](https://www.hackerrank.com/akhilam512?hr_r=1) and [My blog](https://thoughtsofaspeck.home.blog/)
## Task List : https://goo.gl/JmYne8
This repository contains the tasks I've completed till now from the above mentioned task list. In total, 8 out of the 13 tasks (including additional tasks) have been completed.
*Languages Used : C++14, Python 2*
### A detailed summary :
| **S.no** | **Task Number** | **Task Name** | **Remarks** |
| ---- | ----------- | --------------------- | ------- |
| | | | |
| 1.) | 1 | [Programming](/Task1) | - [Hackerrank problems](/Task1/Hackerrank) solved using C++14 |
| | | | - [Codeforces problems](/Task1/Codeforces) solved using Python 2|
| | | | |
| 2.) | 3 | [Beginning with Python](/Task3) | Completed both ( (1) [String Problem](/Task3/Task3_String.py) and (2) [Sort](/Task3/Task3_Sort.py) ) the tasks using Python 2. |
| | | | - Sorting technique used : Insertion Sort. |
| | | | |
| 3.) | 4 | [Google Scraping](/Task4_GoogleScraping.py) | Used Chrome Webdriver and Selenium package. |
| | | | |
| 4.) | 6 | [Captcha Breaking](/Task6_CaptchaBreaking.py) | Used pytesseract and PIL package |
| | | | |
| 5.) | 10 | Git and GitHub | Learnt and used most of the commands and understood the purpose and working of Git and Github|
| | | | |
| 6.) | Additional - 2 | [Project Euler](/Additional_Task2) | Used Python 2 |
| | | | |
| 7.) | Additional - 3 | Bandit | Reached level 20 |
| 8.) | 7 | [Form Submission](https://github.com/akhilam512/FormWebApp/) | Made the web app using Nodejs, Express and MySQL |