Skip to content

Instantly share code, notes, and snippets.

View moorthi07's full-sized avatar

PV moorthi07

View GitHub Profile
@moorthi07
moorthi07 / gist:07b19091ee446ceefa431da5a5f86d0a
Created July 10, 2017 06:27
VM10816:1 GET http://localhost:4204/node_modules/ace-builds/src-min/theme-clouds.js
VM10816:1 GET http://localhost:4204/node_modules/ace-builds/src-min/theme-clouds.js
t.loadScript @ VM10816:1
t.loadModule @ VM10816:1
setTheme @ VM10816:1
setTheme @ VM10816:1
set @ directive.ts:85
updateProp @ core.es5.js:10966
checkAndUpdateDirectiveInline @ core.es5.js:10671
checkAndUpdateNodeInline @ core.es5.js:12084
checkAndUpdateNode @ core.es5.js:12052
https://drive.google.com/file/d/0Bw2tQfFAGNE1blNSM1VXVXZBMTQ/view?usp=sharing
https://drive.google.com/open?id=0Bw2tQfFAGNE1NjBOMGFNMWsyVEk
@moorthi07
moorthi07 / gist:ce6821e0922245ce13f655f998616347
Last active September 16, 2016 22:28
Android takes 10 minutes to compile On windows 10
app.gradle, compile output - below.
--------------
apply plugin: 'com.android.application'
//apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 23
buildToolsVersion '22.0.0'
@moorthi07
moorthi07 / gist:7a481299d4299ff1d2223161ad816df9
Last active August 28, 2016 17:45
deployd mastercard api call inside validate event
exports.demandIn = function() {
var self = this;
self.port = process.env.PORT || 5500;
self.serverIp = process.env.serverIP;
console.log(self.serverIp);
if (typeof self.serverIp === "undefined" ) {
console.log("hhhhh....")
self.serverIp = "127.0.0.1";
}

A demonstration using the Adventureworks sample DB

One of the challenges facing users of a data warehouse is to understand how the different tables within the warehouse relate to each other.

A graph database can solve this problem easily if we copy the table and foreign key metadata into a Cypher script.