Skip to content

Instantly share code, notes, and snippets.

View KashFarhadi's full-sized avatar

Kash Farhadi KashFarhadi

  • Indiana
View GitHub Profile
@KashFarhadi
KashFarhadi / scanner.sh
Created April 23, 2020 20:10 — forked from andyrbell/scanner.sh
Make a pdf look scanned using ImageMagick
# use ImageMagick convert
# the order is important. the density argument applies to input.pdf and resize and rotate to output.pdf
convert -density 90 input.pdf -rotate 0.5 -attenuate 0.2 +noise Multiplicative -colorspace Gray output.pdf
@KashFarhadi
KashFarhadi / bullshit.js
Created July 15, 2019 04:28 — forked from raydog/bullshit.js
Bullshit as a Service
var E_PREFIX_RATE = 0.25;
// All of our word lists:
var _word_lists = {
verb : [
"implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace",
"enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize",
"morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate",