https://diolinux.com.br/tutoriais/o-que-fazer-apos-instalar-o-ubuntu-20-04.html
- Instalar a loja: https://snapcraft.io/
sudo apt install build-essential default-jdk libssl-dev
| let lista = ['banana', 'maçã', 'manga', 'caju', 'goiaba'] | |
| console.log('minha lista', lista); | |
| let resultShow = (offset, limit) => { | |
| return lista.map((elm, index) => { | |
| if(index >= offset && index < limit + offset) { | |
| return elm | |
| } | |
| }).filter((elm, index) => elm !== undefined) | |
| $pathFont: '../fonts/' | |
| @font-face | |
| font-family: 'apex_sansbold' | |
| src: url('#{$pathFont}apexsans-bold-webfont.woff2') format('woff2'), url('#{$pathFont}apexsans-bold-webfont.woff') format('woff'), url('#{$pathFont}apexsans-bold-webfont.ttf') format('truetype') | |
| font-weight: normal | |
| font-style: normal |
| // ---- | |
| // libsass (v3.5.4) | |
| // ---- | |
| %icon-accordion | |
| background-repeat: no-repeat | |
| background-position: center | |
| =iconAccordion($caminho) | |
| background-repeat: no-repeat |
| import React from 'react'; | |
| const MIN_SCALE = 1; | |
| const MAX_SCALE = 4; | |
| const SETTLE_RANGE = 0.001; | |
| const ADDITIONAL_LIMIT = 0.2; | |
| const DOUBLE_TAP_THRESHOLD = 300; | |
| const ANIMATION_SPEED = 0.04; | |
| const RESET_ANIMATION_SPEED = 0.08; | |
| const INITIAL_X = 0; |
| {"lastUpload":"2020-06-16T15:10:01.028Z","extensionVersion":"v3.4.3"} |
| // Esconde conteúdo visualmente | |
| .super-hidden-content | |
| border: 0 | |
| clip: rect(0 0 0 0) | |
| height: 1px | |
| margin: -1px | |
| overflow: hidden | |
| padding: 0 | |
| position: absolute | |
| width: 1px |
| const users = [ | |
| { | |
| name: 'User #1', | |
| bookmarks: [ | |
| { title: 'Movie #1', id: 1 }, | |
| { title: 'Movie #6', id: 6 }, | |
| { title: 'Movie #3', id: 3 }, | |
| ] | |
| }, | |
| { |
| // https://codepen.io/lucianobarauna/pen/xyMXGw?editors=0010 | |
| // Um simples debug para visualizar as informações do objeto window.screen | |
| (function(){ | |
| const $body = document.querySelector('body') | |
| const objScreen = window.screen | |
| // Create info | |
| let createInfo = (prop, targetObj) => { | |
| const $p = document.createElement('p') | |
| $p.setAttribute('class', 'infodata') |
| // ---- | |
| // libsass (v3.5.4) | |
| // ---- | |
| // color variable map | |
| $colors: ( | |
| // non-nested values | |
| text: #FFF, | |
| background: #333, | |
| // nested map inception |
https://diolinux.com.br/tutoriais/o-que-fazer-apos-instalar-o-ubuntu-20-04.html
sudo apt install build-essential default-jdk libssl-dev