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
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 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
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 has been truncated, but you can view the full file.
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
// SNIPPET: | |
e.preventDefault() | |
// SNIPPET: | |
onclick='document.formName.submit();' | |
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
// SNIPPET: | |
e.preventDefault() | |
// SNIPPET: | |
onclick='document.formName.submit();' | |
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
// 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 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
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 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
find . -ctime +14 -type d -regextype sed -regex ".*[a-z0-9]\{64\}$" | xargs rm -rf |
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
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 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
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 |
NewerOlder