Skip to content

Instantly share code, notes, and snippets.

View altafshaikh's full-sized avatar
:octocat:
Keep Learning

Altaf Shaikh altafshaikh

:octocat:
Keep Learning
View GitHub Profile

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@altafshaikh
altafshaikh / VS Code Keyboard Shortcuts.md
Last active April 26, 2021 05:27
A list of vs code editor keyboard shortcuts

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

<!DOCTYPE html>
<html>
<head>
<title>JavaScript file upload</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script src="https://wzrd.in/standalone/buffer"></script>
<script src="https://unpkg.com/ipfs-api@9.0.0/dist/index.js"
integrity="sha384-5bXRcW9kyxxnSMbOoHzraqa7Z0PQWIao+cgeg327zit1hz5LZCEbIMx/LWKPReuB"
crossorigin="anonymous"></script>
</head>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@altafshaikh
altafshaikh / mail.py
Last active September 5, 2019 05:01
This is a python script to send mail using gmail account.
##configuration
"""
1. Install yagmail
2. Install keyrings
3. Setup keyrings
"""
import yagmail