Skip to content

Instantly share code, notes, and snippets.

private visitNode(node: Node): void {
if (isClassDeclaration(node)) {
console.log("Hi class:", node.name);
}
node.forEachChild(child => this.visitNode(child));
}
function something() {
//code goes here.
}

Hi elarraona,

For enhanced security all our murals are now private, if you want to share it with anyone (without requiring her to sign-up or login) you can use the view link :

  • Click on the Share Menu

  • Select Share, and copy view link

Hi John,

Our PRO features are:

Keep your murals organized in Rooms

  • Create rooms and manage your different murals, just like creating folders
  • Invite people directly to a room. Room members get access to all murals inside a room

Export and backup your Murals

  • Save static versions of your murals as high-resolution JPG images, so you don't miss any detail
@johnnyhalife
johnnyhalife / local.settings.js
Created December 19, 2017 21:04
local.settings.json
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "<Storage Account for WebJobs Control Jobs>",
"AzureWebJobsDashboard": "",
// Azure Media Services Credentials
"AMSAADTenantDomain": "<Azure Active Directory Domain associated with Media Services>",
"AMSRESTAPIEndpoint": "<Azure Media Services Endpoint>",
"AMSRESTAPIClientId": "<Azure Media Services ClientID>",
Error: read ECONNRESET
at errnoException (net.js:901:11)
at onread (net.js:556:19)
at TCP.<anonymous> (\\10.207.200.71\volume-24-default\2f3d1379c05cbce7972b\8b387732ca1140f5b0f4513de074cd63\site\wwwroot\node_modules\newrelic\node_modules\continuation-local-storage\node_modules\async-listener\glue.js:177:31)
---------------------------------------------
at Readable.on (_stream_readable.js:689:33)
at http.js:1753:12
at \\10.207.200.71\volume-24-default\2f3d1379c05cbce7972b\8b387732ca1140f5b0f4513de074cd63\site\wwwroot\node_modules\newrelic\node_modules\continuation-local-storage\node_modules\async-listener\glue.js:177:31
at process._tickCallback (node.js:415:13)
---------------------------------------------
2014-01-16T21:27:12 KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot'
2014-01-16T21:27:12 Copying file: 'iisnode.yml'
2014-01-16T21:27:12 Copying file: 'package.json'
2014-01-16T21:27:13 Node.js versions available on the platform are: 0.6.17, 0.6.20, 0.8.2, 0.8.19, 0.8.26, 0.10.5, 0.10.18, 0.10.21.
2014-01-16T21:27:13 Selected node.js version 0.10.21. Use package.json file to choose a different version.
2014-01-16T21:27:14 npm WARN package.json express-resource@1.0.0 No repository field.
2014-01-16T21:27:14 npm WARN package.json gently@0.9.2 No repository field.
2014-01-16T21:27:14 npm http GET https://registry.npmjs.org/azure
2014-01-16T21:27:16 npm http 200 https://registry.npmjs.org/azure
2014-01-16T21:27:16 npm http GET https://registry.npmjs.org/azure/-/azure-0.8.0.tgz
[
{
"_id": "51ef8fe7fa16ba942bdefaa5",
"background": "default",
"id": "edgemakers.1374654439814",
"lastUpdated": 1374654439814,
"members": {
"murallytest22": {
"username": "murallytest22",
"role": "owner"
var MongoClient = require('mongodb').MongoClient;
var OPTIONS = { db: { native_parser: false }, replSet: { keepAlive: 1, connectTimeoutMS: 0, socketTimeoutMS: 0 } };
var current = null;
module.exports = function(callback) {
if(current && (current._state == 'connected' || current.serverConfig.isConnected())) {
return callback(current);
}