curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash| import fetch from 'node-fetch'; | |
| import fs from "fs"; | |
| import { formatDate } from "date-fns" | |
| // provide the following | |
| const key = "" | |
| const token = "" | |
| const boardId = "" | |
| fetch(`https://api.trello.com/1/boards/${boardId}/cards?key=${key}&token=${token}`, { |
| ################################################################################################################################################################################ | |
| projeto lol voice chat | |
| utilizar para pensar: https://gist.github.com/EduardoRFS/17f3409a22c1ca5eedc8a9673833424a | |
| 1. descobrir como encontrar jogadores com partidas em andamento utilizando a api da riot games | |
| 2. descobrir como diferenciar jogadores do time azul e time vermelho utilizando a api da riot games | |
| 3. integrar essa descoberta em um bot de discord | |
| 4. bot gera 2 canais de voz no discord [red, blue] com um identificador de partida. | |
| 5. jogadores interessados em canal de voz precisam estar no servidor do discord |
Profile of a great golang developer:
Tests:
| #!/bin/bash | |
| # basic system update and cleanup | |
| sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y | |
| sudo apt install git curl neovim -y | |
| # install nvm steps | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash |
| sudo apt update -y | |
| sudo apt install mysql-server | |
| systemctl is-active mysql | |
| sudo mysql_secure_installation | |
| mysql -u root -p |
| clear lock | |
| clear mod3 | |
| clear mod4 | |
| keycode 66 = Hyper_L NoSymbol Hyper_L | |
| add mod3 = Hyper_L | |
| add mod4 = Super_R |
Por favor responda estas seguintes perguntas: (dê preferência por respondar logo abaixo deste gist e tente ser breve em suas respostas)
Primeiro nome:
qual o seu discord? (para entrarmos em contato quando necessário)
qual seu email? (para te adicionarmos ao pipefy que será o nosso backlog de tarefas)
faz faculdade? (para sabermos lidar melhor com seus horários)
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see https://i3wm.org/docs/userguide.html for a complete reference! |
| order += "tztime local" | |
| order += "disk /" | |
| order += "cpu_usage" | |
| order += "battery 0" | |
| order += "memory" | |
| tztime local { format = "💜 Hour: %l:%M:%S 💜 Date:%d-%m-%Y" } | |
| general { | |
| colors = true |