Skip to content

Instantly share code, notes, and snippets.

View chirayukong's full-sized avatar

Chirayu (Kong) Wongchokprasitti chirayukong

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chirayukong on github.
  • I am nerdymatters (https://keybase.io/nerdymatters) on keybase.
  • I have a public key ASC2tMdfH45LwxPLxD4FP3YJPXdVbCjNsps5tfxSuadChAo

To claim this, I am signing this object:

@chirayukong
chirayukong / gist:c8bbbd464c71f22c4773801238c7c13d
Created November 9, 2017 21:24
Verifying my Blockstack ID is secured with the address 18BVh156GwdvFAB6GyakeqiuQ7ozprc7AP
Verifying my Blockstack ID is secured with the address 18BVh156GwdvFAB6GyakeqiuQ7ozprc7AP
@chirayukong
chirayukong / scrapeGoogleImages.js
Created August 18, 2017 16:33 — forked from flovv/scrapeGoogleImages.js
scrapeGoogleImages_file1
var url ='https://www.google.de/search?q=Yahoo+logo&source=lnms&tbm=isch&sa=X';
var page = new WebPage()
var fs = require('fs');
var vWidth = 1080;
var vHeight = 1920;
page.viewportSize = {
width: vWidth ,
height: vHeight