---------- Forwarded message ----------
From: Mark S. Miller <erights@google.com>
Date: Tue, Nov 16, 2010 at 3:44 PM
Subject: "Future of Javascript" doc from our internal "JavaScript Summit"
last week
To: javascript-standard@google.com
//Refering this: | |
// https://t.co/GG2VK8Gf | |
// It would be enough to add a native method to do that, | |
//I don't feel adding new idioms to language is worth doing in this case. | |
//Idea posted in Rick's poll | |
document.createElement("div").{ | |
// Set the new div's display content |
//put all dependencies inplace, install beefy and run `beefy thisfile` | |
var oldxhr = require("./x1.14.1.js"); | |
var newxhr = require("./x1.15.0.js"); | |
var opts = { | |
"method": "GET", | |
"url": "https://naugtur.egnyte.com/pubapi/v1/fs/Private/naugtur/foo" | |
} |
---------- Forwarded message ----------
From: Mark S. Miller <erights@google.com>
Date: Tue, Nov 16, 2010 at 3:44 PM
Subject: "Future of Javascript" doc from our internal "JavaScript Summit"
last week
To: javascript-standard@google.com
http://davidwalsh.name/code-review
Why?
function replaceSubstring(inSource, inToReplace, inReplaceWith) { | |
var outString = []; | |
var repLen = inToReplace.length; | |
var idx = inSource.indexOf(inToReplace); | |
while (idx !== -1) { | |
outString.push(inSource.substring(0, idx)) | |
outString.push(inReplaceWith); | |
inSource = inSource.substring(idx + repLen); | |
idx = inSource.indexOf(inToReplace); |
hi
# WG Meeting 6/2017
*diag-agenda*
## Agenda
* Integrate C++ AsyncHooks Embedder API with native abstraction [node#13254](https://github.com/nodejs/node/issues/13254)
# WG Meeting 6/2017
*diag-agenda*
## Agenda
* Integrate C++ AsyncHooks Embedder API with native abstraction [node#13254](https://github.com/nodejs/node/issues/13254)
# WG Meeting 6/2017
*diag-agenda*
## Agenda
* Integrate C++ AsyncHooks Embedder API with native abstraction [node#13254](https://github.com/nodejs/node/issues/13254)
# WG Meeting 6/2017
*diag-agenda*
## Agenda
* Integrate C++ AsyncHooks Embedder API with native abstraction [node#13254](https://github.com/nodejs/node/issues/13254)