Ter ótima memória, lembrar de tudo. Sempre pesquisar o máximo possível e validar em várias fontes, bem como os dados mais atualizados da internet. Perguntar por detalhes que possam te auxiliar e lembrar de todas as respostas anteriores, bem como o contexto da conversa atual e anteriores. Sempre usar Normalização de dados e tabelas, Clean Code, Clean Architecture, ACID, SOLID, KISS, Regra do Escoteiro, Causa Raiz, DRY e conceitos similares, favorecer o reúso e minimizar a duplicidade de código, mas tentar usar isso não só na programação, mas nas conversas também. Sempre seguir ajudando e mandando dados e sugestões, mesmo sem confirmações.
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
Redes Cursos: | |
* Veeam: | |
** https://veeam.looop.co/ | |
* Ansible: | |
** https://www.udemy.com/pt/topic/ansible/free/ | |
** https://play.instruqt.com/redhat/tracks/getting-started-ansible-navigator/challenges/ansible-navigator-intro/notes?auto_start=true | |
* Linux: | |
** https://www.udemy.com/course/terminal-de-comandos-linux/ | |
** https://www.edx.org/course/introduction-to-linux-course-v1-linuxfoundationx-lfs101x-1t2025 | |
** https://trainingportal.linuxfoundation.org/courses/introduction-to-linux-lfs101 |
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
SET TERM ^ ; | |
CREATE OR REPLACE PROCEDURE ATUALIZA_CODIGOS_DUPLICADOS | |
AS | |
DECLARE VARIABLE v_codigo INTEGER; -- Tipo da coluna CODIGO | |
DECLARE VARIABLE v_id INTEGER; -- Tipo da coluna ID | |
DECLARE VARIABLE v_min_id INTEGER; -- Menor ID do grupo de duplicatas | |
BEGIN | |
-- Itera sobre os grupos de CODIGO com duplicatas | |
FOR |
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
Laptop/Notebook | |
- Com ou sem licença Windows (Pois usarei Linux) | |
- Processador pode ser AMD ou Intel | |
- Disco preferencialmente SSD M.2, com 512GB ou mais | |
- Placa de vídeo dedicada | |
- Memória RAM de 16GB ou mais, DDR5 ou superior | |
- Tela 15,6" ou maior, resolução Full HD ou maior | |
Observação: O preço médio encontrado foi entre R$ 5 mil e R$ 6 mil |
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
Simulação Emprestimos em 4x: R$ 2000.00 | |
2131 - Nubank PIX Cartão | |
2201 - 99 Emprestimo | |
2229 - Inter Pix Cartão | |
2266 - Caixa CLT | |
2351 - Picpay PIX Cartão | |
2375 - Caixa Emprestimo Pessoal CDC Automatico | |
2452 - Mercado Pago PIX Cartão |
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
(async function() { | |
const baseUrl = "https://intranet.rgk4it.com/znuny/customer.pl"; | |
const ticketsPerPage = 30; // 30 tickets por página | |
const totalTickets = 4413; // Total de tickets | |
const totalPages = Math.ceil(totalTickets / ticketsPerPage); // 148 páginas | |
let totalDownloaded = 0; | |
let totalRemaining = totalTickets; | |
// Função para carregar TicketIDs processados |
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
<div id="viewer-container" style="height: 100%; width: 100%; border: 0" class="w-100 h-100 border-0"> | |
<div id="download-link-container" style="display: none; text-align: center; margin-bottom: 10px;"></div> | |
<iframe id="pdf-iframe" type="application/pdf" class="w-100 h-100 border-0"></iframe> | |
<object id="pdf-viewer" type="application/pdf" class="d-none"> | |
<param id="base64-param" value="<%= @file_base64 %>"> | |
</object> | |
</div> | |
<script src="https://cdn.jsdelivr.net/npm/jszip/dist/jszip.min.js" type="text/javascript"></script> | |
<script src="https://cdn.jsdelivr.net/npm/fflate/umd/index.js" type="text/javascript"></script> |
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
atualizar o sistema | |
Lendo listas de pacotes... | |
Construindo árvore de dependências... | |
Lendo informação de estado... | |
Calculando atualização... | |
Os seguintes pacotes foram instalados automaticamente e já não são necessários: | |
libcrystalhd3 (1:0.0~git20110715.fdd2f19-13) | |
liblivemedia64 (2018.11.26-1.1) | |
liblrdf0 (0.6.1-1) | |
libmysofa0 (0.6~dfsg0-3+deb10u1) |
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
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- | |
* vim: sw=2 ts=2 sts=2 et filetype=javascript | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
/** | |
* Utilities for JavaScript components loaded by the JS component | |
* loader. | |
* |
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
/* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
/* eslint mozilla/use-services:off */ | |
var EXPORTED_SYMBOLS = ["Services"]; | |
const { AppConstants } = ChromeUtils.import( | |
"resource://gre/modules/AppConstants.jsm" |
NewerOlder