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
Version=1 | |
EventType=CLR20r3 | |
EventTime=132306936210374710 | |
ReportType=2 | |
Consent=1 | |
UploadTime=132306936212054996 | |
ReportStatus=268435456 | |
ReportIdentifier=4fe7a0bf-24c9-49bc-a068-c6c791d9d452 | |
Wow64Host=34404 | |
Wow64Guest=332 |
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
{ | |
"dependencies": { | |
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |
"Microsoft.AspNetCore.Mvc": "1.0.1", | |
"Microsoft.AspNetCore.Routing": "1.0.1", | |
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", | |
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1", | |
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", | |
"Microsoft.Extensions.Configuration.Json": "1.0.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
The program '[6168] dotnet.exe' has exited with code -2147450751 (0x80008081). | |
The program '[6188] iisexpress.exe' has exited with code 0 (0x0). |
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
{ | |
"dependencies": { | |
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |
"Microsoft.AspNetCore.Mvc": "1.0.1", | |
"Microsoft.AspNetCore.Routing": "1.0.1", | |
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", | |
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1", | |
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", | |
"Microsoft.Extensions.Configuration.Json": "1.0.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
#!/bin/python | |
import sys | |
import re | |
import subprocess | |
#Format: "oldref newref branch" | |
line = sys.stdin.read() | |
(base, commit, ref) = line.strip().split() | |
new_branch_push = re.match(r'[^1-9]+', base) |
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'; | |
describe('DashboardControllers', function(){ | |
var $httpBackend, $scope, $state, ctrl, jewelbotServiceStub; | |
jewelbotServiceStub = { | |
GetAppId: function() {}, | |
SetAppId : function() {}, | |
IsPaired : function() {} | |
}; | |
beforeEach(module('jewelApp'), function($provide){ | |
$provide.value('JewelbotService', jewelbotServiceStub); |
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
{ | |
"name": "Jewelapp", | |
"version": "1.0.0", | |
"private": true, | |
"dependencies": {}, | |
"devDependencies": { | |
"angular-mocks": "^1.3.15", | |
"bower": "^1.7.7", | |
"chai": "2.3.0", | |
"cordova": "^5.4.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
/usr/local/lib | |
├─┬ [email protected] invalid | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] | |
│ │ ├── [email protected] | |
│ │ ├─┬ [email protected] | |
│ │ │ ├── [email protected] | |
│ │ │ └── [email protected] | |
│ │ ├─┬ [email protected] |
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
[email protected] /Users/gjstocker/src/jewelapp | |
├── [email protected] | |
├── [email protected] | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ └─┬ [email protected] | |
│ └── [email protected] | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] |
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
20010 verbose readDependencies loading dependencies from /Users/gjstocker/src/jewelapp/node_modules/ionic/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/node_modules/inherits/package.json | |
20011 silly install resolved [] | |
20012 verbose about to build /Users/gjstocker/src/jewelapp/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/inherits | |
20013 info build /Users/gjstocker/src/jewelapp/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/inherits | |
20014 silly cache add args [ 'ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz', | |
20014 silly cache add null ] | |
20015 verbose cache add spec ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz | |
20016 silly cache add args [ 'get-stdin@https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz', | |
20016 silly cache add null ] | |
20017 verbose cache add spec get-stdin@https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz |
NewerOlder