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
| // stiahne odpovedd z BoozeAPI | |
| fetch("https://boozeapi.com/api/v1/cocktails") | |
| .then((odpoved_raw) => { | |
| odpoved_raw.json().then((odpoved) => { | |
| // dekoduje odpoved (a vypise do konzole) | |
| console.log(odpoved.data) | |
| // pre kazdy drink vyrobi <img> element a pripoji do mojDivVJs | |
| odpoved.data.forEach((drink) => { | |
| const drinkImg = document.createElement("img") |
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
| { | |
| "objectIdFieldName": "OBJECTID", | |
| "uniqueIdField": { "name": "OBJECTID", "isSystemMaintained": true }, | |
| "globalIdFieldName": "", | |
| "hasZ": false, | |
| "hasM": false, | |
| "spatialReference": { "wkid": 4326 }, | |
| "fields": [ | |
| { | |
| "name": "OBJECTID", |
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(e, o) { | |
| for (var n in o) | |
| e[n] = o[n] | |
| }(window, function(e) { | |
| function o(t) { | |
| if (n[t]) | |
| return n[t].exports; | |
| var r = n[t] = { | |
| i: t, | |
| l: !1, |
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
| [94403:0713/112109.495366:ERROR:CONSOLE(852)] "[object ErrorEvent]", source: chrome-devtools://devtools/bundled/inspector.js (852) | |
| 2018-07-13 11:21:53.373 Avocode Next[94403:516951] -[_NSImageViewSimpleImageView setDoubleValue:]: unrecognized selector sent to instance 0x7fa2c7c970a0 | |
| [0713/112153.388274:WARNING:mach_o_image_reader.cc(568)] __TEXT segment has unexpected fileoff 0x91b8000, load command 0x19 0/22, module /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon, address 0x7fff35d23000 | |
| [0713/112153.389089:WARNING:mach_o_image_reader.cc(568)] __TEXT segment has unexpected fileoff 0x15345000, load command 0x19 0/30, module /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore, address 0x7fff41eb0000 | |
| [0713/112153.389182:WARNING:mach_o_image_reader.cc(568)] __TEXT segment has unexpected fileoff 0x15344000, load command 0x19 0/19, module /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz, address 0x7fff41eaf000 | |
| [0713/112153.389290:WARNING:mach_o_image_reader.cc(568)] __TE |
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
| Process: Adobe XD [63505] | |
| Path: /Applications/Adobe XD CC (Prerelease)/Adobe XD CC (Prerelease).app/Contents/MacOS/Adobe XD | |
| Identifier: com.adobe.xd | |
| Version: 3.0.29.27 (3.0.29.27) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: Adobe XD [63505] | |
| User ID: 501 | |
| Date/Time: 2017-11-14 12:17:44.069 +0100 |
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
| Verifying my Blockstack ID is secured with the address 1A3Vx12XWmn2N3PWpsKZBT23xQ8MKcvhN7 https://explorer.blockstack.org/address/1A3Vx12XWmn2N3PWpsKZBT23xQ8MKcvhN7 |
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
| 'use strict';var _require$plugins = | |
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
| $(".dragObject").draggable({ | |
| helper:'clone', | |
| cursor:'move', | |
| tolerant:'fit', | |
| }); | |
| $('#containerDrop').droppable({ | |
| accept:'.dragObject', | |
| drop: function(ev, ui) { |
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
| { | |
| plugins: [ | |
| 'removeDoctype', | |
| 'removeXMLProcInst', | |
| 'removeComments', | |
| 'removeMetadata', | |
| 'removeEditorsNSData', | |
| 'cleanupAttrs', | |
| 'minifyStyles', | |
| 'convertStyleToAttrs', |
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
| $ make | |
| make all-recursive | |
| make[1]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg' | |
| Making all in java | |
| make[2]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/java' | |
| echo timestamp > classnoinst.stamp | |
| make[2]: Leaving directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/java' | |
| Making all in simd | |
| make[2]: Entering directory '/cygdrive/c/Documents and Settings/user/Documents/mozjpeg/simd' | |
| make all-am |
NewerOlder