An open API service indexing awesome lists of open source software.

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

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 |