Skip to content

Instantly share code, notes, and snippets.

View sushantlp's full-sized avatar
:electron:
Focusing

sushant sushantlp

:electron:
Focusing
  • Bangloare India
View GitHub Profile
@sushantlp
sushantlp / begin(C++).md
Created June 26, 2024 14:42 — forked from johnmcfarlane/begin(C++).md
Resources for C++ beginners
@sushantlp
sushantlp / installing-postman.md
Created February 23, 2020 08:51 — forked from ba11b0y/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz
@sushantlp
sushantlp / README.md
Created October 15, 2019 11:28 — forked from a-barbieri/README.md
NextJS sitemap generator with dynamic URL

NextJS sitemap generator

Install

The current setup has been tested on Next Js 7.0.0.

You need to install Axios.

$ npm install axios
@sushantlp
sushantlp / server.js
Created October 27, 2018 09:23 — forked from joshj/server.js
Twitter OAuth with node-oauth for node.js+express
/*
Node.js, express, oauth example using Twitters API
Install Node.js:
curl -0 http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz
tar -zxf node-v0.6.11.tar.gz
cd node-v0.6.11
./configure
make
make install