Skip to content

Instantly share code, notes, and snippets.

View Arshitabhatt's full-sized avatar
🌏
Whole world is a stage

Arshita Bhatt Arshitabhatt

🌏
Whole world is a stage
View GitHub Profile
@Arshitabhatt
Arshitabhatt / Vscode-Setup.md
Last active June 27, 2019 18:24
This gist is about how to setup c9 type environment on local (PC/Laptop) follow along the instructions and videos.

#H1 How to setup Cloud9 type environment on local (PC/Laptop) These steps are basically for Windows. Steps ###H3 To set Up Vscode

  1. Download Vscode (it is an awesome text editor that comes with integrated terminal, just like cloud9) Link: [https://code.visualstudio.com/]
  2. Install Git (it is version control that basically controls versions of your code, tracks changes and maintain a timeline of your overall project, a great tool) Link: [https://git-scm.com/] You need to install git and configure it. For this you will need to create your github account (github is like LinkedIn for your code you can make upload your code online, and connect with community, and contribute to the open source world!) YouTube link(s): [https://www.youtube.com/watch?v=J_Clau1bYco&t=198s]
@Arshitabhatt
Arshitabhatt / StitchingSheets.js
Created June 12, 2019 17:51 — forked from mrlynn/StitchingSheets.js
Google Sheets Script - Complete Script for Article Stitching Sheets
/****
* Michael Lynn - http://blog.mlynn.org
* Stitching Sheets - Integrating Google Sheets with MongoDB Using MongoDB Stitch
****/
// Create an object which contains keys for each column in the spreadsheet
var columns = { // 0 indexed
type: 2,
date_start: 3,
date_end: 4,