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
javascript:(function(){var $m = document.querySelector(".ModalManager"); if ($m) $m.parentNode.removeChild($m); document.body.classList.remove("noScroll"); var $n = document.querySelector(".Nags"); if ($n) $n.parentNode.removeChild($n); })() |
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
var ruinbase = 'Wydob3cgdG8gYXBwZWFyIGZ1bm55JywgJ3doeSBhcmUgbXkgdGh1bWJzIHVuZXZlbicsICdhbSBpIGxhY2sgdG9hc3QgYW5kIHRvbGVyYW50JywgJ3lvdXIgeW91cmUgZGlmZmVyZW5jZScsICd3aHkgZG9lc250IG15IHBvbyBmbG9hdCcsICdtaWRnZXQgZ29vZ2xlIGltYWdlcycsICd0YWxsIG1pZGdldHM/PycsICdob21lbWFkZSBsdWJlPycsICdpIGhhdGUgbXkgYm9zcycsICd3aGF0IGNvdW50cyBhcyBmYXQnLCAnaG93IHRvIHRlbGwgcGFydG5lciB0aGV5IGZhdCcsICdpcyBpdCBub3JtYWwgdG8gc3RpbGwgbG92ZSBteSBleCcsICdob3cgdG8gZ2V0IGJhY2sgd2l0aCBleCcsICdwZW5pcyByZW1vdmUgZG9nIGhvdyB0bycsICdyb21hbnRpYyB3YXlzIHRvIHByb3Bvc2UnLCAnZW5nYWdlbWVudCByaW5ncycsICdzZXggc2hvcCBpbiBteSBjaXR5JywgJ2hvdyB0byB0ZWxsIGlmIHBhcnRuZXIgY2hlYXRpbmcnLCAnd2F5cyB0byBraWxsIHNvbWVvbmUgaHlwb3RoZXRpY2FsbHknLCAndW5kZXRlY3RhYmxlIHBvaXNvbnMnLCAnaG93IHRvIGRlbGV0ZSBzZWFyY2ggaGlzdG9yeSBpbiBicm93c2VyJywgJ2FzaGxleSBtYWRpc29uIGhhY2snLCAndmlldyBhc2hsZXkgbWFkaXNvbiBsaXN0JywgJ2FzaGxleSBtYWRpc29uIGxpc3QgbXkgY2l0eScsICdwYXRlcm5pdHkgdGVzdCcsICdtYWlsIG9yZGVyIHBhdGVybml0eSB0ZXN0JywgJ2F0dHJhY3RlZCB0byBtb3RoZXIgd2h5JywgJ2lzIGluY2VzdCBpbGxlZ2FsIGluIHRoaXMgY291 |
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
// Download all PDF pages in a book from this library | |
// http://digital.lib.uiowa.edu/cdm/ | |
// http://digital.lib.uiowa.edu/cdm/landingpage/collection/dada | |
// To combine into one PDF - there are some options | |
// https://blog.dbrgn.ch/2013/8/14/merge-multiple-pdfs/ | |
// fast: pdfunite *.pdf output.pdf | |
// best: pdftk *.pdf cat output output.pdf | |
(function(){ |
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
function _checkMQ() { | |
MQ = _deviceType(); | |
var e = state.breakpoint; | |
"mobile" == MQ && (state.breakpoint = "mobile"), "desktop" == MQ && (state.breakpoint = "desktop"), state.breakpoint !== e && _breakpoint() | |
} | |
function _deviceType() { | |
return window.getComputedStyle(document.querySelector("body"), "::before").getPropertyValue("content").replace(/"/g, "").replace(/'/g, "") | |
} |
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
return { | |
init: q, | |
render: m, | |
openPresentation: p, | |
restoreOriginal: k, | |
getCompositionCanvas: g, | |
getLiquifyCanvas: h, | |
getLiquifyMaskCanvas: i, | |
getImageSaverCanvas: j, | |
setAspectRatio: c, |
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
var svg = SVG.createElement('svg', { //our SVG element | |
xmlns: SVG.svgns, | |
version: '1.1', | |
width: width, | |
height: height, | |
id: 'blurred' + this.internalID, | |
'class': this.options.imageClass, | |
viewBox: '0 0 ' + width + ' '+ height, | |
preserveAspectRatio: 'none' | |
}); |
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
(function(m) { | |
var window = this; | |
var bZ = function(a, b) { | |
m.Sa.call(this); | |
this.R = a; | |
this.J = 0; | |
this.H = 17 * a.length; | |
this.K = 0; | |
this.k = b || 5; | |
this.j = this.g = 17 * this.J; |
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
Gfx.lassoFill = function(o, f, e, g) { | |
var m = function(D, H, w) { | |
var p = H[0]; | |
var B = H[1]; | |
var F = D * 4 + w; | |
var q = p[F + 0]; | |
var v = p[F + 1]; | |
var A = p[F + 2]; | |
var G = ((q == f.r) && (v == f.g) && (A == f.b)); | |
var q = B[F + 0]; |
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
define("view/common/kaleidoscope_border", ["jquery", "underscore", "model/loader_model", "util/anim_frame", "config"], function(e, t, n, r, i) { | |
var s = i.FIREFOX || i.TABLET; | |
s ? n.add({ | |
id: "kaleido_bg", | |
src: i.CDN + "/img/desktop/2_lookbook/kaleidoscope-ff-bg.jpg" | |
}) : n.add({ | |
id: "kaleido_bg", | |
src: i.CDN + "/img/desktop/2_lookbook/kaleidoscope-bg.jpg" | |
}); | |
var o = function() { |
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
/* | |
<canvas id=c> | |
<img src=# onload= | |
for( a=c.getContext('2d'), i=e='', S=String.fromCharCode; | |
a.drawImage(this,i--,0), | |
t=a.getImageData(0,0,1,1).data[0]; | |
) e += S(t); | |
(1,eval)(e) | |
> | |
*/ |
NewerOlder