Skip to content

Instantly share code, notes, and snippets.

View PatrickWatzlawik's full-sized avatar

wattux PatrickWatzlawik

View GitHub Profile
@javierarques
javierarques / protractorAPICheatsheet.md
Last active January 31, 2023 08:51
Protractor API Cheatsheet
@datagrok
datagrok / README.md
Last active June 6, 2021 14:23
Circular imports in Python 2 and Python 3: when are they fatal? When do they work?
@SaneMethod
SaneMethod / canvasToBlobShim.js
Last active April 4, 2017 16:35
Canvas toBlob Shim, adapated with thanks from https://code.google.com/u/105701149099589407503/.
/**
* Canvas toBlob shim, adapted with thanks from https://code.google.com/u/105701149099589407503/,
* from this chrome bug thread: https://code.google.com/p/chromium/issues/detail?id=67587
*/
(function(){
/**
* Convert a base64 image dataURL from a canvas element, to a blob.
* @param {function} callback
* @param {string} type
* @param {number} quality