This file contains 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
/<!--\[if mso \| IE(?:[^<]+|<(?!!\[endif\]-->))*<!\[endif\]-->/gi |
This file contains 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
yarn create react-app web --template=typescript |
This file contains 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
const fs = require('fs') | |
let image = fs.readFileSync('./images/firmaInterna_04.jpg') | |
let base64Image = image.toString('base64') | |
console.log(base64Image) |
This file contains 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
html{ | |
scroll-behavior: smooth; | |
} |
This file contains 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
Sub Clear_HTMLCheckboxActiveSheet() | |
Dim I As Long | |
Dim xOLE As Object | |
On Error Resume Next | |
ActiveSheet.Buttons.Delete | |
For Each xOLE In ActiveSheet.OLEObjects | |
If TypeName(xOLE.Object) = "HTMLCheckbox" Then | |
xOLE.Delete | |
End If | |
Next |
This file contains 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
Option Explicit | |
Sub ChangeAllPics() | |
Dim s As Shape | |
Dim ws As Worksheet | |
Set ws = ActiveSheet | |
For Each s In ActiveSheet.Shapes | |
s.LockAspectRatio = msoTrue | |
s.Height = 130 |
This file contains 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
body { | |
min-height: 100vh; | |
/* mobile viewport bug fix */ | |
min-height: -webkit-fill-available; | |
} | |
html { | |
height: -webkit-fill-available; | |
} |
This file contains 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
# SUPORTE = Número de registros com X e Y / Número total de registros | |
# Ex. Leite: 2 de 10 registros = 0.2 | |
# CONFIANÇA = Número de registros com X e Y / Número total de registros com X | |
# Ex. Café, Pão = 3 / Número de Café (3) = 1 | |
# Pão, Café = 3 / Número de Pães (5) = 0,6 | |
# Produto vendido 4 vezes ao dia | |
# 4 x 7dias da semana (ou prazo da base de dados) = 28 / Total de linhas | |
# Lift A > B (o quão mais frequente torna-se B quando A ocorre) |
This file contains 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
Select whole column | |
CTRL + SPACE | |
Select whole row | |
SHIFT + SPACE | |
Select table | |
SHIFT + CTRL + SPACE bar | |
Save |
This file contains 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
{"lastUpload":"2021-03-24T13:41:35.628Z","extensionVersion":"v3.4.3"} |