Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| """ | |
| We want to run a function asychronously and run a | |
| callback function with multiple parameters when it | |
| returns! | |
| In this example, we are pretending we're analyzing | |
| the names and ages of some people. We want to print | |
| out: | |
| jack 0 |
| var oauth = ChromeExOAuth.initBackgroundPage({ | |
| 'request_url': 'http://www.tumblr.com/oauth/request_token', | |
| 'authorize_url': 'http://www.tumblr.com/oauth/authorize', | |
| 'access_url': 'http://www.tumblr.com/oauth/access_token', | |
| 'consumer_key': 'vGKikr2uBRsWoDZ947UjvSzA58HYEXDNjAer7VEXnLXlQt4Ozi', | |
| 'consumer_secret': 'JvofKKxQ2QSiVXVaWMBZQRzC5cI86YpJzAoouIkUdlvSeYXN2e', | |
| 'app_name': 'Photo post adder' | |
| }); | |
| function stringify(parameters) { |