Skip to content

Instantly share code, notes, and snippets.

View Shubhamdutta2000's full-sized avatar
🎯
Focusing on full stack development

Shubham Dutta Shubhamdutta2000

🎯
Focusing on full stack development
View GitHub Profile
@Shubhamdutta2000
Shubhamdutta2000 / myscript.sh
Created November 5, 2021 05:07 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@Shubhamdutta2000
Shubhamdutta2000 / scrapy.md
Created August 17, 2021 10:42 — forked from bradtraversy/scrapy.md
Scrapy commands and code
@Shubhamdutta2000
Shubhamdutta2000 / MySQL Cheatsheet
Created May 18, 2021 18:53
This is basically cheatsheet of mysql database
# MySQL Cheat Sheet
> Help with SQL commands to interact with a MySQL database using XAMPP
## MySQL Locations
* Xampp *C://xampp/mysql/bin*
## Add mysql to your PATH
### For Linux user