Skip to content

Instantly share code, notes, and snippets.

View AdilKhn's full-sized avatar

Adil Khan AdilKhn

View GitHub Profile
CPU: Amd Ryzen 3900x
MotherBoard: https://www.newegg.com/asus-rog-strix-x570-e-gaming/p/N82E16813119111
Ram: https://www.newegg.com/g-skill-32gb-288-pin-ddr4-sdram/p/N82E16820232862
Disk: https://www.newegg.com/gigabyte-aorus-1tb/p/N82E16820009012
Video Card: https://www.newegg.com/asus-geforce-rtx-2080-super-rog-strix-rtx2080s-a8g-gaming/p/N82E16814126336?Item=N82E16814126336
@AdilKhn
AdilKhn / rxjs-promise.js
Created May 24, 2017 20:44
Gist Describing rxjs with promise.
const Rx = require('rxjs/Rx');
const request = require('request');
const stdin = process.openStdin();
function prompt() {
stdin.write('\n\nEnter github id: ' );
};
prompt();
#!/usr/bin/env bash
# fresh-chrome
#
# Use this script on OS X to launch a new instance of Google Chrome
# with its own empty cache, cookies, and user configuration.
#
# The first time you run this script, it will launch a new Google
# Chrome instance with a permanent user-data directory, which you can
# customize below. Perform any initial setup you want to keep on every