Skip to content

Instantly share code, notes, and snippets.

View thisislawatts's full-sized avatar

Luke Watts thisislawatts

View GitHub Profile
@thisislawatts
thisislawatts / README.md
Last active August 29, 2015 14:15 — forked from onyxfish/README.md

This script for Google Spreadsheets allows you to generate slugs for your data such as might be used for creating unique urls.

Use it like this!

# A B C
1 a b slug
2 foo baz bing =slugify(A2:B4)
3 bar BAZ
4 FOO baz-bing

Revised date: 12/05/2014

Between me, Luke Watts (LA Code & Design) and you [customer name]

Summary:

I'll always do my best to fulfil your needs and meet your expectations, but it's important to have things written down so that we both know what's what, who should do what and when, and what will happen if something goes wrong. In this contract you won't find any complicated legal terms or long passages of unreadable text. I've no desire to trick you into signing something that you might later regret. What I do want is what's best for both parties, now and in the future.

So in short;

@thisislawatts
thisislawatts / README.md
Last active December 13, 2015 20:08 — forked from dariocravero/README.md
Moved target directory from being public which is one managed via Meteor to using uploaded/ directory which will prevent the App reloading itself.

Create a Meteor app and put the client_/server_ files in a client/server directories. Also, create an uploaded dir to save the uploaded files.