I hereby claim:
- I am sebmaster on github.
- I am sebmaster (https://keybase.io/sebmaster) on keybase.
- I have a public key whose fingerprint is 493C C4FB CE67 6003 1CF2 993C 0F90 E025 C735 E038
To claim this, I am signing this object:
| $ npm explore npm -g "node lib/utils/fetch.js" | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory | |
| execvp(): No such file or directory |
| $ node /usr/local/lib/node_modules/npm/lib/utils/fetch.js | |
| d66f1d8bb3ee2bc4abaec00591312a33 | |
| d66f1d8bb3ee2bc4abaec00591312a33 | |
| b85e99b1e284504f8235a21ec375e371 | |
| b85e99b1e284504f8235a21ec375e371 | |
| f924c5191b72ef6f84e6dfe1372c8fd0 | |
| f924c5191b72ef6f84e6dfe1372c8fd0 | |
| 9566bdbd05c18cc2bbe1fa0fba60dd0a | |
| 9566bdbd05c18cc2bbe1fa0fba60dd0a |
| var module = angular.module('racer.js', [], function ($provide) { | |
| var setImmediate = window && window.setImmediate ? window.setImmediate : function (fn) { | |
| setTimeout(fn, 0); | |
| }; | |
| var racer = require('racer'); | |
| $provide.factory('racer', ['$http', '$q', '$rootScope', function ($http, $q, $rootScope) { | |
| $http.get('/model').success(function (data) { | |
| racer.init(data); | |
| }); |
| angular.module('MyApp', ['racer.js']). | |
| config(['$routeProvider', '$locationProvider', function ($routeProvider, $locationProvider) { | |
| //$locationProvider.html5Mode(true); | |
| $routeProvider. | |
| when('/', { templateUrl: 'partials/home.htm', controller: IndexCtrl, resolve: IndexCtrl.resolve }) | |
| otherwise({redirectTo: '/'}); | |
| }]); | |
| function Ctrl($scope, model) { |
| [CmdletBinding()] | |
| Param( | |
| [Parameter(Mandatory=$True)] | |
| [string]$SrcStorageAccount, | |
| [Parameter(Mandatory=$True)] | |
| [string]$SrcStorageKey, | |
| [Parameter(Mandatory=$True)] | |
| [string]$SrcContainer, |
I hereby claim:
To claim this, I am signing this object:
| var WeakMap = require("weak-map"); | |
| var utils = require("./utils"); | |
| var Node = require("./Node"); | |
| var instances = new WeakMap(); | |
| function Document() { | |
| throw new TypeError("Illegal constructor"); | |
| } | |
| utils.inherits(Document, Node.Node); |
| > new URL("http://a.com", "about:blank").parsedURL | |
| { scheme: 'http', | |
| scheme_data: '', | |
| username: '', | |
| password: null, | |
| host: 'a.com', | |
| port: '', | |
| path: [ '' ], | |
| query: null, | |
| fragment: null, |
| "use strict"; | |
| const URL = require("../lib/url").URL; | |
| console.log( | |
| new URL("/", "file:///C:/Users/Domenic/Dropbox/Programming/GitHub/jsdom/test/jsdom/index.js").href | |
| ); // file:///C:/ |
| %00.com | |
| %00.com | |
| exec 7 %00.com %00.com 7 %00.com | |
| exec3 |