Inspired by PSDDude's 80s font collection this text effect is part of the SVG filters 80s font text effects list on http://www.coding-dude.com/wp/css/svg-filters/
A Pen by Ion Emil Negoita on CodePen.
Inspired by PSDDude's 80s font collection this text effect is part of the SVG filters 80s font text effects list on http://www.coding-dude.com/wp/css/svg-filters/
A Pen by Ion Emil Negoita on CodePen.
Create a /bin/sh wrapper to your docker container and then point PHP Intellisense at the wrapper:
#!/bin/sh
docker run \
--rm \
-i \
--network=host \
-v "$HOME":"$HOME":ro \
| # Lando version is at least +3.0 | |
| name: drupal-nine | |
| recipe: drupal9 | |
| services: | |
| appserver: | |
| webroot: web | |
| xdebug: debug | |
| config: | |
| php: .vscode/php.ini |
Bootstrap default carousel with swipe and touch gestures. How to add the swipes gesture to the Bootstrap carousel on mobile devices.
After fork:
A Pen by Luca Palomba on CodePen.
| // Example Program for MightyOhm Geiger Counter FeatherWing + OLED Upgrade | |
| // This example is specifically for use with Adafruit Feather HUZZAH (ESP8266) | |
| // It will also work with other Feather boards with modifications | |
| // | |
| // By: Dan Watson | |
| // syncchannel.blogspot.com | |
| // 1/31/2016 | |
| // This program makes use of the EspSoftSerial library to receive data from the Geiger counter. | |
| // EspSoftwareSerial: https://github.com/scottwday/EspSoftSerial |
| # Backup | |
| docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
| # Restore | |
| cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |
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
๐
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
| //add this in page.tpl.php | |
| <?php if ($main_menu): ?> | |
| <div class="row"> | |
| <div class="twelve columns"> | |
| <nav id="navigation" class="top-bar"> | |
| <ul> | |
| <li class="name"><h1><a href="#">Navigation</a></h1></li> | |
| <li class="toggle-topbar"><a href="#"></a></li> | |
| </ul> | |
| <section class="section"> |
| font-size:10px; | |
| font-size:0.625rem; | |
| font-size:11px; | |
| font-size:0.6875rem; | |
| font-size:12px; | |
| font-size:0.75rem; | |
| font-size:13px; |