Skip to content

Instantly share code, notes, and snippets.

map = {}
map.width = 100
map.height = 40
areas = {}
function initMap()
for i = 1, map.width do
map[i] = {}

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

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?

--
-- Project: PinchZoom with Pan
--
-- Date: August 19, 2010
--
-- Version: 1.1
--
-- File name: main.lua
--
-- Author: Corona Labs (mikofh)
@aidansmyth
aidansmyth / README.md
Last active August 29, 2015 14:10 — forked from jxson/README.md

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

@aidansmyth
aidansmyth / .gitignore
Last active August 29, 2015 14:10
Unity .gitignore
# Unity files to ignore
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
# Autogenerated VS/MD solution and project files
ExportedObj/
/*.csproj
/*.unityproj

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

@aidansmyth
aidansmyth / default.gitignore
Last active August 29, 2015 14:13 — forked from octocat/.gitignore
Default .gitignore file
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
[
'{{repeat(15, 30)}}',
{
_id: '{{objectId()}}',
index: '{{index()}}',
title: '{{lorem(4, "words")}}',
author: [
{
uid: '{{index()}}',
name: '{{firstName()}} {{surname()}}',