See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| String s = Build.BOARD.length() % 10 + | |
| Build.BRAND.length() % 10 + | |
| Build.DEVICE.length() % 10 + | |
| Build.DISPLAY.length() % 10 + | |
| Build.HOST.length() % 10 + | |
| Build.ID.length() % 10 + | |
| Build.MANUFACTURER.length() % 10 + | |
| Build.MODEL.length() % 10 + | |
| Build.PRODUCT.length() % 10 + | |
| Build.TAGS.length() % 10 + |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Version=1.0 | |
| Type=Application | |
| Terminal=false | |
| Exec=/path/to/executable | |
| Name=Name of Application | |
| Icon=/path/to/icon |
| {"keys": ["tab"], "command": "expand_abbreviation_by_tab", "context": | |
| [ | |
| { "operand": "source.js", "operator": "equal", "match_all": true, "key": "selector" }, | |
| { "match_all": true, "key": "selection_empty" }, | |
| { "operator": "equal", "operand": false, "match_all": true, "key": "has_next_field" }, | |
| { "operand": false, "operator": "equal", "match_all": true, "key": "auto_complete_visible" }, | |
| { "match_all": true, "key": "is_abbreviation" } | |
| ] | |
| } |
| ## | |
| ## How to install mcrypt in php7.2 / php7.3 | |
| ## Linux / MacOS / OSX | |
| ## | |
| ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ | |
| # |
| ## | |
| ## How to install mcrypt in php7.2 / php7.3 | |
| ## Linux / MacOS / OSX | |
| ## | |
| ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ | |
| # |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Version=1.0 | |
| Type=Application | |
| Name=Postman | |
| Icon=/opt/Postman/app/resources/app/assets/icon.png | |
| Path=/opt/Postman | |
| Exec=/opt/Postman/Postman | |
| StartupNotify=false | |
| StartupWMClass=Postman |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Semantic UI | |
| * @example $pages->links('vendor.pagination.simple-semantic-ui', ['paginator' => $pages]) | |
| * @example @include('vendor.pagination.simple-semantic-ui', ['paginator' => $pages]) | |
| **/ | |
| ?> | |
| @if ($paginator->lastPage() > 1) | |
| <div class="ui pagination menu"> | |
| @for ($i = 1; $i <= $paginator->lastPage(); $i++) |