Skip to content

Instantly share code, notes, and snippets.

View arktnld's full-sized avatar

Cleberson Gomes arktnld

  • Agência de Dados
  • Brasília
View GitHub Profile
"""
title: Anthropic Manifold Pipeline
author: justinh-rahb, sriparashiva
date: 2024-06-20
version: 1.4
license: MIT
description: A pipeline for generating text and processing images using the Anthropic API.
requirements: requests, sseclient-py
environment_variables: ANTHROPIC_API_KEY, ANTHROPIC_THINKING_BUDGET_TOKENS, ANTHROPIC_ENABLE_THINKING
"""
@arktnld
arktnld / sheetcheat.java
Created June 11, 2024 22:11
Java Sheet Cheat
// Single-line comments start with //
/*
Multi-line comments look like this.
*/
/**
* JavaDoc comments look like this. Used to describe the Class or various
* attributes of a Class.
* Main attributes:

Foi utilizado os seguintes parametros na busca:

"q_keywords": "ambientare",     
"page" : 1,     
"per_page": 10,     
"organization_locations": ["BR"],     
"person_seniorities": ["manager"],

Sainda da chamada na api do apollo.io:

test
now: 2023-04-20 10:10:00.804731
status: 2022-04-20 14:21:00
checkin: 1309688
name: Hebert Amurim
email: construtorabandeira2010@gmail.com
phone: +5511325656987
hotel: 11325656987
Create contact with success id 13154048 , HTTP status: 200
Create lead with success id 10025400 , HTTP status: 200
@arktnld
arktnld / Expressoes_regulares.md
Last active November 28, 2022 18:30
Regex: Expressoes Regulares, uma explicação simples e direta

Caracteres Especiais

Aspas não são caracteres especiais

Curinga

/s.m/ corresponde a "sim", "som" e "sem" mas não "soem"

@arktnld
arktnld / primeiroGist.txt
Created September 13, 2022 15:10
primeiro gist
testando gist do github