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
import { useSyncExternalStore } from 'use-sync-external-store/shim'; | |
import { appLayout } from '../../lib/appLayout'; | |
import { blazePortals, useBlazePortals } from '../../lib/portals/blazePortals'; | |
import PageLoading from './PageLoading'; | |
import { useEscapeKeyStroke } from './hooks/useEscapeKeyStroke'; | |
import { useGoogleTagManager } from './hooks/useGoogleTagManager'; | |
export const AppLayout = (): ReactElement => { | |
const layout = useSyncExternalStore(appLayout.subscribe, appLayout.getSnapshot); |
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
main { | |
--rcx-color-background-light: #1F2329; | |
--rcx-color-background-tint: #2F343D; | |
--rcx-color-surface-light: #1F2329; | |
--rcx-color-surface-tint: #2F343D; | |
--rcx-color-surface-neutral: #6C727A; | |
--rcx-color-surface-disabled: #2F343D; | |
--rcx-color-surface-hover: #6C727A; | |
--rcx-color-surface-selected: #9EA2A8; |
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
var ThemeEnabler = { | |
isThemeOn: false, | |
controls: null, | |
onAppLoaded: async function() { | |
this.checkCookie() | |
do { |
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
### Keybase proof | |
I hereby claim: | |
* I am ggazzo on github. | |
* I am ggazzo (https://keybase.io/ggazzo) on keybase. | |
* I have a public key ASAimQ4vDX-jlgvXww1Ty6M2HvyaVt3pni_fIwvsrRv7bAo | |
To claim this, I am signing this object: |
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
#include "TimerOne.h" | |
#define PI 3.14159 | |
#define SIZE 50 | |
const float increment = PI / SIZE; | |
int dregreePhase = 360; | |
int delayDegree = 90; | |
float radiansPhase, radiansAux; | |
float calcRadians(int degree) { | |
return (float) degree * (PI / 180); |
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
{ | |
"holdings": [ | |
{ | |
"codigoHolding": "1", | |
"nome": "Grupo MasBahTchê", |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<rede-loja> | |
<holdings> | |
<holding codigoHolding="1" nome="Grupo MasBahTchê"> | |
<empresas> | |
<empresa codigoEmpresa="1" razaoSocial="TchêSapatosLTDA" fantasia="Tchê" logradouro="Rua João Vedelino" codigoHolding="1"> | |
<lojas> | |
<loja codigoLoja="1" nome="Filial 01" dataAbertura="01/01/2014" nroFuncionario="16"> | |
<lojaDepartamentos> | |
<lojaDepartamento codigoDepartamento="1" nome="Feminino"/> |
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
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
<xs:element name="rede-loja"> | |
<xs:complexType> | |
<xs:sequence> | |
<xs:element name="holdings"> | |
<xs:complexType> | |
<xs:sequence> | |
<xs:element name="holding"> | |
<xs:complexType> | |
<xs:sequence> |
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
<div class="container outline"> | |
<div class="row"> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
</div> | |
<div class="row"> |
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
<div class="container outline"> | |
<div class="row"> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
<div class="col-1"><p>col-1</p></div> | |
</div> | |
<div class="row"> |
NewerOlder