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
path = require "path" | |
fs = require 'fs' | |
{exec} = require 'child_process' | |
SDKPath = "/Developer/WWSDK-2.3.1.5" | |
buildPath = "./build" | |
mainJsPath = "./public/application.js" | |
mainCssPath = "./public/application.css" | |
publicPath = "./public" | |
archiveName = "ts" |
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
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
top: 0px; | |
left: 0px; |
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
<link rel="import" href="../../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
</template> | |
<script> |
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
db_videos = [ | |
["Cedric Maridet", "https://www.dropbox.com/sh/w1xjxsnpk3cw5pt/AAB9Nvvn2ITXVeyaMrEl3Fqra/1_Cedric%20Maridet_Back%20into%20the%20Ether.mov?dl=0"], | |
["Chulayarnnon Siriphol", "https://www.dropbox.com/sh/ahnytcxfp0c9icb/AAAF8q2Oh-aGQuNBWUrV28jTa/1_Chulayarnnon%20Siriphol_Myth%20of%20Modernity.mov?dl=0"], | |
["Li Ming", "https://www.dropbox.com/sh/usxqomkoajrxfn7/AAC_3B5EY5XrbAxJQvlXSrVWa/Category%201_Li%20Ming_Zoom%20%28composite_2%20channel%29.mov?dl=0"], | |
["Li Ming", "https://www.dropbox.com/sh/qihkxpw28wbx0z5/AADbHHgoLF1jLrLykZhD_i-Va/1_Li%20Ming_Nothing%20Happened%20Today%20No.2%20%28compsite_4%20channel%29.mov?dl=0"], | |
["Monira Al Qadiri", "https://www.dropbox.com/sh/nhj23v94e2dx2cz/AADokxrcafuNUI8fEqPokVc_a/1_Monira%20Al%20Qadiri_Abu%20Athiyya.mov?dl=0"], | |
["Moe Satt", "https://www.dropbox.com/sh/m1g8oanyhbfe840/AAB1Fkx1PKuxBWLSjR23p-3wa/1_Moe%20Satt_Hands%20Around%20in%20Yangon.mov?dl=0"], | |
["Nguyen Trinh Thi", "https://www.dropbox.com/sh/uxq1gu2hwwy3m |
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
{ | |
"count":10, | |
"users":[ | |
{ | |
"picture":"https://s3.eu-central-1.amazonaws.com/pwalprod/photos/4fc547d57c53947853000002/528f69137c539452f6cec2d5_pr_local.jpg", | |
"currently_in":{ | |
"href":"/1.0/cities/4f771fd2b5127f8d3fe2916f", | |
"name":"Amsterdam" | |
}, | |
"name":"Dan F.", |
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
{ | |
"count":1, | |
"users":[ | |
{ | |
"picture":"https://s3.eu-central-1.amazonaws.com/pwalprod/photos/5552cff840f52845e0c01c85/5552d2ef40f52845e0c01c87.jpg", | |
"currently_in":{ | |
"href":"/1.0/cities/51b7b48b7c5394083f799118", | |
"name":"Medell\u00edn" | |
}, | |
"name":"Cesar R.", |
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
{ | |
"count":1, | |
"users":[ | |
{ | |
"picture":"https://s3.eu-central-1.amazonaws.com/pwalprod/photos/5552cff840f52845e0c01c85/5552d2ef40f52845e0c01c87.jpg", | |
"currently_in":{ | |
"href":"/1.0/cities/51b7b48b7c5394083f799118", | |
"name":"Medell\u00edn" | |
}, | |
"name":"Cesar R.", |
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
{ | |
"count":1, | |
"users":[ | |
{ | |
"picture":"https://s3.eu-central-1.amazonaws.com/pwalprod/photos/5552cff840f52845e0c01c85/5552d2ef40f52845e0c01c87.jpg", | |
"currently_in":{ | |
"href":"/1.0/cities/51b7b48b7c5394083f799118", | |
"name":"Medell\u00edn" | |
}, | |
"name":"Cesar R.", |
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
{ | |
"result": [ | |
{ | |
"id": 1, | |
"name": "Investeringen", | |
"description": "Investeringen Description", | |
"listOrder": 100000, | |
"topics": [ | |
{ | |
"id": 3, |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |