Skip to content

Instantly share code, notes, and snippets.

View sspatari's full-sized avatar
🏠
Working from home

Stanislav Spatari sspatari

🏠
Working from home
View GitHub Profile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC8aeGq4IAbb/2oOeuTCvJB7fwMsHXNGsc0jjTqjutqVYCDebZFWSg0jxM2HuJOScPSJbILN5q1koUmz0SdAuXdXpU8VIWcov8T6QnUNjIHwGVV0elYN6Bnr/wVsf5UuBB05CXcdu6F5rMSeWsl32khpghPgRzoNzElNswlDFuDVVovMWsBonZOxxFwK/RVahhk+LDik9ct0NCOrHD/ZKKD3KAU4hWxbE5usOnVxsQFX5KNzzyFA0N23CC7tVo3Yu0YqMH1sVTpEgRm8g2gsQNUIK10CdEJmHZyX0BLtjAiM4bDMonFuaM6PY3M0RTPvIObwcszDLepnNEVgImV9SoRxruZUYLi4Eife5addaU+Supiqtq8OW3CaBFYByy2JqaAxhdnv3DFuhezH0OLFSk37rjdUH9vQlCdveMGNUxxlsNe58Cv+1U5ClKr7bKgy8b3OZKK0Y2xzkXyccGZeF4efT/MtOJOz0v7lgkdWhUqIni0H3TbnF9pwW5WVXFsCkKQ/3wUHviLk6xh7acl40UIEtCbHHiz/fzX9adPTNyNERGD/SmrOIWd9QO5pBGRCXJa17aoFhFz5439DnVfA7RYWMvLQCrK2Eg8fVm2pq0RCEsOtDYqLbiKhIUuxo6ZQM4zvfRnCRM8lCg9cuEfrIVRpwXpzYjFAE5Djl2UFNbQ+Q== [email protected]
@sspatari
sspatari / Free O'Reilly Books.md
Created March 8, 2020 14:01 — forked from augbog/Free O'Reilly Books.md
Free O'Reilly Books

Free O'Reilly books and convenient script to just download them.

Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post

How to use:

  1. Take the download.sh file and put it into a directory where you want the files to be saved.
  2. cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)
  3. Run ./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.
@sspatari
sspatari / iterm2.md
Created December 30, 2019 20:46 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@sspatari
sspatari / GSOC-CCExtractor.interesting-bits-extractor.md
Last active March 27, 2018 15:46
Proposal for Google summer of code 2018 Detect Automatically the most interesting bits of sample videos

Detect Automatically the most interesting bits of sample videos(it'll be pretty cool)

Student information

University information

@sspatari
sspatari / GSOC-Wine.calc-app.md
Last active March 27, 2018 16:04
Proposal for Google summer of code 2018 Wine calculator app

Student information

University information

  • Name: University of Siegen
var PDF = require('pdfkit'); //including the pdfkit module
var fs = require('fs'); //including the file system module
var text = 'Fuck you'; //define a dummy text to be written in the file
var request = require('request');
ImageInfo = require('./models/imageInfo')
var doc = new PDF(); //creating a new PDF object
//creating a write stream to write the content on the file system