From f22506934b24666bfc3ae65587800e7a7db9ade1 Mon Sep 17 00:00:00 2001 From: CoolnsX Date: Sat, 4 Jun 2022 02:07:20 +0530 Subject: [PATCH] feat: add 2 more pages --- index.html | 49 +++++++++++++++++++++++++------------------- shell-scripting.html | 18 ++++++++++++++++ web-scraping.html | 17 +++++++++++++++ 3 files changed, 63 insertions(+), 21 deletions(-) create mode 100644 shell-scripting.html create mode 100644 web-scraping.html diff --git a/index.html b/index.html index 16a4037..03367ae 100644 --- a/index.html +++ b/index.html @@ -8,23 +8,24 @@ Welcome UWU - -

Hello World!!

+

Hello World!!


Contents >>

+

About Me >>

+ -

Description >>

-

This site is Blazing Fast.. It contains all My project links and How to contact me..

-

If you find the site ugly then I can't do anything.. I am more of a backend guy..

-

If you find something is not working.. Or any problem with site except Bad UI.. then you can contact me

-

I know this site looks more like README of github.. Cause I want to give the information you want..

-

This site is completely scrapable, As I do web-scraping Myself. Though the source code is available on Github.

Projects >>

+

My Hobbies >>

+ +

Description >>

+

How to Reach me >>

-

About Me >>

-
Go to Top - \ No newline at end of file + diff --git a/shell-scripting.html b/shell-scripting.html new file mode 100644 index 0000000..cfbd097 --- /dev/null +++ b/shell-scripting.html @@ -0,0 +1,18 @@ + + + + + + + + Shell Scripting + + +

Shell Scripting

+
+

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.

+

The Logic behind shell scripting is to create automated task that you do on regular basis.. (Source:Wikipedia)

+

My Scripts Repository link >>

+

It contains the scripts that I wrote and use on the daily basis to make my life easier.

+ + diff --git a/web-scraping.html b/web-scraping.html new file mode 100644 index 0000000..865f971 --- /dev/null +++ b/web-scraping.html @@ -0,0 +1,17 @@ + + + + + + + + Web Scraping + + +

Web Scraping

+
+

Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format which is then converted into structured data in a spreadsheet or a database so that it can be used in various applications.

+

There are many different ways to perform web scraping to obtain data from websites. These include using online services, particular API’s or even creating your code for web scraping from scratch. (Source:Geeks for geeks)

+

Websites which I scraped successfully >>

+ +