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 xor_crypt(a2, a3) { | |
| let s = ''; | |
| for (let i = 0; i < a2.length; i++) { | |
| const v5 = a2[i]; | |
| const x = v5.charCodeAt(0); | |
| const ch = String.fromCharCode(a3 ^ x)[0]; | |
| s += ch; | |
| } | |
| return s; |
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
| --- node_modules/art/core/path.js.org 2015-12-01 15:43:21.000000000 +0100 | |
| +++ node_modules/art/core/path.js 2015-12-01 15:50:24.000000000 +0100 | |
| @@ -95,8 +95,8 @@ | |
| if (ex == null){ | |
| this._pivotX = +c1x; this._pivotY = +c1y; | |
| ex = +c2x; ey = +c2y; | |
| - c2x = (ex + (+c1x) * 2) / 3; c2y = (ey + (+c1y) * 2) / 3; | |
| - c1x = (x + (+c1x) * 2) / 3; c1y = (y + (+c1y) * 2) / 3; | |
| + c2x = (ex + (c1x) * 2) / 3; c2y = (ey + (c1y) * 2) / 3; | |
| + c1x = (x + (c1x) * 2) / 3; c1y = (y + (c1y) * 2) / 3; |
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
| import _ from 'lodash'; | |
| import React from 'react'; | |
| import React3 from 'react-three-renderer'; | |
| import THREE from 'three'; | |
| class ThreeDView extends React.Component { | |
| constructor(props, context) { | |
| super(props, context); | |
| this.cameraPosition = new THREE.Vector3(0, 0, 5); |
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
| let Start = React.createClass({ | |
| childContextTypes: { | |
| user: React.PropTypes.object | |
| }, | |
| getChildContext: function() { | |
| return this.state; | |
| }, |
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
| (add-hook 'web-mode-hook (lambda () | |
| (setq web-mode-markup-indent-offset 2) | |
| (setq web-mode-css-indent-offset 2) | |
| (setq web-mode-code-indent-offset 2))) |
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
| sudo xcode-select -s /Library/Developer/CommandLineTools | |
| brew reinstall php56 --with-homebrew-libressl --with-homebrew-libxml2 --with-pgsql | |
| curl -sS https://getcomposer.org/installer | php | |
| mv composer.phar /usr/local/bin/composer | |
| composer global require drush/drush:dev-master | |
| export PATH=$PATH:"~/.composer/vendor/bin" | |
| drush dl drupal-8 |
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
| $ clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c -ldl -v -Wl,-v | |
| Apple LLVM version 7.0.0 (clang-700.0.53) | |
| Target: x86_64-apple-darwin15.0.0 | |
| Thread model: posix | |
| "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.11.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 251.4 -v -dwarf-column-info -resource-dir /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefaul |
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
| $ clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib conftest.c -ldl -v -Wl,-v | |
| Apple LLVM version 7.0.0 (clang-700.0.53) | |
| Target: x86_64-apple-darwin15.0.0 | |
| Thread model: posix | |
| "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.11.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -munwind-tables -target-cpu core2 -target-linker-ver |
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
| clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib conftest.c -ldl -v | |
| Apple LLVM version 7.0.0 (clang-700.0.53) | |
| Target: x86_64-apple-darwin15.0.0 | |
| Thread model: posix | |
| "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.11.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 251 |
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
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by PostgreSQL configure 9.4.4, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.4.4 --datadir=/usr/local/Cellar/postgresql/9.4.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.4.4/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-perl --with-tcl --with-tclconfig=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib --with-uuid=e2fs | |
| ## --------- ## | |
| ## Platform. ## |
NewerOlder