Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
EMOJI CHEAT SHEET
Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. โ Got flash enabled? Click the emoji code and it will be copied to your clipboard.
People
๐
To remove a submodule you need to:
| [ | |
| {name: 'Afghanistan', code: 'AF'}, | |
| {name: 'ร land Islands', code: 'AX'}, | |
| {name: 'Albania', code: 'AL'}, | |
| {name: 'Algeria', code: 'DZ'}, | |
| {name: 'American Samoa', code: 'AS'}, | |
| {name: 'AndorrA', code: 'AD'}, | |
| {name: 'Angola', code: 'AO'}, | |
| {name: 'Anguilla', code: 'AI'}, | |
| {name: 'Antarctica', code: 'AQ'}, |
| moved to github --> https://github.com/bill-auger/git-branch-status/ |
| <?php | |
| /** | |
| * Quickly assemled rest controller based on Kohana 3's Kohana_Controller_REST | |
| * https://github.com/kohana/core/blob/3.1%2Fmaster/classes/kohana/controller/rest.php | |
| * | |
| * Added functionality from FuelPHP's Controller_Rest | |
| * https://github.com/fuel/fuel/blob/develop/fuel/core/classes/controller/rest.php | |
| * | |
| * All credits to Kohana and FuelPHP teams! | |
| * Jonas Nystrรถm - cambiata |