MIME type | Default ext | Additional exts |
---|---|---|
application/andrew-inset |
ez |
|
application/applixware |
aw |
|
application/atom+xml |
atom |
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
google.iam.credentials.v1.iamcredentials | |
State count 4 | |
SubstitutionsEntry count 3 | |
google.firestore.v1 | |
Operator count 3 | |
FieldsEntry count 2 | |
LabelsEntry count 3 | |
google.iam.v3.iam | |
AnnotationsEntry count 2 | |
google.cloud.tpu.v2.tpu |
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 'dart:core' hide Duration; | |
import 'dart:core' as core show Duration; | |
void main() { | |
final howLong = core.Duration(seconds: 1); | |
for (var i = 0; i < 10; i++) { | |
print('hello ${i + 1}; $howLong'); | |
} | |
} |
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
// Copyright 2025 Google LLC | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// https://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software | |
// distributed under the License is distributed on an "AS IS" BASIS, |
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
// Generated from google/protobuf/descriptor.proto. | |
// | |
// Package 'google.protobuf'. | |
// ignore_for_file: constant_identifier_names | |
import 'dart:typed_data'; | |
import 'package:fixnum/fixnum.dart'; | |
import 'package:protolino/protolino.dart'; |
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
// | |
// Generated code. Do not modify. | |
// source: descriptor.proto | |
// | |
// @dart = 2.12 | |
// ignore_for_file: annotate_overrides, camel_case_types, comment_references | |
// ignore_for_file: constant_identifier_names, library_prefixes | |
// ignore_for_file: non_constant_identifier_names, prefer_final_fields | |
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import |
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
{ | |
"servicePath": "", | |
"version": "v1", | |
"canonicalName": "Generative Language", | |
"description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.", | |
"mtlsRootUrl": "https://generativelanguage.mtls.googleapis.com/", | |
"kind": "discovery#restDescription", | |
"name": "generativelanguage", | |
"parameters": { | |
"alt": { |
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
"firehoseSeconds": 259200 | |
}, | |
{ | |
"type": "remove", | |
"subject": "item", | |
"value": "reply", | |
"id": "aaagitrwcir7k" | |
}, | |
{ | |
"id": "aaagir76foxfc", |
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
// Add two numbers x and y | |
// >>> add(2, 3) | |
// 5 | |
// >>> add(5, 7) | |
// 12 | |
int add(int x, int y) { | |
// generated from gemini | |
return x + y; | |
} |
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
_fe_analyzer_shared : ** custom ** ( 109.6k lines) | |
_js_interop_checks : recommended ( 3.6k lines) | |
_macros : recommended ( 13.9k lines) | |
analysis_server : recommended ( 396.6k lines) | |
analysis_server_client : recommended ( 20.1k lines) | |
analysis_server_plugin : recommended ( 1.9k lines) | |
analyzer : recommended ( 608.4k lines) | |
analyzer_cli : recommended ( 3.6k lines) | |
analyzer_plugin : recommended ( 42.3k lines) | |
analyzer_utilities : recommended ( 4.8k lines) |
NewerOlder