Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ricardoalcocer
ricardoalcocer / detailwin.js
Created November 23, 2012 20:27
Basic Alloy : Dynamic TableView Handling + Open Window
var args = arguments[0] || {};
$.rowId.text=args.rowId;
$.itemName.text=args.itemName;
function closeme(){
$.win.close();
}
@hansemannn
hansemannn / skill-studentenfutter.js
Last active March 14, 2017 22:26
Ask Alexa for todays canteen lunches.
/* eslint-disable func-names */
/* eslint quote-props: ["error", "consistent"] */
/**
* Ask Alexa for todays canteen lunches.
**/
'use strict';
const https = require('https');