Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
## Sublime Text 3 Serial key build is 3176 | |
> * Added these lines into /etc/hosts | |
127.0.0.1 www.sublimetext.com | |
127.0.0.1 license.sublimehq.com | |
> * Used the license key | |
----- BEGIN LICENSE ----- |
<a class="content" href="javascript:history.go(0)"> | |
<h2>Change Background</h2> </a> |
CREATE TABLE IF NOT EXISTS `country` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`iso` char(2) NOT NULL, | |
`name` varchar(80) NOT NULL, | |
`nicename` varchar(80) NOT NULL, | |
`iso3` char(3) DEFAULT NULL, | |
`numcode` smallint(6) DEFAULT NULL, | |
`phonecode` int(5) NOT NULL, | |
PRIMARY KEY (`id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
[ | |
{ id: 'Afghanistan', text: 'Afghanistan'}, | |
{ id: 'Aland Islands', text: 'Aland Islands'}, | |
{ id: 'Albania', text: 'Albania'}, | |
{ id: 'Algeria', text: 'Algeria'}, | |
{ id: 'American Samoa', text: 'American Samoa'}, | |
{ id: 'Andorra', text: 'Andorra'}, | |
{ id: 'Angola', text: 'Angola'}, | |
{ id: 'Anguilla', text: 'Anguilla'}, | |
{ id: 'Antarctica', text: 'Antarctica'}, |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |