A list of open source and free* variable fonts.
* Some fonts may require a license to be used for commerical use.
| <h1> | |
| <a title="swiper.js" href="http://idangero.us/swiper/" target="_blank">Swiper.js (4.3.5)</a> | |
| & | |
| <a title="photoswipe" href="http://photoswipe.com/" target="_blank">Photoswipe.js (4.1.1)</a> | |
| - Mobile Native feel slider gallery | |
| </h1> | |
| <p>Combine two of the most powerfull JS plugins (Endless options / Great docs / Fast / Modern / Mobile freindly) - <a title="swiper.js" href="http://idangero.us/swiper/" target="_blank">SWIPER</a> IS PERFECT FOR THIS IDEA BEACUSE OF ITS unique <code>preventClicks</code> Parameter (Prevent accidental unwanted clicks on links during swiping) - <strong>Works like magic</strong>. Also its really <b>hard</b> to find - Code example of working photoswipe combination with any slider out there(slick, flickity, owl etc.) and in general slider & lightbox - so i hope this example be usefull for you.</p> | |
| <!-- Slider main container --> | |
| <div class="swiper-container"> |
| diff -ru a/Classes/Domain/Repository/MailRepository.php b/Classes/Domain/Repository/MailRepository.php | |
| --- a/Classes/Domain/Repository/MailRepository.php 2017-08-22 15:27:42.155674340 +0200 | |
| +++ b/Classes/Domain/Repository/MailRepository.php 2017-08-22 14:52:23.296258864 +0200 | |
| @@ -381,7 +381,7 @@ | |
| * @param bool $htmlSpecialChars | |
| * @return array | |
| */ | |
| - public function getVariablesWithMarkersFromMail(Mail $mail, $htmlSpecialChars = false) | |
| + public function getVariablesWithMarkersFromMail(Mail $mail, $htmlSpecialChars = false, $nl2br = false) | |
| { |
| To make Pageant automatically run and load keys at startup: | |
| - Find the location of pageant.exe | |
| - Windows key + R to open the 'run' dialog box | |
| - Type: 'shell:startup' in the dialog box | |
| - Create a shortcut to the pageant.exe and put into this startup folder. |
Today I wanted to make a recording of me running some commands inside a docker-container.
❯ docker-compose run app bash
root@e9bb2af4dc11:/usr/local/go/src/example.com/dev/project#
Needless to say it looked a bit bland with no colors and a long prompt that prevents me from recording a small terminal and show the full commands I'm
| <?xml version="1.0"?> | |
| <ruleset name="MyStandard"> | |
| <description> | |
| PSR2 with changes: | |
| * tabs instead of spaces (https://gist.github.com/gsherwood/9d22f634c57f990a7c64) | |
| * bracers on end of line instead new line | |
| </description> | |
| <!-- tabs --> | |
| <arg name="tab-width" value="4"/> |
| /* bookmarks are stored in “/data/data/org.mozilla.firefox/files/mozilla/…….default/browser.db” */ | |
| SELECT url, created | |
| FROM bookmarks | |
| WHERE COALESCE(url, '') <> '' | |
| ORDER BY created ASC |
| <?php | |
| namespace MyVendor\MyExtension\Property\TypeConverters | |
| use TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter | |
| class MyPersistentObjectConverter extends PersistentObjectConverter { | |
| /** | |
| * @var string | |
| */ |