Skip to content

Instantly share code, notes, and snippets.

var bgColor = 'EBEBEB';
var btnColor = '#9a0707';
var createAboutWindow = function(app) {
var win = Ti.UI.createWindow({
title: 'About',
layout: 'vertical',
backgroundColor: bgColor
});
@mschmulen
mschmulen / gist:6042320
Created July 19, 2013 21:03
nodeapps.js
var data = [
{
"id": 1,
"title": 'LinkedIn',
"url_scheme": 'linkedin:',
"appID": '288429040',
"appName": 'LinkedIn App',
"appPublisher": '6 Wunderkinder',
"category": 'Productivity',
"isPublic": true,
@mschmulen
mschmulen / README.md
Last active August 23, 2022 22:42 — forked from anonymous/README.md
LoopBack cheat sheet. git clone https://gist.github.com/6740321.git LoopBackCheatSheet

#LoopBack cheat sheet

##Recipies

LoopBack from api-example

Instantiate the sls-sample-app

slc example
cd sls-sample-app
slc install
@mschmulen
mschmulen / README.md
Created September 28, 2013 09:45
StrongLoop StrongNode

#StrongLoop StrongNode

@mschmulen
mschmulen / README.md
Created September 28, 2013 10:08
Playground

#Playground

...that is all

@mschmulen
mschmulen / data.tsv
Last active December 24, 2015 03:59
Bar chart simple
letter frequency
A .08167
B .01492
C .02780
D .04253
E .12702
F .02288
G .02022
H .06094
I .06973
@mschmulen
mschmulen / index.html
Created September 28, 2013 11:23
Clock
// Generated by CoffeeScript 1.3.3
(function() {
var clockGroup, fields, height, offSetX, offSetY, pi, render, scaleHours, scaleMins, scaleSecs, vis, width;
fields = function() {
var currentTime, data, hour, minute, second;
currentTime = new Date();
second = currentTime.getSeconds();
minute = currentTime.getMinutes();
hour = currentTime.getHours() + minute / 60;
@mschmulen
mschmulen / README.md
Last active December 24, 2015 06:09
Angular Standalone, Disconnected and Mocked inline html and javascript

Simple Angular App Example, Disconnected and Mocked inline html and javascript

simply clone the repo locally and

 git clone https://gist.github.com/6755421.git AngularStandalone
 cd AngularStandalone
 open index.html
@mschmulen
mschmulen / README.md
Created September 29, 2013 19:11
Using the Yeoman Mobile Generator
@mschmulen
mschmulen / Amazon.md
Last active January 2, 2016 02:49
Getting started with StrongLoop Cloud Providers git clone https://gist.github.com/8240089.git StrongLoop-Cloud-Providers

Amazon