├── .gitignore ├── AUTHORS.md ├── LICENSE.txt ├── README.md ├── docs ├── Makefile ├── conf.py ├── index.md ├── index.rst └── pie-cookbook-0.9.md ├── drafts ├── 0.9 │ └── pie-cookbook-0.9.md ├── archive │ ├── 0.9 │ │ ├── next-version-working-draft-tactical.md │ │ ├── working-draft-appendix.md │ │ ├── working-draft-contextual.md │ │ ├── working-draft-glossary.md │ │ └── working-draft-tactical.md │ └── working-draft.md ├── community │ └── community.md └── current │ ├── next-version-working-draft-tactical.md │ ├── pie-cookbook-working-draft.md │ ├── working-draft-appendix.md │ └── working-draft-glossary.md ├── fedwiki ├── .gitignore ├── README.md ├── outline.rb ├── pages │ └── .keep ├── preserve.sh ├── preview.sh ├── publish.sh ├── status │ └── favicon.png ├── transform.rb └── welcome │ ├── ward-cunningham │ └── welcome-visitors ├── notes ├── community │ ├── README.md │ └── archive │ │ ├── 2016-05-23-Initial-Community-Content-Sprint.md │ │ ├── Sometimes the space you can charge for is not the space you.md │ │ ├── brands-role-in-community.md │ │ ├── building-community.md │ │ ├── cocktails.md │ │ ├── community-as-an-asset.md │ │ ├── community-notes.md │ │ ├── culture-of-the-community.md │ │ ├── curated-coworking.md │ │ ├── environmental-scan.md │ │ ├── starting-accelerator.md │ │ └── startup-communities.md ├── context │ ├── README.md │ ├── archive │ │ ├── building-startup-accelerator.md │ │ ├── context-definitions.md │ │ └── preface.md │ └── foreword.md ├── funding │ └── README.md ├── github │ ├── howto-github-img │ │ ├── 000-forkrepo.gif │ │ ├── 001-forkedrepo.png │ │ ├── 002-creatingnewfile.gif │ │ ├── 003-editingexisting.gif │ │ ├── 004-forkaheadofmaster.png │ │ ├── 005-createpullrequest.png │ │ ├── 006-createpullrequestbutton.png │ │ ├── 007-pullrequestscreen.png │ │ ├── 007a-openpullrequest.png │ │ ├── 008-commitsbehind.png │ │ ├── 009-switchthebase.png │ │ ├── 010-createreversepullrequest.png │ │ ├── 011-reversepullrequestform.png │ │ ├── 012-pullrequesttab.png │ │ └── 013-acceptpullrequest.png │ └── howto-github.md ├── logistics │ ├── 00_README.md │ ├── 01_index.md │ ├── archive │ │ ├── cadence-timing.md │ │ ├── guide-mentors-meeting-with.md │ │ ├── logistics-demo-day.md │ │ ├── logistics-enforced-socializing-with-peers.md │ │ ├── logistics-family-dinner.md │ │ ├── logistics-lunch-and-learns.md │ │ ├── logistics-post-mortem.md │ │ ├── logistics-typical-week.md │ │ ├── onboarding-startups.md │ │ ├── onboarding.md │ │ └── pie-staff-roles-responsibilities.md │ ├── letter-application-one-week.md │ ├── letter-applications-open.md │ ├── letter-applications-two-weeks.md │ ├── letter-demo-day-follow-up.md │ ├── letter-demo-day-invite.md │ ├── letter-demo-day-livestream-reminder.md │ ├── letter-demo-day-logistics.md │ ├── letter-technical-issues.md │ ├── onboarding-acceptance-letter.md │ ├── onboarding-what-to-expect.md │ ├── onboarding-what-youre-getting-in-to.md │ └── pie-application-cheat-sheet.md ├── mentors │ ├── 00_README.md │ ├── 01_index.md │ └── archive │ │ ├── common-sense.md │ │ ├── mentor-integrity.md │ │ ├── mentoring-mentors.md │ │ ├── mentoring.md │ │ ├── mentors-activating.md │ │ ├── mentors-bad-actors.md │ │ ├── mentors-coaching-on-speaking.md │ │ ├── mentors-matchmaking-vs-speed-dating.md │ │ ├── mentors-time-commitment.md │ │ └── mentors-vs-advisors.md ├── misc │ ├── README.md │ ├── accidents │ │ ├── contest-404.md │ │ └── happy-accidents-food.md │ ├── archive │ │ ├── be-intentional.md │ │ ├── drawing-inspiration.md │ │ └── how-to-use-this-cookbook.md │ └── mistakes │ │ ├── mentors-corporate.md │ │ ├── mentors-homogenous.md │ │ ├── mistakes-were-made-hubris.md │ │ └── mistakes-were-made-ignoring-our-thesis.md ├── outline.md ├── partnerships │ └── README.md ├── pie │ ├── README.md │ ├── archive │ │ └── history-pie.md │ ├── instigators.md │ ├── kickstarter │ │ ├── kickstarter-pie-cookbook-main.md │ │ ├── kickstarter-pie-cookbook-update-01.md │ │ ├── kickstarter-pie-cookbook-update-02.md │ │ ├── kickstarter-pie-cookbook-update-03-backer.md │ │ ├── kickstarter-pie-cookbook-update-04.md │ │ ├── kickstarter-pie-cookbook-update-05.md │ │ ├── kickstarter-pie-cookbook-update-06.md │ │ ├── kickstarter-pie-cookbook-update-07.md │ │ ├── kickstarter-pie-cookbook-update-08.md │ │ ├── kickstarter-pie-cookbook-update-09.md │ │ ├── kickstarter-pie-cookbook-update-10.md │ │ ├── kickstarter-pie-cookbook-update-11.md │ │ ├── kickstarter-pie-cookbook-update-12.md │ │ ├── kickstarter-pie-cookbook-update-13.md │ │ ├── kickstarter-pie-cookbook-update-14.md │ │ ├── kickstarter-pie-cookbook-update-15-backer.md │ │ ├── kickstarter-pie-cookbook-update-16.md │ │ ├── kickstarter-pie-cookbook-update-17-backer.md │ │ ├── kickstarter-pie-cookbook-update-18.md │ │ ├── kickstarter-pie-cookbook-update-19.md │ │ ├── kickstarter-pie-cookbook-update-20.md │ │ ├── kickstarter-pie-cookbook-update-21-backer.md │ │ ├── kickstarter-pie-cookbook-update-22.md │ │ ├── kickstarter-pie-cookbook-update-23-backer.md │ │ ├── kickstarter-pie-cookbook-update-31.md │ │ └── kickstarter-pie-cookbook-update-32.md │ ├── pie-lead-in.md │ ├── sidebar-fresh-pie.md │ ├── sidebar-getting-even-more-creative.md │ ├── sidebar-pie-from-side-project-to-startup.md │ ├── staffing.md │ └── standups │ │ └── 20160404.md ├── space │ ├── README.md │ └── space-minimal-valuable.md └── startups │ ├── README.md │ ├── startups-educating.md │ └── startups-selecting.md └── source ├── documents ├── 1776-Innovation-that-Matters-2016.pdf ├── HOW-TO-SET-UP-A-SUCCESSFUL-UNIVERSITY-START-UP-INCUBATOR-RK2.pdf ├── ICIC_JPMC_Incubators_post.pdf ├── Mentor Protege 20140609.docx ├── a16z-VC-economics.md ├── pie-Demo-Day-Run-of-Show.xlsx ├── pie-offer-letter.doc ├── pie-statement-of-capitalization.doc └── rfpOregonInc.docx ├── images ├── 2009-07-01 14.20.24.jpg ├── 2009-07-01 14.20.29.jpg ├── 2009-07-01 14.20.34.jpg ├── 2009-07-01 14.20.38.jpg ├── 2009-09-11 13.45.53.jpg ├── 2009-10-07 19.15.38.jpg ├── 2009-10-29 17.13.54.jpg ├── 2010-04-05 12.20.22.jpg ├── 2011-03-05 20.31.38.jpg ├── 2011-03-08 09.30.51.jpg ├── 2011-08-12 13.25.01 HDR.jpg ├── 2011-08-19 10.48.05 HDR.jpg ├── 2011-08-25 09.47.23.jpg ├── 2011-08-25 09.55.10.jpg ├── 2011-09-07 23.27.14.jpg ├── 2011-09-09 08.15.32.jpg ├── 2011-09-15 12.25.36.jpg ├── 2011-09-15 20.40.13.jpg ├── 2011-09-20 14.01.56.jpg ├── 2011-09-22 10.51.52.jpg ├── 2011-10-27 18.16.36.jpg ├── 2011-11-14 20.32.36.png ├── 2012-01-22 19.38.58.jpg ├── 2012-04-27 19.29.38.jpg ├── 2012-05-21 17.10.02.jpg ├── 2012-05-23 12.15.06.jpg ├── 2012-06-04 10.59.47.jpg ├── 2012-06-12 20.13.26.jpg ├── 2012-07-16 19.51.14.jpg ├── 2012-07-17 12.50.12.jpg ├── 2012-10-05 10.02.29.jpg ├── 2012-12-15 09.34.28.jpg ├── 2013-10-02 15.51.46-2.jpg ├── 2013-10-09 09.33.27-2.jpg ├── 2013-10-10 14.15.25-2.jpg ├── 2014-06-21 13.30.43.jpg ├── 2014-10-24 22.51.34-1.jpg ├── 2015-03-01 12.20.18.jpg ├── 2015-03-12 11.52.18.jpg ├── 2015-03-13 15.53.50.jpg ├── 2015-03-13-13.55.06.jpg ├── 2015-03-14 12.10.41.jpg ├── 2015-03-14 13.06.04.jpg ├── 2015-03-14 13.46.57.jpg ├── 2016-04-16 12.28.42-2.jpg ├── 6105242576_fb52ed9c20_b.jpg ├── OSB_010.jpg ├── PIE-CENTRL-interior-2015.jpg ├── PIE-Logo.zip ├── PIE-Nike-open-data-hack.jpg ├── PIE-Renny_Gleeson-cofounder.jpg ├── PIE-sketch-2009.jpg ├── all-the-feels.jpg ├── appthwack-founders-lab-1000.png ├── flowchart-community-engagement.jpg ├── logo-portland-modern-manufacturing-collective.pdf ├── osb-demo-day-2015.jpg ├── photo-repositories.md ├── pie-active-cropped.jpg ├── pie-alum-column.jpeg ├── pie-clearing-out-cropped.png ├── pie-countdown-clock.jpg ├── pie-demo-day-2013-bw.jpg ├── pie-gowalla_400x400.png ├── pie-highback-leather-chairs.jpg ├── pie-ikea-melltorp-table-white.JPG ├── pie-kickstarter-hat-socks.jpg ├── pie-kitchen-table.jpg ├── pie-light-switches-xolotl.jpg ├── pie-pie-gleeson.jpg ├── pieAcceleratorEmotionalRollerCoaster.001.png ├── pieAcceleratorEmotionalRollerCoasterMonth01Detail.png ├── pieAcceleratorEmotionalRollerCoasterMonth02Detail.png ├── pieAcceleratorEmotionalRollerCoasterMonth03Detail.png ├── pieAcceleratorEmotionalRollerCoasterPreAccelerator-Detail.png ├── pieAcceleratorEmotionalRollerCoasterPreAccelerator.png ├── pieActiveSpace.jpg ├── pieEmptySpace.jpg ├── pieFrontDoor.jpg ├── pieKirstenRick.jpg ├── slideshow-full-00 copy.png ├── slideshow-full-00.png ├── slideshow-full-01.png ├── slideshow-full-02.png ├── slideshow-full-03.png ├── slideshow-long-mentors-00.png ├── slideshow-long-space-01.png ├── slideshow-long-space-02.png ├── slideshow-long-space-03.png ├── slideshow-long-space-04.png ├── slideshow-long-startups-00.png ├── supportland-demo-day-pie.jpg └── way-is-shut.gif ├── presentations └── osbMeeting2015.pdf ├── reference.md └── videos └── video-repositories.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/README.md -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/pie-cookbook-0.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/docs/pie-cookbook-0.9.md -------------------------------------------------------------------------------- /drafts/0.9/pie-cookbook-0.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/0.9/pie-cookbook-0.9.md -------------------------------------------------------------------------------- /drafts/archive/0.9/next-version-working-draft-tactical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/archive/0.9/next-version-working-draft-tactical.md -------------------------------------------------------------------------------- /drafts/archive/0.9/working-draft-appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/archive/0.9/working-draft-appendix.md -------------------------------------------------------------------------------- /drafts/archive/0.9/working-draft-contextual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/archive/0.9/working-draft-contextual.md -------------------------------------------------------------------------------- /drafts/archive/0.9/working-draft-glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/archive/0.9/working-draft-glossary.md -------------------------------------------------------------------------------- /drafts/archive/0.9/working-draft-tactical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/archive/0.9/working-draft-tactical.md -------------------------------------------------------------------------------- /drafts/archive/working-draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/archive/working-draft.md -------------------------------------------------------------------------------- /drafts/community/community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/community/community.md -------------------------------------------------------------------------------- /drafts/current/next-version-working-draft-tactical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/current/next-version-working-draft-tactical.md -------------------------------------------------------------------------------- /drafts/current/pie-cookbook-working-draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/current/pie-cookbook-working-draft.md -------------------------------------------------------------------------------- /drafts/current/working-draft-appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/current/working-draft-appendix.md -------------------------------------------------------------------------------- /drafts/current/working-draft-glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/drafts/current/working-draft-glossary.md -------------------------------------------------------------------------------- /fedwiki/.gitignore: -------------------------------------------------------------------------------- 1 | pages 2 | status 3 | -------------------------------------------------------------------------------- /fedwiki/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/README.md -------------------------------------------------------------------------------- /fedwiki/outline.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/outline.rb -------------------------------------------------------------------------------- /fedwiki/pages/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fedwiki/preserve.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/preserve.sh -------------------------------------------------------------------------------- /fedwiki/preview.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/preview.sh -------------------------------------------------------------------------------- /fedwiki/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/publish.sh -------------------------------------------------------------------------------- /fedwiki/status/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/status/favicon.png -------------------------------------------------------------------------------- /fedwiki/transform.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/transform.rb -------------------------------------------------------------------------------- /fedwiki/welcome/ward-cunningham: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/welcome/ward-cunningham -------------------------------------------------------------------------------- /fedwiki/welcome/welcome-visitors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/fedwiki/welcome/welcome-visitors -------------------------------------------------------------------------------- /notes/community/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/README.md -------------------------------------------------------------------------------- /notes/community/archive/2016-05-23-Initial-Community-Content-Sprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/2016-05-23-Initial-Community-Content-Sprint.md -------------------------------------------------------------------------------- /notes/community/archive/Sometimes the space you can charge for is not the space you.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/Sometimes the space you can charge for is not the space you.md -------------------------------------------------------------------------------- /notes/community/archive/brands-role-in-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/brands-role-in-community.md -------------------------------------------------------------------------------- /notes/community/archive/building-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/building-community.md -------------------------------------------------------------------------------- /notes/community/archive/cocktails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/cocktails.md -------------------------------------------------------------------------------- /notes/community/archive/community-as-an-asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/community-as-an-asset.md -------------------------------------------------------------------------------- /notes/community/archive/community-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/community-notes.md -------------------------------------------------------------------------------- /notes/community/archive/culture-of-the-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/culture-of-the-community.md -------------------------------------------------------------------------------- /notes/community/archive/curated-coworking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/curated-coworking.md -------------------------------------------------------------------------------- /notes/community/archive/environmental-scan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/environmental-scan.md -------------------------------------------------------------------------------- /notes/community/archive/starting-accelerator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/starting-accelerator.md -------------------------------------------------------------------------------- /notes/community/archive/startup-communities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/community/archive/startup-communities.md -------------------------------------------------------------------------------- /notes/context/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/context/README.md -------------------------------------------------------------------------------- /notes/context/archive/building-startup-accelerator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/context/archive/building-startup-accelerator.md -------------------------------------------------------------------------------- /notes/context/archive/context-definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/context/archive/context-definitions.md -------------------------------------------------------------------------------- /notes/context/archive/preface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/context/archive/preface.md -------------------------------------------------------------------------------- /notes/context/foreword.md: -------------------------------------------------------------------------------- 1 | # Foreword 2 | 3 | TBD 4 | -------------------------------------------------------------------------------- /notes/funding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/funding/README.md -------------------------------------------------------------------------------- /notes/github/howto-github-img/000-forkrepo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/000-forkrepo.gif -------------------------------------------------------------------------------- /notes/github/howto-github-img/001-forkedrepo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/001-forkedrepo.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/002-creatingnewfile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/002-creatingnewfile.gif -------------------------------------------------------------------------------- /notes/github/howto-github-img/003-editingexisting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/003-editingexisting.gif -------------------------------------------------------------------------------- /notes/github/howto-github-img/004-forkaheadofmaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/004-forkaheadofmaster.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/005-createpullrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/005-createpullrequest.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/006-createpullrequestbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/006-createpullrequestbutton.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/007-pullrequestscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/007-pullrequestscreen.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/007a-openpullrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/007a-openpullrequest.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/008-commitsbehind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/008-commitsbehind.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/009-switchthebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/009-switchthebase.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/010-createreversepullrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/010-createreversepullrequest.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/011-reversepullrequestform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/011-reversepullrequestform.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/012-pullrequesttab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/012-pullrequesttab.png -------------------------------------------------------------------------------- /notes/github/howto-github-img/013-acceptpullrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github-img/013-acceptpullrequest.png -------------------------------------------------------------------------------- /notes/github/howto-github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/github/howto-github.md -------------------------------------------------------------------------------- /notes/logistics/00_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/00_README.md -------------------------------------------------------------------------------- /notes/logistics/01_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/01_index.md -------------------------------------------------------------------------------- /notes/logistics/archive/cadence-timing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/cadence-timing.md -------------------------------------------------------------------------------- /notes/logistics/archive/guide-mentors-meeting-with.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/guide-mentors-meeting-with.md -------------------------------------------------------------------------------- /notes/logistics/archive/logistics-demo-day.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/logistics-demo-day.md -------------------------------------------------------------------------------- /notes/logistics/archive/logistics-enforced-socializing-with-peers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/logistics-enforced-socializing-with-peers.md -------------------------------------------------------------------------------- /notes/logistics/archive/logistics-family-dinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/logistics-family-dinner.md -------------------------------------------------------------------------------- /notes/logistics/archive/logistics-lunch-and-learns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/logistics-lunch-and-learns.md -------------------------------------------------------------------------------- /notes/logistics/archive/logistics-post-mortem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/logistics-post-mortem.md -------------------------------------------------------------------------------- /notes/logistics/archive/logistics-typical-week.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/logistics-typical-week.md -------------------------------------------------------------------------------- /notes/logistics/archive/onboarding-startups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/onboarding-startups.md -------------------------------------------------------------------------------- /notes/logistics/archive/onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/onboarding.md -------------------------------------------------------------------------------- /notes/logistics/archive/pie-staff-roles-responsibilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/archive/pie-staff-roles-responsibilities.md -------------------------------------------------------------------------------- /notes/logistics/letter-application-one-week.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-application-one-week.md -------------------------------------------------------------------------------- /notes/logistics/letter-applications-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-applications-open.md -------------------------------------------------------------------------------- /notes/logistics/letter-applications-two-weeks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-applications-two-weeks.md -------------------------------------------------------------------------------- /notes/logistics/letter-demo-day-follow-up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-demo-day-follow-up.md -------------------------------------------------------------------------------- /notes/logistics/letter-demo-day-invite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-demo-day-invite.md -------------------------------------------------------------------------------- /notes/logistics/letter-demo-day-livestream-reminder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-demo-day-livestream-reminder.md -------------------------------------------------------------------------------- /notes/logistics/letter-demo-day-logistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-demo-day-logistics.md -------------------------------------------------------------------------------- /notes/logistics/letter-technical-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/letter-technical-issues.md -------------------------------------------------------------------------------- /notes/logistics/onboarding-acceptance-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/onboarding-acceptance-letter.md -------------------------------------------------------------------------------- /notes/logistics/onboarding-what-to-expect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/onboarding-what-to-expect.md -------------------------------------------------------------------------------- /notes/logistics/onboarding-what-youre-getting-in-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/onboarding-what-youre-getting-in-to.md -------------------------------------------------------------------------------- /notes/logistics/pie-application-cheat-sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/logistics/pie-application-cheat-sheet.md -------------------------------------------------------------------------------- /notes/mentors/00_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/00_README.md -------------------------------------------------------------------------------- /notes/mentors/01_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/01_index.md -------------------------------------------------------------------------------- /notes/mentors/archive/common-sense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/common-sense.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentor-integrity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentor-integrity.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentoring-mentors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentoring-mentors.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentoring.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentors-activating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentors-activating.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentors-bad-actors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentors-bad-actors.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentors-coaching-on-speaking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentors-coaching-on-speaking.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentors-matchmaking-vs-speed-dating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentors-matchmaking-vs-speed-dating.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentors-time-commitment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentors-time-commitment.md -------------------------------------------------------------------------------- /notes/mentors/archive/mentors-vs-advisors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/mentors/archive/mentors-vs-advisors.md -------------------------------------------------------------------------------- /notes/misc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/README.md -------------------------------------------------------------------------------- /notes/misc/accidents/contest-404.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/accidents/contest-404.md -------------------------------------------------------------------------------- /notes/misc/accidents/happy-accidents-food.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/accidents/happy-accidents-food.md -------------------------------------------------------------------------------- /notes/misc/archive/be-intentional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/archive/be-intentional.md -------------------------------------------------------------------------------- /notes/misc/archive/drawing-inspiration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/archive/drawing-inspiration.md -------------------------------------------------------------------------------- /notes/misc/archive/how-to-use-this-cookbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/archive/how-to-use-this-cookbook.md -------------------------------------------------------------------------------- /notes/misc/mistakes/mentors-corporate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/mistakes/mentors-corporate.md -------------------------------------------------------------------------------- /notes/misc/mistakes/mentors-homogenous.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/mistakes/mentors-homogenous.md -------------------------------------------------------------------------------- /notes/misc/mistakes/mistakes-were-made-hubris.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/mistakes/mistakes-were-made-hubris.md -------------------------------------------------------------------------------- /notes/misc/mistakes/mistakes-were-made-ignoring-our-thesis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/misc/mistakes/mistakes-were-made-ignoring-our-thesis.md -------------------------------------------------------------------------------- /notes/outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/outline.md -------------------------------------------------------------------------------- /notes/partnerships/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/partnerships/README.md -------------------------------------------------------------------------------- /notes/pie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/README.md -------------------------------------------------------------------------------- /notes/pie/archive/history-pie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/archive/history-pie.md -------------------------------------------------------------------------------- /notes/pie/instigators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/instigators.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-main.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-01.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-02.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-03-backer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-03-backer.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-04.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-05.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-06.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-07.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-08.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-09.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-10.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-11.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-12.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-13.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-14.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-15-backer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-15-backer.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-16.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-17-backer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-17-backer.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-18.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-19.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-20.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-21-backer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-21-backer.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-22.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-23-backer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-23-backer.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-31.md -------------------------------------------------------------------------------- /notes/pie/kickstarter/kickstarter-pie-cookbook-update-32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/kickstarter/kickstarter-pie-cookbook-update-32.md -------------------------------------------------------------------------------- /notes/pie/pie-lead-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/pie-lead-in.md -------------------------------------------------------------------------------- /notes/pie/sidebar-fresh-pie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/sidebar-fresh-pie.md -------------------------------------------------------------------------------- /notes/pie/sidebar-getting-even-more-creative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/sidebar-getting-even-more-creative.md -------------------------------------------------------------------------------- /notes/pie/sidebar-pie-from-side-project-to-startup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/sidebar-pie-from-side-project-to-startup.md -------------------------------------------------------------------------------- /notes/pie/staffing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/staffing.md -------------------------------------------------------------------------------- /notes/pie/standups/20160404.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/pie/standups/20160404.md -------------------------------------------------------------------------------- /notes/space/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/space/README.md -------------------------------------------------------------------------------- /notes/space/space-minimal-valuable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/space/space-minimal-valuable.md -------------------------------------------------------------------------------- /notes/startups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/startups/README.md -------------------------------------------------------------------------------- /notes/startups/startups-educating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/startups/startups-educating.md -------------------------------------------------------------------------------- /notes/startups/startups-selecting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/notes/startups/startups-selecting.md -------------------------------------------------------------------------------- /source/documents/1776-Innovation-that-Matters-2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/1776-Innovation-that-Matters-2016.pdf -------------------------------------------------------------------------------- /source/documents/HOW-TO-SET-UP-A-SUCCESSFUL-UNIVERSITY-START-UP-INCUBATOR-RK2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/HOW-TO-SET-UP-A-SUCCESSFUL-UNIVERSITY-START-UP-INCUBATOR-RK2.pdf -------------------------------------------------------------------------------- /source/documents/ICIC_JPMC_Incubators_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/ICIC_JPMC_Incubators_post.pdf -------------------------------------------------------------------------------- /source/documents/Mentor Protege 20140609.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/Mentor Protege 20140609.docx -------------------------------------------------------------------------------- /source/documents/a16z-VC-economics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/a16z-VC-economics.md -------------------------------------------------------------------------------- /source/documents/pie-Demo-Day-Run-of-Show.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/pie-Demo-Day-Run-of-Show.xlsx -------------------------------------------------------------------------------- /source/documents/pie-offer-letter.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/pie-offer-letter.doc -------------------------------------------------------------------------------- /source/documents/pie-statement-of-capitalization.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/pie-statement-of-capitalization.doc -------------------------------------------------------------------------------- /source/documents/rfpOregonInc.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/documents/rfpOregonInc.docx -------------------------------------------------------------------------------- /source/images/2009-07-01 14.20.24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-07-01 14.20.24.jpg -------------------------------------------------------------------------------- /source/images/2009-07-01 14.20.29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-07-01 14.20.29.jpg -------------------------------------------------------------------------------- /source/images/2009-07-01 14.20.34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-07-01 14.20.34.jpg -------------------------------------------------------------------------------- /source/images/2009-07-01 14.20.38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-07-01 14.20.38.jpg -------------------------------------------------------------------------------- /source/images/2009-09-11 13.45.53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-09-11 13.45.53.jpg -------------------------------------------------------------------------------- /source/images/2009-10-07 19.15.38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-10-07 19.15.38.jpg -------------------------------------------------------------------------------- /source/images/2009-10-29 17.13.54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2009-10-29 17.13.54.jpg -------------------------------------------------------------------------------- /source/images/2010-04-05 12.20.22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2010-04-05 12.20.22.jpg -------------------------------------------------------------------------------- /source/images/2011-03-05 20.31.38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-03-05 20.31.38.jpg -------------------------------------------------------------------------------- /source/images/2011-03-08 09.30.51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-03-08 09.30.51.jpg -------------------------------------------------------------------------------- /source/images/2011-08-12 13.25.01 HDR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-08-12 13.25.01 HDR.jpg -------------------------------------------------------------------------------- /source/images/2011-08-19 10.48.05 HDR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-08-19 10.48.05 HDR.jpg -------------------------------------------------------------------------------- /source/images/2011-08-25 09.47.23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-08-25 09.47.23.jpg -------------------------------------------------------------------------------- /source/images/2011-08-25 09.55.10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-08-25 09.55.10.jpg -------------------------------------------------------------------------------- /source/images/2011-09-07 23.27.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-09-07 23.27.14.jpg -------------------------------------------------------------------------------- /source/images/2011-09-09 08.15.32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-09-09 08.15.32.jpg -------------------------------------------------------------------------------- /source/images/2011-09-15 12.25.36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-09-15 12.25.36.jpg -------------------------------------------------------------------------------- /source/images/2011-09-15 20.40.13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-09-15 20.40.13.jpg -------------------------------------------------------------------------------- /source/images/2011-09-20 14.01.56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-09-20 14.01.56.jpg -------------------------------------------------------------------------------- /source/images/2011-09-22 10.51.52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-09-22 10.51.52.jpg -------------------------------------------------------------------------------- /source/images/2011-10-27 18.16.36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-10-27 18.16.36.jpg -------------------------------------------------------------------------------- /source/images/2011-11-14 20.32.36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2011-11-14 20.32.36.png -------------------------------------------------------------------------------- /source/images/2012-01-22 19.38.58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-01-22 19.38.58.jpg -------------------------------------------------------------------------------- /source/images/2012-04-27 19.29.38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-04-27 19.29.38.jpg -------------------------------------------------------------------------------- /source/images/2012-05-21 17.10.02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-05-21 17.10.02.jpg -------------------------------------------------------------------------------- /source/images/2012-05-23 12.15.06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-05-23 12.15.06.jpg -------------------------------------------------------------------------------- /source/images/2012-06-04 10.59.47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-06-04 10.59.47.jpg -------------------------------------------------------------------------------- /source/images/2012-06-12 20.13.26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-06-12 20.13.26.jpg -------------------------------------------------------------------------------- /source/images/2012-07-16 19.51.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-07-16 19.51.14.jpg -------------------------------------------------------------------------------- /source/images/2012-07-17 12.50.12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-07-17 12.50.12.jpg -------------------------------------------------------------------------------- /source/images/2012-10-05 10.02.29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-10-05 10.02.29.jpg -------------------------------------------------------------------------------- /source/images/2012-12-15 09.34.28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2012-12-15 09.34.28.jpg -------------------------------------------------------------------------------- /source/images/2013-10-02 15.51.46-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2013-10-02 15.51.46-2.jpg -------------------------------------------------------------------------------- /source/images/2013-10-09 09.33.27-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2013-10-09 09.33.27-2.jpg -------------------------------------------------------------------------------- /source/images/2013-10-10 14.15.25-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2013-10-10 14.15.25-2.jpg -------------------------------------------------------------------------------- /source/images/2014-06-21 13.30.43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2014-06-21 13.30.43.jpg -------------------------------------------------------------------------------- /source/images/2014-10-24 22.51.34-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2014-10-24 22.51.34-1.jpg -------------------------------------------------------------------------------- /source/images/2015-03-01 12.20.18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-01 12.20.18.jpg -------------------------------------------------------------------------------- /source/images/2015-03-12 11.52.18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-12 11.52.18.jpg -------------------------------------------------------------------------------- /source/images/2015-03-13 15.53.50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-13 15.53.50.jpg -------------------------------------------------------------------------------- /source/images/2015-03-13-13.55.06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-13-13.55.06.jpg -------------------------------------------------------------------------------- /source/images/2015-03-14 12.10.41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-14 12.10.41.jpg -------------------------------------------------------------------------------- /source/images/2015-03-14 13.06.04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-14 13.06.04.jpg -------------------------------------------------------------------------------- /source/images/2015-03-14 13.46.57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2015-03-14 13.46.57.jpg -------------------------------------------------------------------------------- /source/images/2016-04-16 12.28.42-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/2016-04-16 12.28.42-2.jpg -------------------------------------------------------------------------------- /source/images/6105242576_fb52ed9c20_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/6105242576_fb52ed9c20_b.jpg -------------------------------------------------------------------------------- /source/images/OSB_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/OSB_010.jpg -------------------------------------------------------------------------------- /source/images/PIE-CENTRL-interior-2015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/PIE-CENTRL-interior-2015.jpg -------------------------------------------------------------------------------- /source/images/PIE-Logo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/PIE-Logo.zip -------------------------------------------------------------------------------- /source/images/PIE-Nike-open-data-hack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/PIE-Nike-open-data-hack.jpg -------------------------------------------------------------------------------- /source/images/PIE-Renny_Gleeson-cofounder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/PIE-Renny_Gleeson-cofounder.jpg -------------------------------------------------------------------------------- /source/images/PIE-sketch-2009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/PIE-sketch-2009.jpg -------------------------------------------------------------------------------- /source/images/all-the-feels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/all-the-feels.jpg -------------------------------------------------------------------------------- /source/images/appthwack-founders-lab-1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/appthwack-founders-lab-1000.png -------------------------------------------------------------------------------- /source/images/flowchart-community-engagement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/flowchart-community-engagement.jpg -------------------------------------------------------------------------------- /source/images/logo-portland-modern-manufacturing-collective.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/logo-portland-modern-manufacturing-collective.pdf -------------------------------------------------------------------------------- /source/images/osb-demo-day-2015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/osb-demo-day-2015.jpg -------------------------------------------------------------------------------- /source/images/photo-repositories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/photo-repositories.md -------------------------------------------------------------------------------- /source/images/pie-active-cropped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-active-cropped.jpg -------------------------------------------------------------------------------- /source/images/pie-alum-column.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-alum-column.jpeg -------------------------------------------------------------------------------- /source/images/pie-clearing-out-cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-clearing-out-cropped.png -------------------------------------------------------------------------------- /source/images/pie-countdown-clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-countdown-clock.jpg -------------------------------------------------------------------------------- /source/images/pie-demo-day-2013-bw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-demo-day-2013-bw.jpg -------------------------------------------------------------------------------- /source/images/pie-gowalla_400x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-gowalla_400x400.png -------------------------------------------------------------------------------- /source/images/pie-highback-leather-chairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-highback-leather-chairs.jpg -------------------------------------------------------------------------------- /source/images/pie-ikea-melltorp-table-white.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-ikea-melltorp-table-white.JPG -------------------------------------------------------------------------------- /source/images/pie-kickstarter-hat-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-kickstarter-hat-socks.jpg -------------------------------------------------------------------------------- /source/images/pie-kitchen-table.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-kitchen-table.jpg -------------------------------------------------------------------------------- /source/images/pie-light-switches-xolotl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-light-switches-xolotl.jpg -------------------------------------------------------------------------------- /source/images/pie-pie-gleeson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pie-pie-gleeson.jpg -------------------------------------------------------------------------------- /source/images/pieAcceleratorEmotionalRollerCoaster.001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieAcceleratorEmotionalRollerCoaster.001.png -------------------------------------------------------------------------------- /source/images/pieAcceleratorEmotionalRollerCoasterMonth01Detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieAcceleratorEmotionalRollerCoasterMonth01Detail.png -------------------------------------------------------------------------------- /source/images/pieAcceleratorEmotionalRollerCoasterMonth02Detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieAcceleratorEmotionalRollerCoasterMonth02Detail.png -------------------------------------------------------------------------------- /source/images/pieAcceleratorEmotionalRollerCoasterMonth03Detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieAcceleratorEmotionalRollerCoasterMonth03Detail.png -------------------------------------------------------------------------------- /source/images/pieAcceleratorEmotionalRollerCoasterPreAccelerator-Detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieAcceleratorEmotionalRollerCoasterPreAccelerator-Detail.png -------------------------------------------------------------------------------- /source/images/pieAcceleratorEmotionalRollerCoasterPreAccelerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieAcceleratorEmotionalRollerCoasterPreAccelerator.png -------------------------------------------------------------------------------- /source/images/pieActiveSpace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieActiveSpace.jpg -------------------------------------------------------------------------------- /source/images/pieEmptySpace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieEmptySpace.jpg -------------------------------------------------------------------------------- /source/images/pieFrontDoor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieFrontDoor.jpg -------------------------------------------------------------------------------- /source/images/pieKirstenRick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/pieKirstenRick.jpg -------------------------------------------------------------------------------- /source/images/slideshow-full-00 copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-full-00 copy.png -------------------------------------------------------------------------------- /source/images/slideshow-full-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-full-00.png -------------------------------------------------------------------------------- /source/images/slideshow-full-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-full-01.png -------------------------------------------------------------------------------- /source/images/slideshow-full-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-full-02.png -------------------------------------------------------------------------------- /source/images/slideshow-full-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-full-03.png -------------------------------------------------------------------------------- /source/images/slideshow-long-mentors-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-long-mentors-00.png -------------------------------------------------------------------------------- /source/images/slideshow-long-space-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-long-space-01.png -------------------------------------------------------------------------------- /source/images/slideshow-long-space-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-long-space-02.png -------------------------------------------------------------------------------- /source/images/slideshow-long-space-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-long-space-03.png -------------------------------------------------------------------------------- /source/images/slideshow-long-space-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-long-space-04.png -------------------------------------------------------------------------------- /source/images/slideshow-long-startups-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/slideshow-long-startups-00.png -------------------------------------------------------------------------------- /source/images/supportland-demo-day-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/supportland-demo-day-pie.jpg -------------------------------------------------------------------------------- /source/images/way-is-shut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/images/way-is-shut.gif -------------------------------------------------------------------------------- /source/presentations/osbMeeting2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/presentations/osbMeeting2015.pdf -------------------------------------------------------------------------------- /source/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/reference.md -------------------------------------------------------------------------------- /source/videos/video-repositories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piepdx/pie-cookbook/HEAD/source/videos/video-repositories.md --------------------------------------------------------------------------------