Skip to content

Instantly share code, notes, and snippets.

View FredericChang's full-sized avatar
🎯
Focusing on JS

Frederic FredericChang

🎯
Focusing on JS
  • @FredericStudio
  • Netherland
View GitHub Profile
const fetch = require('node-fetch')
const fs = require('fs-extra')
const { execSync } = require('child_process')
const main = async () => {
const query = `nasa,cycling,surfing,underwater,swimming`
const size = `1`
const order = `latest`
const orientation=`landscape`
const photoName = 'photo.png'
@peace098beat
peace098beat / pca_calculator.py
Created January 24, 2015 05:31
[PyQt] PCA Calculator
# -*- coding: utf-8 -*-
"""
PCA Calculator
version: 1.0
PyQt4 Tutorial
http://www.slideshare.net/RansuiIso/pyqtgui
Created on Thu Jan 22 14:43:19 2015