Skip to content

Instantly share code, notes, and snippets.

View baudev's full-sized avatar
🎯
Focusing

baudev

🎯
Focusing
View GitHub Profile
@baudev
baudev / app.js
Created March 10, 2019 23:53
TRENDnet events mails to Free Mobile message
/*
* Email and Free mobile credentials.
*/
let config = {
free_user: xxxxxxx,
free_password: "XXXXXXX",
username: "xxxxxxxxxxxxxx",
password: "xxxxxxxxxxxxxx",
host: "imap.gmail.com",
@baudev
baudev / CustomTestCase.php
Created March 8, 2019 21:57
PHPUnits custom assertions using Symfony Validator
<?php
/**
* Created by Baudev
* http://github.com/baudev
* Date: 08/03/2019
*/
namespace App\Tests\Helper; // according to your project