Skip to content

Instantly share code, notes, and snippets.

--
-- Project: PinchZoom with Pan
--
-- Date: August 19, 2010
--
-- Version: 1.1
--
-- File name: main.lua
--
-- Author: Corona Labs (mikofh)

Date: [date]

Between us [company name] and you [customer name].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

map = {}
map.width = 100
map.height = 40
areas = {}
function initMap()
for i = 1, map.width do
map[i] = {}
# ANDROID / ECLIPSE
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
adb logcat | grep 'Web Console'
- or -
adb logcat | grep "CONSOLE"
@aidansmyth
aidansmyth / PhoneGap SQLite example
Last active January 3, 2016 22:39 — forked from edwardtoday/gist:2204864
Phonegap SQLite example
<!DOCTYPE html>
<html>
<head>
<!--
This is an example that shows how to create an application that uses
an embedded sqlite database
in a mobile device (iphone,ipod,ipad,android using phonegap, jquery
and sqlite.
map = {}
map.width = 79
map.height = 21
map.cellWidth = 13
map.cellHeight = 7
map.rooms = {}
map = {}
map.width = 70
map.height = 30
function initMap()
for i = 1, map.width do
map[i] = {}
for j = 1, map.height do
map[i][j] = "."
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';