One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| <?php | |
| namespace App\Domains\Schedule\Services; | |
| class FizzBuzz | |
| { | |
| public function printFizzOnMultiplesOfThree() | |
| { | |
| $integers = '1,2,3,4,5,6,7,8,9,10'; | |
| $fizz = array_map(function ($int) { |
| <?php | |
| namespace Modules\Report\Services; | |
| use Modules\Report\Interfaces\ExcelReportInterface; | |
| use Carbon\Carbon; | |
| use PhpOffice\PhpSpreadsheet\Spreadsheet; | |
| class BookMovelReport implements ExcelReportInterface | |
| { |
| Intro: | |
| - O que são filas? | |
| - O que é mensageria? | |
| - Pros/Cons filas e mensageria | |
| - O que sao e opcoes de mercado para brokers (gerenciadores de filas) | |
| - Escolha e porque usar RabbitMQ | |
| - Introdução ao RabbitMQ | |
| - PHP-AMQLib (rabbit com php) | |
| RabbitMQ Flows |
| apt-get update && \ | |
| apt-get install -yq gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \ | |
| libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \ | |
| libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \ | |
| libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \ | |
| ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget |
| extensions: { | |
| Auto Close Tag by Juan Han | |
| ESLint by Dirk Baeumer | |
| Material Icon Theme by Phillipp Kief | |
| Prettier by Esben Petersen | |
| vue - Syntax Highlight for Vue.js by Liuji-Jim | |
| vetur | |
| } |
| { | |
| "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
| "font_face": "Monaco, dejavu, Andale Mono", | |
| "font_options": | |
| [ | |
| "bold", | |
| "no_italic", | |
| "gray_antialias", | |
| "subpixel_antialias" | |
| ], |