Platform | Design | Code Gen. | Docs | Testing | Management |
---|---|---|---|---|---|
3Scale | Supports Swagger | None | ActiveDocs (Swagger compliant) | Developer Portal | Security, Analytics, Monetization, Dashboard, Traffic Mgmt. |
Akana | Graphical Designer. Supports Swagger, RAML, WADL, WSDL | Build Code | Document | Developer Portal | API Gateway, Security, Analytics, Orchestration, Transformation, Traffic Mgmt. |
Apigee | Edge UI. Supports OpenAPI Specs | None | Developer Portal | Developer Portal | API Gateway, Security, Analytics, Monetization, Orchestration, Transformation, Traffic Mgmt., API Proxy Editor |
Boomi | Mediate | None |
-- Find the size of all tables in an Oracle schema | |
-- Script by Sergey Stadnik, http://ozmoroz.com | |
-- Licensed under CC BY with attribution required | |
-- Based on Stackoverflow.com discussion | |
-- http://stackoverflow.com/questions/264914/how-do-i-calculate-tables-size-in-oracle | |
DEFINE schema_name = 'replace_with_your_schema_name' | |
SELECT * FROM ( | |
SELECT |
Sub CreateFolders() | |
Dim olNS As NameSpace | |
Dim olFolder As Folder | |
Dim OlNewFolder As Folder | |
Dim olNewFolders As Folders | |
Dim olItems As Items | |
Dim olItem As MailItem | |
Dim strName As String | |
Dim i As Long | |
Antes de mais nada: todo o trabalho precisa ser "commitado". Sem mais, nem menos. Esse é o primeiro passo.
Não reinvente a roda e não seja rebelde. Se o projeto que você começou a trabalhar, já tem um padrão definido e que atende a necessidade, não há razão para mudanças drásticas. Se o projeto já tem tempos de vivência, significa que o padrão atual já dá conta do recado (ou ao menos deveria).
O ideal para manter o código bem versionado é, para cada mudança, um commit. Seja adição de nova funcionalidade, correção de bug ou até remoção de uma funcionalidade antiga. Isso nos dá a facilidade de usar uma das principais funcionalidades do versionamento: retroceder ao código antes do commit indicado.
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, |
Name | Input | Output | |
---|---|---|---|
Gemini 2.0 Flash-Lite | $0.075 | $0.30 | |
Mistral 3.1 Small | $0.10 | $0.30 | |
Gemini 2.0 Flash | $0.10 | $0.40 | |
ChatGPT 4.1-nano | $0.10 | $0.40 | |
DeepSeek v3 (old) | $0.14 | $0.28 | |
ChatGPT 4o-mini | $0.15 | $0.60 | |
Gemini 2.5 Flash | $0.15 | $0.60 | |
DeepSeek v3 | $0.27 | $1.10 | |
Grok 3-mini | $0.30 | $0.50 |
--- | |
description: | |
globs: | |
alwaysApply: false | |
--- | |
- **Required Rule Structure:** | |
```markdown | |
--- | |
description: Clear, one-line description of what the rule enforces |
A complete setup guide for integrating Google's Gemini CLI with Claude Code through an MCP (Model Context Protocol) server. This provides automatic second opinion consultation when Claude expresses uncertainty or encounters complex technical decisions.
- Template repository with Gemini CLI Integration
- Gemini CLI Automated PR Reviews : Example PR , Automation Script