- A majority of the exercise benefit is seen from the first set, though further sets can help optimize.
- It's much better to do something (anything) than nothing.
- High intensity seems to matter more that duration, weight, etc in terms of overall efficacy.
- Change Makers - Makers meeting
- Geek Out Go Out - Geek social gathering
- ICRuby - Ruby developer meeting
- Iowa City Open Coffee - Coffee with entrepreneurs and creatives
- IowaJS - Javascript developer meeting
- Iowa Mobile Developers - iOS, Android, Windows phone meeting
- Iowa Tech Chicks - Women's tech meeting
- Iowa Web Designers & Developers - Web technology and methodology
- OpenHack and Open Source Hardware - Hacker and tinkerer gathering
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'excon' | |
require 'securerandom' | |
def multipart_form_data(buildpack_file_path) | |
body = '' | |
boundary = SecureRandom.hex(4) | |
data = File.open(buildpack_file_path) | |
data.binmode if data.respond_to?(:binmode) | |
data.pos = 0 if data.respond_to?(:pos=) |
$ heroku help apps:create
Usage:
heroku apps:create [NAME]
Description:
create a new app
Options:
--addons ADDONS
a comma-delimited list of addons to install
-b, --buildpack BUILDPACK
a buildpack url to use for this app
$ heroku help apps:create
= usage: heroku apps:create [NAME]
= description: create a new app
= options:
--addons ADDONS
a comma-delimited list of addons to install
-b, --buildpack BUILDPACK
a buildpack url to use for this app
-r, --remote REMOTE
the git remote to create, default "heroku"
$ heroku help apps:create
## Usage:
heroku apps:create [NAME]
## Description:
create a new app
## Options:
--addons ADDONS
a comma-delimited list of addons to install
-b, --buildpack BUILDPACK
a buildpack url to use for this app
TODO empty arrays and/or nil values (see apps:info)
- Use full sentences, including punctuation.
- Labels should be provided where needed in the form of 'Labels labels:'.
- Commands should have one newline between the header and body and another after the body.
- Alpha-sort arrays before display and display labeled data in alpha-sorted key order.
NewerOlder