The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
|
Problem
Top 3 Problems |
The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
|
Problem
Top 3 Problems |
| #!/usr/bin/python | |
| ############################################################################### | |
| # | |
| # file: gmail-count | |
| # | |
| # Purpose: generates a string value representing the Gmail unread email count. | |
| # | |
| # Usage: pipe the i3status with this script (see i3status manpage) | |
| # or use conky. | |
| # |