##Setup environment to begin develop with zc.buildout##
Precondition:
The only precondition here is to have easy-install installed, then as simple as:
easy_install zc.buildout
Usage:
cd newproject
brew deps [FORMULA] | xargs brew remove --ignore-dependencies && brew missing | xargs brew install |
--Here is simple sql to show data in table1, but not in table2 | |
SELECT <common_column_list> from table1 | |
EXCEPT | |
SELECT <common_column_list> from table2; | |
--And this sql shows data in table2 but not in table1: | |
SELECT <common_column_list> from table2 | |
EXCEPT | |
SELECT <common_column_list> from table1; |
curl -O http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip | |
unzip Markdown_1.0.1.zip | |
cd Markdown_1.0.1 | |
perl Markdown.pl _any_markdown_formatted_file_ > _desired_name.html |
[user] | |
name = place your name here | |
email = [email protected] | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short |
##Setup environment to begin develop with zc.buildout##
Precondition:
The only precondition here is to have easy-install installed, then as simple as:
easy_install zc.buildout
Usage:
cd newproject
application: you-app-name-here | |
version: 1 | |
runtime: python | |
api_version: 1 | |
default_expiration: "30d" | |
handlers: | |
- url: /(.*\.(appcache|manifest)) | |
mime_type: text/cache-manifest |