Skip to content

Instantly share code, notes, and snippets.

View nawarian's full-sized avatar
🌾
Paz, terra e pão

Níckolas Da Silva nawarian

🌾
Paz, terra e pão
View GitHub Profile
@nawarian
nawarian / .env
Created September 27, 2022 21:51
TDL: MongoDB com mongoose e Jest
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=root
@nawarian
nawarian / FizzBuzzTest.php
Created May 8, 2020 12:40
A simple test class checking how a FizzBuzz function should behave.
<?php
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
class FizzBuzzTest extends TestCase
{
/**
* @dataProvider fizzBuzzHappyCaseDataProvider
<?php
declare(strict_types=1);
namespace PPTeizor;
use DateTimeImmutable;
use PhpOffice\Common\Adapter\Zip\ZipInterface;
use PhpOffice\PhpPresentation\PhpPresentation;
use PhpOffice\PhpPresentation\Writer\PowerPoint2007;
version: '3'
services:
composer:
image: composer:1.9.3
volumes:
- .:/app
restart: never
php:
image: php:7.4-cli
@nawarian
nawarian / appendices.comparisons.xml
Last active August 29, 2015 14:11
PHP Translation fest 2014
Index: pt_BR/appendices/comparisons.xml
===================================================================
--- pt_BR/appendices/comparisons.xml (revision 335264)
+++ pt_BR/appendices/comparisons.xml (working copy)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 311459 Maintainer: fibbarth Status: ready -->
-<!-- CREDITS: narigone -->
+<!-- EN-Revision: 331317 Maintainer: fibbarth Status: ready -->
+<!-- CREDITS: narigone, Nawarian Níckolas -->