Skip to content

Instantly share code, notes, and snippets.

View JoaoSetas's full-sized avatar

João Pedro Silva Setas JoaoSetas

View GitHub Profile
@JoaoSetas
JoaoSetas / WebSocketClientSocketIO.ino
Created August 17, 2020 10:18 — forked from Tolerant/WebSocketClientSocketIO.ino
TinyGSM: Web Socket Client for Socket.io
/**************************************************************
* WebSocketClient SocketIO
* TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme
*
**************************************************************/
// Select your modem:
#define TINY_GSM_MODEM_SIM800
// #define TINY_GSM_MODEM_SIM808
@JoaoSetas
JoaoSetas / .bash_profile
Last active June 28, 2019 08:58
Alias for bash
DOCKER_PATH='~/Documents/docker'
PROJECTS_PATH='/c/Users/Setas/Documents/Projects'
#Relative path to dump folder inside the project path. Not the full path
DUMP_PATH="db_dump"
CONTAINER_WEB='docker_php7_1'
CONTAINER_MYSQL='docker_db_1'
MYSQL_USER='root'
MYSQL_PASS='123123'
EDITOR_ALIAS='code'
@JoaoSetas
JoaoSetas / History\-75a8fb86\3UGy.json
Last active May 11, 2022 13:13
Visual Studio Code Settings Sync Gist
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"php.validate.executablePath": "C:\\Users\\Setas\\Documents\\php-7.2.6-nts-Win32-VC15-x64\\php.exe",
"git.autofetch": true,
"editor.tabCompletion": "on",
"gitlens.keymap": "alternate",
"php.suggest.basic": false,