Skip to content

Instantly share code, notes, and snippets.

View gulp's full-sized avatar

Yekta Gurel gulp

View GitHub Profile
Province/State,Country/Region,Lat,Long,1/22/20,1/23/20,1/24/20,1/25/20,1/26/20,1/27/20,1/28/20,1/29/20,1/30/20,1/31/20,2/1/20,2/2/20,2/3/20,2/4/20,2/5/20,2/6/20,2/7/20,2/8/20,2/9/20,2/10/20,2/11/20,2/12/20,2/13/20,2/14/20,2/15/20,2/16/20,2/17/20,2/18/20,2/19/20,2/20/20,2/21/20,2/22/20,2/23/20,2/24/20,2/25/20,2/26/20,2/27/20,2/28/20,2/29/20,3/1/20,3/2/20,3/3/20,3/4/20,3/5/20,3/6/20,3/7/20,3/8/20,3/9/20,3/10/20,3/11/20,3/12/20,3/13/20,3/14/20,3/15/20,3/16/20,3/17/20,3/18/20,3/19/20,3/20/20,3/21/20,3/22/20,3/23/20,3/24/20,3/25/20,3/26/20,3/27/20,3/28/20
,Afghanistan,33.0,65.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,4,4,5,7,7,7,11,16,21,22,22,22,24,24,40,40,74,84,94,110,110
,Albania,41.1533,20.1683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10,12,23,33,38,42,51,55,59,64,70,76,89,104,123,146,174,186,197
,Algeria,28.0339,1.6596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,3,5,1
@gulp
gulp / SketchSystems.spec
Last active May 7, 2020 17:03
Scanned items
Scanned items
flush -> No items
No items
Scan -> Below threshold
Below threshold
Ship anyway -> Keep & Ship
Scan more -> Under
Within tolerances
Under
Ship now -> Discard & Ship
Bin
Has single item
scan an item -> Single item added
Has multiple items*
scan multiple items -> Multiple items selected
Multiple items selected
scan pack -> How many to move?
How many to move?
enter qty -> Multiple items added to allocated
Packaging
@gulp
gulp / SketchSystems.spec
Last active September 4, 2018 08:34
Bin
Bin
Has single item
scan an item -> Single item added
Has multiple items*
scan multiple items -> Multiple items selected
Multiple items selected
scan pack -> How many to move?
How many to move?
enter qty each -> Multiple items added to allocated
distribute evenly -> Multiple items added to allocated
@gulp
gulp / SketchSystems.spec
Last active July 5, 2018 08:27
Impositions
Impositions
new -> New?
Existing imposition
edit -> Editor
duplicate -> Duplicated imposition
New imposition
Duplicated imposition
rename -> Editor
New?
@gulp
gulp / Preset Template Applied.png
Last active June 28, 2018 16:07
Preset Loaded
Preset Template Applied.png
@gulp
gulp / SketchSystems.spec
Last active June 27, 2018 01:57
New Imposition
New Imposition
Default Preset loaded
load preset -> Presets
Presets
click one sided -> One Sided Presets
click two sided -> Two Sided Presets
One Sided Presets
Two Sided Presets
Pages per Sheet?
Idle
No picks*
push trigger -> Scanning
Picked 1
push trigger -> Looking for 2nd code
drop all -> No picks
Picked 2
push trigger -> Looking for 3rd code
drop 1 item -> Picked 1
Picked 3
Idle
No picks*
push trigger -> Looking for first code
Picked 1
push trigger -> Looking for 2nd code
drop all -> No picks
Picked 2
push trigger -> Looking for 3rd code
drop 1 item -> Picked 1
Picked 3
@gulp
gulp / whiteboardCleaner.md
Created March 17, 2017 02:54 — forked from lelandbatey/whiteboardCleaner.md
Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!

Description

This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.

The script is here:

#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"

Results