Local Dependency-Track deployment via docker-compose.yml:
API server, frontend, and PostgreSQL.
| Service | URL | Port |
|---|---|---|
| Frontend UI | 8080 |
Local Dependency-Track deployment via docker-compose.yml:
API server, frontend, and PostgreSQL.
| Service | URL | Port |
|---|---|---|
| Frontend UI | 8080 |
In your config/mail.php add this:
return [ // ..
'swisscom_mail_api' => [
'transport' => 'swisscom_mail_api',
'api_key_map' => [
config("emails.from_one") => env('MAIL_MESSAGING_API_KEY_FROM_ONE'),
config("emails.from_two") => env('MAIL_MESSAGING_API_KEY_FROM_TWO'),
],ExecStart like this: ExecStart=/home/pi/node-v10.16.0-linux-armv6l/bin/node index.jsexport PATH=/home/pi/node-v10.16.0-linux-armv6l/bin:$PATH on your .bashrcCheck that everything is fine in the logs:
journalctl -u zigbee2mqtt -f
| <?php | |
| /** | |
| * Description of VideoStream | |
| * | |
| * @author Rana | |
| * @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial | |
| */ | |
| class VideoStream | |
| { | |
| private $path = ""; |
| ### Keybase proof | |
| I hereby claim: | |
| * I am ragusa87 on github. | |
| * I am ragusa87 (https://keybase.io/ragusa87) on keybase. | |
| * I have a public key ASAbz7DA36ZJeEWBRGlwuGKPvYseNlSa9B4nMZIaQLGkDQo | |
| To claim this, I am signing this object: |
| Wrench |
| #!/bin/bash | |
| # | |
| # Create environement for development. | |
| # docker script is inspired by https://github.com/jessfraz/dockerfiles | |
| # | |
| # | |
| # 1 = docker name |
| <?php | |
| /** | |
| * @author Laurent Constantin | |
| * Alter the 'page_history' column of a CSV file with emotions. | |
| * A map between page number and emotion's name is required in a csv format. | |
| */ | |
| class WhatDoYouDo4Love | |
| { | |
| /** |
| <?php | |
| namespace Generalmedia\AppBundle\Filter; | |
| use Imagine\Image\ImageInterface; | |
| use Imagine\Image\ImagineInterface; | |
| use Imagine\Image\Palette\RGB; | |
| use Imagine\Image\Point; | |
| use Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface; |