Skip to content

Instantly share code, notes, and snippets.

View rahulkhairnarr's full-sized avatar

Rahul Khairnar rahulkhairnarr

  • Silvassa, India
View GitHub Profile
const puppeteer = require("puppeteer");
(async () => {
const browser = await puppeteer.launch({
headless: false,
defaultViewport: false
});
const page = (await browser.pages())[0];
// imaginary page with a captcha on it
await page.goto(
git clone https://github.com/visionify/license-plate-detection.git
@rahulkhairnarr
rahulkhairnarr / add-new-crypto-to-peatio.md
Created May 10, 2018 17:15 — forked from muhammednagy/add-new-crypto-to-peatio.md
Adding A New Cryptocurrency to Peatio

State: Draft
Based on the Peatio Stable branch


Coin Daemon

To the coin daemon's {coin}.conf file, include the -walletnotify command:

# Notify when receiving coins