This file contains 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 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 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 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 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 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 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 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 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 |
This file contains 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
(kwek) ~/Desktop/kwek-metrics $ python app.py | |
/Users/d_rc/Desktop/kwek-metrics/kwek/database.py:7: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead. | |
from flask.ext.sqlalchemy import SQLAlchemy | |
/Users/d_rc/Desktop/kwek-metrics/kwek/views.py:10: ExtDeprecationWarning: Importing flask.ext.wtf is deprecated, use flask_wtf instead. | |
from flask.ext.wtf import Form | |
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/sqlalchemy_utils/i18n.py:15: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead. | |
from flask.ext.babel import get_locale | |
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/flask_sqlalchemy/__init__.py:800: UserWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning. | |
warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to sup |
NewerOlder