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
VixDiskLib: Unable to load configuration options from /usr/local/lib/vmware-vix-disklib/config. | |
VixDiskLib: linuxVerifySSLCertificates is 0 | |
VixDiskLib: config options: libdir '/usr/local/lib/vmware-vix-disklib', tmpDir '/tmp/vmware-root-3857557875'. | |
OBJLIB-LIB : Objlib initialized. | |
VixDiskLib: Attempting to locate advanced transport module in "/usr/local/lib/vmware-vix-disklib". | |
VixDiskLib: Advanced transport plugin was successfully loaded into vixDiskLib. | |
VixDiskLib: Enabling advanced transport modes. | |
OBJLIB-LIB : Objlib initialized. | |
VixDiskLib: Transport modes available: file:nbdssl:nbd:san. | |
VMware VixDiskLib (5.1) Release build-1042608 |
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
931 NDEF: . . . SEQUENCE { | |
: . . . . Error: Length '' has non-canonical encoding. | |
933 9: . . . . OBJECT IDENTIFIER data (1 2 840 113549 1 7 1) | |
: . . . . . (PKCS #7) | |
944 20: . . . . SEQUENCE { | |
946 8: . . . . . OBJECT IDENTIFIER des-EDE3-CBC (1 2 840 113549 3 7) | |
: . . . . . . (RSADSI encryptionAlgorithm) | |
956 8: . . . . . OCTET STRING 76 30 D4 B6 BF CE B2 4B | |
: . . . . . } | |
966 NDEF: . . . . [0] { |
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
find . -ctime +14 -type d -regextype sed -regex ".*[a-z0-9]\{64\}$" | xargs rm -rf |
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
it('can pass advanced context to the child of mounted component', () => { | |
const SimpleComponent = React.createClass({ | |
contextTypes: { | |
ctx1: React.PropTypes.string.isRequired, | |
ctx2: React.PropTypes.string.isRequired, | |
}, | |
render() { | |
return <div>{this.context.ctx1}{this.context.ctx2}</div>; | |
}, | |
}); |
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
// https://github.com/jsdoc3/jsdoc/blob/master/plugins/test/specs/commentConvert.js | |
'use strict'; | |
describe('commentConvert plugin', function() { | |
var env = require('jsdoc/env'); | |
var path = require('jsdoc/path'); | |
var docSet; | |
var parser = jasmine.createParser(); | |
var pluginPath = 'plugins/commentConvert'; |
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
// SNIPPET: | |
e.preventDefault() | |
// SNIPPET: | |
onclick='document.formName.submit();' | |
This file has been truncated, but you can view the full file.
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
// SNIPPET: | |
e.preventDefault() | |
// SNIPPET: | |
onclick='document.formName.submit();' | |
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
1 ls | |
2 wget looping.3x.ro/viteza.py | |
3 apt-get install wget | |
4 wget looping.3x.ro/viteza.py | |
5 cat /proc/cpuinfo | |
6 free -mt | |
7 ls -a | |
8 ifconfig | |
9 passwd | |
10 ls |
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
Using electron-builder.yml configuration file | |
Rebuilding native production dependencies for linux:x64 | |
... | |
Packaging for linux x64 using electron 1.4.12 to release/linux-unpacked | |
[35;1melectron-builder [0mFound existing fpm /root/.cache/electron-builder/fpm/fpm-1.6.3-2.3.1 [35m+440ms[0m | |
[35;1melectron-builder [0mExecuting icns2png -x -o /tmp/electron-builder-u0QLFI/0-2-linux.iconset /app/resources/mac/app.icns [35m+3ms[0m | |
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic11' | |
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic12' | |
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic13' | |
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic14' |
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 |
OlderNewer