This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#title :measure.py | |
#description :An image processing script for measurments | |
#author :Oles Andrienko, Adrian Rosebrock | |
#date :20161110 | |
#version :0.1 | |
#usage :python measure.py [-l] <reference_length> | |
#python_version :2.7.12 | |
#============================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Oles Andrienko 2016 - for Shopify Jobmine application | |
import path from 'path'; | |
import clc from 'cli-color'; | |
import request from 'request'; | |
import async from 'async'; | |
//import pageTotal from './utils'; | |
/** |