This has been moved to github.com/kasparsd/wp-docs-md →
Note
Hi, everyone. I've been putting in a lot of work on this over the last few weeks months (sob) and i'm currently underemployed! If you'd like to hire me to do CMS-based work (i focus on Craft and ExpressionEngine but i do some WordPress work as well), please reach out! Alternatively, if you'd like to chip in toward bills & groceries, that's a big help right now!
Updates (Most Recent First)
Original Post, filter ideas with github issue form.
I’ve been tinkering with different startup ideas and needed a good checklist to think through them. There are great templates for this already: The YC application, Amazon’s internal press release, and Sequoia’s Writing a Business Plan. I found myself mixing and tweaking these templates because they don’t exactly match my model of the world, so I wrote up my own list.
I use this list both to develop ideas and filter them. If you adopt it, be careful about using it as a filter. Remember that in the early stages, good ideas are very easy to kill.
create ideas.yaml
in .github/ISSUE_TEMPLATE
, check docs for more details
pragma solidity ^0.4.18; | |
import './ERC20Basic.sol'; | |
import './SafeMath.sol'; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |
<?php | |
/* | |
Plugin Name: Multisite Site Creation Activation Plugin | |
Plugin URI: | |
Description: Plugin which runs a function to activate other plugins when new sites are created. | |
Version: 1.0 | |
Author: Mark Wilkinson | |
Author URI: http://markwilkinson.me | |
License: GPLv2 or later | |
*/ |
git archive --output=file.zip HEAD $(git diff --name-only SHA1 SHA2) |
web: node app.js | |
worker: node consumer.js |