Total: 7436 verbetes
Fonte: https://arquivos.enciclopediadaconscienciologia.org/verbetes/
Total: 7436 verbetes
Fonte: https://arquivos.enciclopediadaconscienciologia.org/verbetes/
This is from 2026-01. Your mileage may vary.
This guide explains how to configure Claude Code CLI to use Azure AI Foundry as the model provider for Anthropic Claude models.
npm install -g @anthropic-ai/claude-code)This is from 2025-12. So your mileage may vary.
This guide explains how to configure the OpenAI Codex CLI to use Azure AI Foundry (Azure OpenAI) as the model provider.
npm install -g @openai/codex or via other methods)Yes, you absolutely can! You can leverage Google Apps Script to add custom functions to your Google Sheets, allowing you to create functions like the generateAppleLikePassword function provided. Here's how you can do it:
Steps:
Open your Google Sheet: Go to Google Sheets and open the spreadsheet where you want to use this password generator.
Open the Script Editor: In the Google Sheets menu, click on "Extensions" (or "Tools" in older versions) and then select "Apps Script". This will open a new tab with the Google Apps Script editor.
Para rodar o script use o uv com uv run gemini-transcribe.py
Sobre o uv, ver https://treyhunner.com/2024/12/lazy-self-installing-python-scripts-with-uv/
| #!/usr/bin/env python3 | |
| import base64 | |
| import requests | |
| import argparse | |
| import os | |
| import json | |
| """ Access to gpt-4-vision and dall-e 3 is necessary """ | |
| # OpenAI API Key |
O formato do certificado ICP-Brasil está disponível nas políticas das autoridades certificadoras autorizadas pelo ICP-Brasil. Exemplo: https://repositorio.acdigital.com.br/docs/pc-a3-ac-digital-multipla.pdf
Ver item 7.1.2.3.a.
Para certificado CNPJ, o procedimento é parecido, só montar os campos de acordo com o item 7.1.2.3.b
openssl req -new -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 \
-subj '/C=BR/O=ICP-Brasil/OU=AC DIGITAL Múltipla G1/OU=33989214000191/OU=presencial/OU=Certificado PF A3/CN=Fulano de tal:58765136012' \SSL.com has an ACME service for free 90-day ssl certificates.
It's pretty simple to configure cert-manager to use it, you'll need:
Issuer or ClusterIssuer configured with your user on ssl.com and their acme urlAt the Azure Portal:
At the machine:
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash