- positive
- comparation between math and programming
- in the first 3 minutes you talked about variables and show one automation in pratice
talk about my automations with alexa and python/ruby/vue
- sequence matters, i didn't know any course that talks about sequence
- showing the community conventions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| import requests | |
| import json | |
| from bs4 import BeautifulSoup | |
| def template_html(): | |
| url = 'https://www.nuuvem.com/catalog/price/promo/sort/bestselling/sort-mode/desc'; | |
| response = requests.get(url); |
ssh on machine
allow udp to ports 500 and 4500
sudo ufw allow 500/udp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| config: { | |
| updateChannel: 'stable', | |
| // default font size in pixels for all tabs | |
| fontSize: 10, | |
| // font family with optional fallbacks | |
| fontFamily: '"Fira Code", Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', |
run on terminal
yarn add @fortawesome/fontawesome-free
import on application.scss
$fa-font-path: '@fortawesome/fontawesome-free/webfonts';
build the spec file
gem build gemname.spec
extract gem files to current path
gem unpack